-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I set up in a reverse scenario? (The Server have 2 links with 2 IPs, the client have 1 link) #133
Comments
mlvpn don't really care who is the server and who is the client. Just configure the server where you don't have the NAT. |
Thanks! Really fast reply. I'm testing the server&client in a same subnet
Server config:
It seems to be working
server output:
The link is still down, how Can I debug?
|
! means it's not connected.
That means we are sending packets, but without any response. You should disable reordering (reorder_buffer_size=0), it doesn't work properly. |
I'm testing the server & client in a same subnet Thanks, both udp 5080 & 5081 recieved packets on Server side:
Server mlvpn0_updown.sh:
|
I have been studying MLVPN for several days, But I never figured out how to set up routing and configuration in this scenario:
I tried, but never works.
My network topology: https://i.imgur.com/0uwNmF6.png
Any one can help?
The text was updated successfully, but these errors were encountered: