-
Notifications
You must be signed in to change notification settings - Fork 129
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
mlvpn server does not open ports #143
Comments
I think you need to specify bindhost= |
added bindhost="IP" and no still no port is opened. |
can you launch mlvpn on the command line with -vv --debug so see if a syscall failed ? |
Outputs nothing. |
You need to specify --yes-run-as-root, otherwise mlvpn will exit when run as root |
By outputs nothing I mean it runs but doesn't exit, strace still shows it gets stuck in read() with --yes-run-as-root still gets stuck and doesn't output anything. |
Any hint? |
Hi,
We are seeing a situation where mlvpn does not open any of the UDP ports on the server side.
config:
Netstat output
Strace shows that the process is stuck after binding the ports and running read()
mlvpn process is alive and shows both link as down, with an exclamation mark !
System information
The text was updated successfully, but these errors were encountered: