November 5, 20187 yr Hi, I have Deluge docker installed with a contained VPN client. My question is how can I check to see what VPN IP address the docker is using when connected to the VPN? I want to check to ensure the VPN is connecting and working as it should. Thanks in advance.
November 6, 20187 yr On Docker page click the Docker container icon then select Console. The first command will list the (VPN) ISP name, the last two are different sites to list your public IP. This does not check DNS. curl -s https://www.whoismyisp.org | grep -oP '\bisp">\K[^<]+' curl icanhazip.com curl ifconfig.me
November 14, 20187 yr If you’re trying to access it via dns, it can do that, but if you use your local subnet IP or p2p vpn, it won’t go out. Edited November 19, 20187 yr by willieaames
November 15, 20187 yr Download the magnet link from http://checkmytorrentip.upcoil.com and leave it running in your client. On the status tab for the torrent, the tracker status will show you the IP address Deluge is using.
Archived
This topic is now archived and is closed to further replies.