Docker-transmission-openvpn: Is there a way to confirm that Transmission is actually working behind the VPN (i.e. confirm your IP)?

Created on 21 Oct 2017  路  2Comments  路  Source: haugene/docker-transmission-openvpn

Probably a dumb question, but here you go...

For the more paranoid people here, is there a way that we can confirm/validate that Transmission is indeed operating behind the VPN properly? Is there a kill switch if I lose connection with the VPN?

I've been running this for a month or so and just want to confirm that I'm behind my VPN.

If I run ifconfig from the container, it's only going to show me my local docker bridge IP.

Most helpful comment

You could use a service like http://ipmagnet.services.cbcdn.com or http://test.torrentprivacy.com/ to download a test torrent to see your IP. As for the kill switch, the container is set up with up and down scripts from openvpn that starts and stops transmission when the tunnel interface goes up and down. That way transmission is only running while the tunnel is up.

All 2 comments

How about

docker exec curl ifconfig.co/json

You could use a service like http://ipmagnet.services.cbcdn.com or http://test.torrentprivacy.com/ to download a test torrent to see your IP. As for the kill switch, the container is set up with up and down scripts from openvpn that starts and stops transmission when the tunnel interface goes up and down. That way transmission is only running while the tunnel is up.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

pejotll picture pejotll  路  4Comments

stefanahman picture stefanahman  路  4Comments

jorgelsaba picture jorgelsaba  路  3Comments

SuperJakish picture SuperJakish  路  4Comments

silentArtifact picture silentArtifact  路  3Comments