Nordvpn: running vpn container on a system already behind a VPN #2382
-
Hi team, I am coming here from qdm12/gluetun-wiki#73. So till now I was using the https://github.com/DyonR/docker-qbittorrentvpn image, where I would bring my nordvpn container up, and route my other traffic from it. This is how my system would look in this scenario:
When I used to check my connectivity, it would correctly say that my system was connected to a VPN SP in the US, while the container traffic is from Netherlands. I thought of giving gluetun a try as well. However, gluetun doesn't work this way. I have to switch off my system's nordvpn for it to work. If I dont do that, it keeps timing out, same error as I see in the above issue I linked. I am very curious about this. How come gluetun doesn't work this way, but the other image from https://github.com/DyonR/docker-qbittorrentvpn does? Is this pattern not supported? Here is the docker command I use
As soon as I shut down my system's VPN, this same thing works. Is it not possible to have both, like how I have it setup on other image providers? I have played around with settings like |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Here is the full output as well
|
Beta Was this translation helpful? Give feedback.
-
Seems to be same as what #2141 is having.. |
Beta Was this translation helpful? Give feedback.
-
Seems MTU was the reason! The default value is 1400, I decreased it to 1300, and that got it working! This thread suggested to do so Here is the compose I used
|
Beta Was this translation helpful? Give feedback.
Seems MTU was the reason! The default value is 1400, I decreased it to 1300, and that got it working! This thread suggested to do so
Here is the compose I used