Skip to content
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

Error starting userland proxy: Bind for 0.0.0.0:4500: unexpected error Permission denied. #63

Open
LeVence1 opened this issue Mar 2, 2019 · 1 comment

Comments

@LeVence1
Copy link

LeVence1 commented Mar 2, 2019

So, if I try to start SoftEtherVPN using Docker command

docker run -d --cap-add NET_ADMIN -p 500:500/udp -p 4500:4500/udp -p 1701:1701/tcp -p 1194:1194/udp -p 5555:5555/tcp siomiz/softethervpn

it just says

docker: Error response from daemon: driver failed programming external connectivity on endpoint stupefied_goldwasser (cc1e49e0bbae00a8001f50ae21436849f9ca26541eb65ef1b2737443070806af): Error starting userland proxy: Bind for 0.0.0.0:4500: unexpected error Permission denied.

I am using the latest Docker Hub - and SoftEtherVPN version on Windows Enterprise, port 4500 is not used by another service and I also tried executing the command by default command prompt and powershell as administrator.

I followed the setup guide located at https://hub.docker.com/r/siomiz/softethervpn/.

@siomiz
Copy link
Owner

siomiz commented Mar 4, 2019

Unfortunately I don't have a Windows Docker environment to test this on.

  • Please double-check the availability of the port 4500 (example).
  • Which VPN client do you plan on using to connect? Port 4500 is only used for L2TP/IPSec so you may not need to bind it.
  • On Windows systems it is probably easier to install the official SoftEtherVPN binary for Windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants