-
Notifications
You must be signed in to change notification settings - Fork 587
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VPN with killswitch and qBittorrent in docker-compose #406
Comments
The config looks fine to me. I'm running similar one. Just 1 problem - it looks like when OpenVPN client looses connection - the other container loses eth0 interface and never recovers it, so qBittorrent web UI becomes unreachable. Not sure why this happens tbh, would appreciate some help. |
In qBittorrent the
|
Hi everyone.
I managed to configure this VPN container and attached a qBittorrent container to it. It seems to work fine so far, and checking the public IP addresses inside of both the VPN and the qBittorrent container show that they are connected to the VPN.
Still, I don't feel like I 100% understand everything relating to this setup, so I wanted to ask if someone could take a look at my docker compose file and tell me if it's fine like this or if I made a mistake anywhere. I especially want the qBittorrent container to never ever be able to connect to the internet if it's not through the VPN.
Thanks in advance!
The text was updated successfully, but these errors were encountered: