OpenVPN Client Container


shooga

Recommended Posts

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!!

Link to comment
  • 5 months later...
  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.