View previous topic :: View next topic |
Author |
Message |
ssjkakaroto
Joined: 31 May 2009 Posts: 11
|
Posted: Sat Jun 20, 2020 4:51 pm Post subject: Trying to debug UPnP error |
|
|
Hi there, my router used to have UPnP working without a problem until my ISP decided to update its firmware remotely. Now, when I use upnpc -l this is the response:
Code: | upnpc : miniupnpc library test client, version 2.1.
(c) 2005-2020 Thomas Bernard.
Go to http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/
for more information.
List of UPNP devices found on the network :
desc: http://192.168.0.1:5431/dyndev/uuid:52681398-dc7c-4959-869d-68a244f89482
st: urn:schemas-upnp-org:device:InternetGatewayDevice:1
Socket error: connect, 10061
No valid UPNP Internet Gateway Device found. |
And no programs are able to use UPnP.
Any idea of what they could have done that have disabled UPnP? |
|
Back to top |
|
 |
vayvanne Guest
|
Posted: Sun Oct 18, 2020 10:43 pm Post subject: socket error 10061 |
|
|
Quote: | because the target machine actively refused it |
firewall? |
|
Back to top |
|
 |
vayvanne Guest
|
Posted: Sun Oct 18, 2020 11:35 pm Post subject: is not upnp router |
|
|
my google wifi does not open a port for utorrent v2.2. I get
Quote: | [2020-10-18 00:10:00] UPnP: The device "WANConnectionDevice" is not a UPnP router (http://192.168.1.254:5000/rootDesc.xml) |
windows 10 teredo, whatsapp and bitcoind are okay, upnp client software also does works but only for ipv4.
if I try
Code: | upnpc -e "uTorrent tcp" -A "" 6881 [my:ipv6:here] 6881 tcp 3600 |
I get
rootDesc.xml content is
Code: | <root xmlns="urn:schemas-upnp-org:device-1-0">
<specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
<device>
<deviceType>urn:schemas-upnp-org:device:InternetGatewayDevice:2</deviceType>
<friendlyName>OnHub</friendlyName>
<manufacturer>Google</manufacturer>
<manufacturerURL>http://google.com/</manufacturerURL>
<modelDescription>Wireless Router</modelDescription>
<modelName>OnHub</modelName>
<modelNumber>1</modelNumber>
<modelURL>https://on.google.com/hub/</modelURL>
<serialNumber>00000000</serialNumber>
<UDN>uuid:416ef38b-6621-4a01-bf18-b37096031292</UDN>
<serviceList>
<service>
<serviceType>urn:schemas-upnp-org:service:Layer3Forwarding:1</serviceType>
<serviceId>urn:upnp-org:serviceId:Layer3Forwarding1</serviceId>
<controlURL>/ctl/L3F</controlURL>
<eventSubURL>/evt/L3F</eventSubURL>
<SCPDURL>/L3F.xml</SCPDURL>
</service>
<service>
<serviceType>urn:schemas-upnp-org:service:DeviceProtection:1</serviceType>
<serviceId>urn:upnp-org:serviceId:DeviceProtection1</serviceId>
<controlURL>/ctl/DP</controlURL>
<eventSubURL>/evt/DP</eventSubURL>
<SCPDURL>/DP.xml</SCPDURL>
</service>
</serviceList>
<deviceList>
<device>
<deviceType>urn:schemas-upnp-org:device:WANDevice:2</deviceType>
<friendlyName>WANDevice</friendlyName>
<manufacturer>MiniUPnP</manufacturer>
<manufacturerURL>http://miniupnp.free.fr/</manufacturerURL>
<modelDescription>WAN Device</modelDescription>
<modelName>WAN Device</modelName>
<modelNumber>20200916</modelNumber>
<modelURL>http://miniupnp.free.fr/</modelURL>
<serialNumber>00000000</serialNumber>
<UDN>uuid:416ef38b-6621-4a01-bf18-b37096031293</UDN>
<UPC>000000000000</UPC>
<serviceList>
<service>
<serviceType>urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1</serviceType>
<serviceId>urn:upnp-org:serviceId:WANCommonIFC1</serviceId>
<controlURL>/ctl/CmnIfCfg</controlURL>
<eventSubURL>/evt/CmnIfCfg</eventSubURL>
<SCPDURL>/WANCfg.xml</SCPDURL>
</service>
</serviceList>
<deviceList>
<device>
<deviceType>urn:schemas-upnp-org:device:WANConnectionDevice:2</deviceType>
<friendlyName>WANConnectionDevice</friendlyName>
<manufacturer>MiniUPnP</manufacturer>
<manufacturerURL>http://miniupnp.free.fr/</manufacturerURL>
<modelDescription>MiniUPnP daemon</modelDescription>
<modelName>MiniUPnPd</modelName>
<modelNumber>20200916</modelNumber>
<modelURL>http://miniupnp.free.fr/</modelURL>
<serialNumber>00000000</serialNumber>
<UDN>uuid:416ef38b-6621-4a01-bf18-b37096031294</UDN>
<UPC>000000000000</UPC>
<serviceList>
<service>
<serviceType>urn:schemas-upnp-org:service:WANIPConnection:2</serviceType>
<serviceId>urn:upnp-org:serviceId:WANIPConn1</serviceId>
<controlURL>/ctl/IPConn</controlURL>
<eventSubURL>/evt/IPConn</eventSubURL>
<SCPDURL>/WANIPCn.xml</SCPDURL>
</service>
</serviceList>
</device>
</deviceList>
</device>
</deviceList>
<presentationURL>http://testwifi.here/</presentationURL>
</device>
</root> |
appreciate any suggestions. |
|
Back to top |
|
 |
miniupnp Site Admin
Joined: 14 Apr 2007 Posts: 1587
|
|
Back to top |
|
 |
vayvanne Guest
|
Posted: Wed Nov 11, 2020 6:05 pm Post subject: AddPinhole |
|
|
Spot on. No AddPinhole there. Will report to google. Thanks a lot. |
|
Back to top |
|
 |
ssjkakaroto
Joined: 31 May 2009 Posts: 11
|
Posted: Mon Nov 30, 2020 7:03 pm Post subject: |
|
|
It seems that my ISP updated the router's firmware remotely and corrupted the UPnP server. Their solution was to replace the router with another model. |
|
Back to top |
|
 |
|