View previous topic :: View next topic |
Author |
Message |
henfri
Joined: 22 Jan 2016 Posts: 2 Location: Germany
|
Posted: Sat Jan 23, 2016 10:59 am Post subject: Protocol Invalid (UPNP_DeletePortMapping() returned : 714) |
|
|
Hello,
I am trying to forward port 80 to the host I am runing miniupnc on:
Code: | upnpc -d 192.168.177.51 80 80 TCP
upnpc : miniupnpc library test client. (c) 2006-2011 Thomas Bernard
for more information.
List of UPNP devices found on the network :
desc: 192.168.177.10:49000/igddesc.xml
st: urn:schemas-upnp-org:device:InternetGatewayDevice:1
desc: 192.168.177.1:49000/igddesc.xml
st: urn:schemas-upnp-org:device:InternetGatewayDevice:1
desc: 192.168.177.3:8088/desc.xml
st: urn:ses-com:device:SatIPServer:1
Found valid IGD : 192.168.177.1:49000/igdupnp/control/WANIPConn1
Local LAN ip address : 192.168.177.3
protocol invalid
UPNP_DeletePortMapping() returned : 714
|
What does work is:
Code: |
upnpc -r 80 TCP
upnpc : miniupnpc library test client. (c) 2006-2011 Thomas Bernard
List of UPNP devices found on the network :
desc: 192.168.177.10:49000/igddesc.xml
st: urn:schemas-upnp-org:device:InternetGatewayDevice:1
desc: 192.168.177.1:49000/igddesc.xml
st: urn:schemas-upnp-org:device:InternetGatewayDevice:1
desc: 192.168.177.3:8088/desc.xml
st: urn:ses-com:device:SatIPServer:1
Found valid IGD : 192.168.177.1:49000/igdupnp/control/WANIPConn1
Local LAN ip address : 192.168.177.3
ExternalIPAddress = 92.77.107.137
InternalIP:Port = 192.168.177.3:80
external 92.77.107.137:80 TCP is redirected to internal 192.168.177.3:80 (duration=0)
|
(I had to remove all http... due to forum restrictions)
This brings up two questions:
a) How can I control which of the upnp devices is used for the port forwarding?
b) why does the first command fail?
Regards,
Hendrik[/code][/i] |
|
Back to top |
|
 |
miniupnp Site Admin
Joined: 14 Apr 2007 Posts: 1594
|
Posted: Sun Jan 24, 2016 4:09 pm Post subject: |
|
|
a) How can I control which of the upnp devices is used for the port forwarding?
You normaly don't, however -u command line switch can be used for that.
I guess 192.168.177.1 is your router address. Why is 192.168.177.10 running an UPnP IGD ?
b) why does the first command fail?
Quote: | UPNP_DeletePortMapping() returned : 714 |
714 NoSuchEntryInArray - The specified value does not exist in the array.
By the way, upnpc -d syntax is :
Code: | upnpc [options] -d external_port protocol <remote host>
Delete port redirection |
so you should have typed _________________ Main miniUPnP author.
https://miniupnp.tuxfamily.org/ |
|
Back to top |
|
 |
henfri
Joined: 22 Jan 2016 Posts: 2 Location: Germany
|
Posted: Sun Jan 24, 2016 7:34 pm Post subject: |
|
|
Merci!
the 177.10 is an old router that I use as a repeater. I shall switch off the upnp.
Greetings,
Hendrik |
|
Back to top |
|
 |
|