January 20, 20188 yr Not sure if this is the best place for this question, but it didn't strictly fit in elsewhere since it's not really an UNRAID question. I'm trying to run an OpenVPN client docker container so that I can route traffic from some devices on my network through the VPN tunnel. I'm using this container: https://github.com/dperson/openvpn-client It runs with this command and seems to connect successfully: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="OpenVPNClient" --net="br0" --ip="192.168.1.252" --privileged="true" -e TZ="America/Los_Angeles" -e HOST_OS="unRAID" -e "FIREWALL"="true" -v "/mnt/user/appdata/openvpn/":"/vpn":rw dperson/openvpn-client f4d85374b85f9322068adc989f656b0512a9badcb2ef843bd5c8484930dde002 Then I go to setup a proxy server on Windows 10, but don't have internet access. What port should I be using when configuring the proxy? Anything obvious I'm missing here? I'm still figuring out OpenVPN and this kind of network configuration. Also, could I configure my router to handle this connection instead of setting up the proxy on Windows? What would I look for on the router? Thanks!!
June 29, 20188 yr Not sure if you still need help but I believe the default port for openvpn is udp1194.
August 27, 20187 yr On 6/29/2018 at 6:24 PM, ootuoyetahi said: Not sure if you still need help but I believe the default port for openvpn is udp1194. Yes. I use Ivacy VPN as a client and it uses the default port UDP 1194 for openvpn protocol.
Archived
This topic is now archived and is closed to further replies.