miniupnp.tuxfamily.org Forum Index miniupnp.tuxfamily.org
The forum about miniupnp and libnatpmp
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Vodafone Easybox 803 GetExternalIPAdress failed

 
Post new topic   Reply to topic    miniupnp.tuxfamily.org Forum Index -> miniupnpc Bugs
View previous topic :: View next topic  
Author Message
tommy_gun



Joined: 06 Jun 2013
Posts: 2

PostPosted: Thu Jun 06, 2013 8:23 pm    Post subject: Vodafone Easybox 803 GetExternalIPAdress failed Reply with quote

Hi,

I am working on a mini-Ubuntu and use the actual miniupnpc-1.8.20130503.
My Router is a in Germany called "Vodafone Easybox 803" in other countrys maybe called "Astoria networks ARV752DPW22".
It has the actual firmware installed and upnp enabled.

First I tried:
Code:
upnpc -l
upnpc : miniupnpc library test client. (c) 2005-2013 Thomas Bernard
Go to http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
for more information.
List of UPNP devices found on the network :
 desc: http://192.168.2.107:2869/upnphost/udhisapi.dll?content=uuid:MYVALIDUUID
 st: upnp:rootdevice

UPnP device found. Is it an IGD ? : http://192.168.2.107:2869/
Trying to continue anyway
Local LAN ip address : 192.168.2.105
GetConnectionTypeInfo failed.
GetStatusInfo failed.
  Time started : Thu Jun  6 12:59:44 2013
GetLinkLayerMaxBitRates failed.
GetExternalIPAddress failed. (errorcode=-3)
 i protocol exPort->inAddr:inPort description remoteHost leaseTime
GetGenericPortMappingEntry() returned -3 (UnknownError)


Ok, so I manual choose the correct device
Code:
upnpc -u http://192.168.2.1:80/igd.xml -l
upnpc : miniupnpc library test client. (c) 2005-2013 Thomas Bernard
Go to http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
for more information.
upnpDiscover() error code=0
Found valid IGD : http://192.168.2.1:80/upnp/control?WANPPPConnection
Local LAN ip address : 192.168.2.105
GetConnectionTypeInfo failed.
GetStatusInfo failed.
  Time started : Thu Jun  6 13:24:06 2013
GetLinkLayerMaxBitRates failed.
GetExternalIPAddress failed. (errorcode=-1)
 i protocol exPort->inAddr:inPort description remoteHost leaseTime
GetGenericPortMappingEntry() returned -1 (Miniupnpc Unknown Error)


Can I help you in any way to get this router to supported devices? Maybe you need the igd.xml? (I didn't post it here, because I am not aware if there are security related information in it).

It took me hours to find this igd.xml Smile

Edit: sorry, there was a typo in both, in this thread and in the second code block, which gave me the wrong error. Now is the correct error in the second code block.
Back to top
View user's profile Send private message
miniupnp
Site Admin


Joined: 14 Apr 2007
Posts: 1589

PostPosted: Thu Jun 06, 2013 9:15 pm    Post subject: Reply with quote

Does your router work with other UPNP control points ?

Because it looks quite buggy.
1) it doesn't answer to M-SEARCH. only another machine (192.168.2.107, must be a windows PC) answers
2) it fails with all UPNP IGD methods...

you can recompile upnpc with DEBUG flag (just edit Makefile)
to have better log outputs.

you can also sniff the LAN to understand what is going on with SSDP trafic :
Code:
sudo tcpdump -A -n -i eth0 udp port 1900

_________________
Main miniUPnP author.
https://miniupnp.tuxfamily.org/
Back to top
View user's profile Send private message Visit poster's website
tommy_gun



Joined: 06 Jun 2013
Posts: 2

PostPosted: Fri Jun 07, 2013 8:11 pm    Post subject: Reply with quote

Edit:

Sorry, I hate this router.
I simply opened my settings and saved it again. Now everything works.
qBittorrent ran the whole time with UPNP and worked, but until the second save, without any changes, unpnpc wouldnt work.

Thank you again.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    miniupnp.tuxfamily.org Forum Index -> miniupnpc Bugs All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP
© 2007 Thomas Bernard, author of MiniUPNP.