kylemanna / docker-openvpn

🔒 OpenVPN server in a Docker container complete with an EasyRSA PKI CA
https://hub.docker.com/r/kylemanna/openvpn/
MIT License
8.62k stars 2.37k forks source link

I can't connect any client to my server #689

Open ImperialCrise opened 2 years ago

ImperialCrise commented 2 years ago

Hello,

I've been trying to use OpenVPN on my Ubuntu server for over a week now. For this, I use the docker and your image. The problem now is that no client (Windows or Android) can connect to the server.

Can you help me please?

I already tried the UDP/TCP port 1194

cmd: docker logs openvpntcp image

cmd: docker container ls image

JKamsker commented 2 years ago

Same :/

tgiachi commented 2 years ago

Same here

vlad-chernov-1991 commented 2 years ago

Guys, I had this problem too, and finally I found solution: DPI (deep packet inspection) - leads to this error, cause of blocking tls-auth handshake I've change tls-auth to tls-crypt everywhere (in server config, and in client config) - and successfully connected. It would be great to do this in project (cause now you have to do it manually)

nimdeveloper commented 1 year ago

I have the same issue, but changing tls-auth to tls-crypt doesn't work for me. Any solutions?!

iliaamiri commented 1 year ago

I found out that my mobile internet provider was not allowing OpenVPN.