-
Hello, I have been trying to setup a vpn container that I can use to route my other containers' traffic. I am able to setup all the individual containers without any problems. However, once I setup the vpn and have it be the network for e.g. radarr, I am no longer able to access the webui. Nordvpn connects successfully and I can see the vpn ips on both of my containers and they seem to have access to the internet as well, when I tried to ping google. It seems to be due to the nordvpn itself, as once I run "nordvpn disconnect" in my vpn container's console i am able to access the webui of radarr almost immediately. I have searched around and whitelisting the ips was the answer, but it did not work. I tried whitelisting via the console all the possible combinations (e.g. Any ideas what I could do to resolve this issue ? Or is a nordvpn linux application problem ? Any help is greatly appreciated That's how I access radarr webui:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I figured it out.
Also, for my qbittorrent i was getting "not found" error. I had to expose the port |
Beta Was this translation helpful? Give feedback.
I figured it out.
- NETWORK=10.0.0.72/24 # host ip
should be:
- NETWORK=10.0.0.0/24 # new host ip
Also, for my qbittorrent i was getting "not found" error. I had to expose the port
8080
in my firewall and then for my chrome clear the files and images cache