masterguy29
Members
-
Joined
-
Last visited
Solutions
-
masterguy29's post in Help setting up vpn container was marked as the answerYeah. I used the qbittorrntvpn docker from binhex. In the docker setup page there's fields for VPN_USER AND VPN_PASS. These will be taken from your NordVPN account settings. VPN_PROV will be set to "custom" and VPN_CLIENT will be set to "OpenVPN"
If you're on mobile, go to NordVPN and sign in. Then click the hamburger menu in the top right. Then click NordVPN. Scroll down to where it says advanced settings and manual setup. Click setup NordVPN manually. At the top, click the menu that says "service credentials". That is your login and pass you will use in the qbittorrntvpn setup page.
Then you just set the dockers you will use on the VPN to be routed through Qbittorrentvpn.
For example, if I want to run Sonarr through my qbittorrntvpn, I will set the Network Type to "None" under Sonarr's settings. Then click the switch in the top right that says "basic view" and switch to advanced view.
In the field that says "Extra Parameters", you will input,
"--net=container:binhex-qbittorrentvpn"
Do this for all containers you would like to run through your VPN.
If you would then like to check for IP leaks, click the symbol for the container you would like to check, click console and open a console window for that docker.
Then type "curl ifconfig.me" and press enter. It should then show the external IP address of that docker container. If that differs from your actual IP address, then everything was setup correctly. If not, then you have an issue somewhere.
Do let me know if you need any more help.