View previous topic :: View next topic |
Author |
Message |
davidphiliplee
Joined: 28 Aug 2012 Posts: 8 Location: Ireland
|
Posted: Tue Aug 28, 2012 11:24 pm Post subject: discovery causes router to reboot |
|
|
Hi All,
I'm using python on linux. When calling the testupnpigd.py, the following line of code causes my router (Cisco EPC2425) to reboot:
Code: | ndevices = u.discover() |
An exception is then raised in the code : "No UPnP devices found". UPnP is turned on for certain as I have tested using the windows build of upnpc-static.exe and am able to get status, set port forwarding etc.
Any assistance would be much appreciated. |
|
Back to top |
|
 |
miniupnp Site Admin
Joined: 14 Apr 2007 Posts: 1518
|
Posted: Thu Aug 30, 2012 9:58 am Post subject: |
|
|
There is a deep bug in your Cisco EPC2425 if miniupnpc is able to reboot it !
In order to find exaclty what make it bug, you should capture network trafic with a tool such a as tcpdump or wireshark _________________ Main miniUPnP author.
http://miniupnp.tuxfamily.org/ |
|
Back to top |
|
 |
davidphiliplee
Joined: 28 Aug 2012 Posts: 8 Location: Ireland
|
Posted: Thu Aug 30, 2012 10:30 am Post subject: |
|
|
Hi,
Thank you for the reply on this. Yes its definitely a Cisco EPC2425 bug.
As a workaround I installed the following:
Code: | apt-get install libminiupnpc5 |
And can use upnp in a shell to perform port forwarding.
Thanks,
David. |
|
Back to top |
|
 |
|