sabnzbd with Nordvpn #143
Unanswered
pbourdon71
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am fairly new to Docker... I have a container running sabnznd I have a container running NordVPN.
although the VPN container seems to be working fine it does seem to be stuck at "starting".
Hoever, logs show this
Status: Connected
Current server: us5341.nordvpn.com
Country: United States
City: New York
Your new IP: 'I blacked it out'
Current technology: NordLynx
Uptime: 0 seconds
-P OUTPUT ACCEPT
security:
-P INPUT ACCEPT
-P FORWARD ACCEPT
-P OUTPUT ACCEPT
IP Set:
Should I be able stop my sabnzbd container and restart it with this?
docker run --net=container:vpn -p 8080:8080 ghcr.io/linuxserver/sabnzbd
It's not working.... Certainly can't access it locally anymore nor can access through the IP received from Nord.
I don't want to use a reverse proxy and using
docker run -ti --cap-add=NET_ADMIN --device /dev/net/tun --name vpn
-p 8080:80 -e NETWORK=192.168.1.0/24 \
-e USER=[email protected] -e PASS='pas$word' -d bubuntux/nordvpn
Doesn't seem to be working... Can someone help?
Beta Was this translation helpful? Give feedback.
All reactions