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

network_mode: host not working #727

Open Chris3481 opened 1 year ago

Chris3481 commented 1 year ago

Hello.

I need to open a large port range.

That's why I try do run the container in network "host" mode. But in this way, the clients could not connect to the server.

How can I manage to do this ?

Thanks