You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using this OpenVPN image with transmission. Normally it works great. However, if the OpenVPN container restarts (and maybe if it simply loses connection), transmission will become inaccessible, even after OpenVPN is back up and running. I confirm this with docker exec -it transmission ping 192.168.1.1 , which shows Network Unreachable for any address outside of 127.0.0.0/8.
The problem seems to stem from losing the eth0 and tun0 interfaces when OpenVPN goes down, and not regaining them until transmission is restarted with OpenVPN up. Normally transmission has lo, eth0, and tun0; when OpenVPN goes down it has only lo.
I'm glad transmission doesn't leak my IP when the VPN goes down, but I sure would like it to fix itself when the problem is resolved. I sometimes have issues with a simple reboot of my machine.
I am using this OpenVPN image with transmission. Normally it works great. However, if the OpenVPN container restarts (and maybe if it simply loses connection), transmission will become inaccessible, even after OpenVPN is back up and running. I confirm this with
docker exec -it transmission ping 192.168.1.1
, which shows Network Unreachable for any address outside of 127.0.0.0/8.The problem seems to stem from losing the eth0 and tun0 interfaces when OpenVPN goes down, and not regaining them until transmission is restarted with OpenVPN up. Normally transmission has lo, eth0, and tun0; when OpenVPN goes down it has only lo.
I'm glad transmission doesn't leak my IP when the VPN goes down, but I sure would like it to fix itself when the problem is resolved. I sometimes have issues with a simple reboot of my machine.
Am I doing something wrong here? Any suggestions?
docker-compose.yml:
The text was updated successfully, but these errors were encountered: