cenk1cenk2 / docker-softether-vpnsrv

SoftEther VPN Server with DNSMASQ DHCP Server or bridge mode connection for VPN-to-site setup.
29 stars 15 forks source link

OpenVPN clone function not working #22

Closed dormancygrace closed 2 years ago

dormancygrace commented 2 years ago

Me, again =) Have you tried ovpn clone function? it doesn't work in this container. Even can't save port #. And there is some differences in config for v4 and v5 server

dormancygrace commented 2 years ago

upd: tcp connection works, udp not working

malikshi commented 2 years ago

I am using edge version. I don't know the latest version are same. You can try this one e.g Add UDP port PortsUDPSet "1194" Enabled OpenVPN ProtoOptionsSet OpenVPN /NAME:Enabled /VALUE:true Generate config OpenVpnMakeConfig ovpn.zip

dormancygrace commented 2 years ago

Sorry for asking, but can you give me server .config file? For now I have very limited access to container

malikshi commented 2 years ago

Sorry for asking, but can you give me server .config file? For now I have very limited access to container

Sorry i can't provided the config. Check https://github.com/cenk1cenk2/docker-softether-vpnsrv/issues/18#issuecomment-1013891605

dormancygrace commented 2 years ago

PortsUDPSet "1194" solved problem, thanks!