Page 1 of 1

Deluge with VPN (PIA) - IP Hidden?

Posted: Fri May 13, 2016 3:54 am
by v2k
I'm using OpenVPN on Ubuntu with PIA (privateinternetaccess)

I'm wondering if the VPN is working and if my IP is hidden. Via all the test sites and torrent trackers, it appears as though my IP is indeed hidden. However, in the logs, I see my local IP listed:

Code: Select all

494 [DEBUG   ] 20:41:49 alertmanager:123 tracker_error_alert: checkMyTorrentIp.png (http://checkmytorrentip.net/torrentip/announce.php) (200) Success, Your torrent client IP is: 104.200.154.55 (1)$
495 [DEBUG   ] 20:41:49 alertmanager:123 portmap_log_alert: UPnP: found control URL: http://10.0.0.1:5000/Public_UPNP_C3 namespace urn:schemas-upnp-org:service:WANIPConnection:1 urlbase: http://10.0.0.1:5000 in response from http://10.0.0.1:5000/Public_UPNP_gatedesc.xml$
496 [DEBUG   ] 20:41:49 alertmanager:123 portmap_log_alert: UPnP: sending: POST /Public_UPNP_C3 HTTP/1.0^M$
497 Host: 10.0.0.1:5000^M$
498 Content-Type: text/xml; charset="utf-8"^M$
499 Content-Length: 282^M$
500 Soapaction: "urn:schemas-upnp-org:service:WANIPConnection:1#GetExternalIPAddress"^M$
501 ^M$
502 <?xml version="1.0"?>$
503 <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><s:Body><u:GetExternalIPAddress xmlns:u="urn:schemas-upnp-org:service:WANIPConnection:1"></u:GetExternalIPAddress></s:Body></s:Envelope>$
504 [DEBUG   ] 20:41:49 alertmanager:123 portmap_log_alert: UPnP: get external IP address response: <?xml version="1.0"?>^M$
505 <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">^M$
506 <s:Body>^M$
507 <u:GetExternalIPAddressResponse xmlns:u="urn:schemas-upnp-org:service:WANIPConnection:1">^M$
508 <NewExternalIPAddress>64.46.11.143</NewExternalIPAddress>^M$
509 </u:GetExternalIPAddressResponse>^M$
510 </s:Body>^M$
511 </s:Envelope>^M$
512 $
513 [DEBUG   ] 20:41:49 alertmanager:123 portmap_log_alert: UPnP: got router external IP address 64.XXX.XXX.XXX$
514 [DEBUG   ] 20:41:49 alertmanager:123 portmap_log_alert: UPnP: connecting to 10.0.0.1$
515 [DEBUG   ] 20:41:49 alertmanager:123 portmap_log_alert: UPnP: sending: POST /Public_UPNP_C3 HTTP/1.0^M$
the line:

Code: Select all

513 [DEBUG   ] 20:41:49 alertmanager:123 portmap_log_alert: UPnP: got router external IP address 64.XXX.XXX.XXX$
lists my router's WAN IP. Is this only seen localy by Deluge, or is it in fact exposed?

Re: Deluge with VPN (PIA) - IP Hidden?

Posted: Mon May 23, 2016 10:41 pm
by v2k
Anyone know what the log "got router external IP address" means?

Re: Deluge with VPN (PIA) - IP Hidden?

Posted: Tue May 24, 2016 11:23 am
by Cas
Well that is from UPnP creating a port on your router so you can turn that off in Deluge Prefs. As for whether the IP is exposed, unlikely as it's a log message from communicating with router what really matters is the external_ip_alert reported by libtorrent.