miguelhenrique / android-notifier

Automatically exported from code.google.com/p/android-notifier
0 stars 0 forks source link

UPNP reset after suspension #355

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. start android-notifier-desktop with uPnP enable

2. Port forwarding are correctly set up:
TCP 10600->192.168.2.160:10600 'Android Notifier' ''
UDP 10600->192.168.2.160:10600 'Android Notifier' ''

3. Suspend (or hibernate) the system
4. Port forwarding rules are expired

What is the expected output? What do you see instead?
android-notifier-desktop should renew uPnP request after suspension (or after 
expiring time, if it's viable).

What version of the product are you using? On what operating system?
android-notifier-desktop 0.5.1-0 on Ubuntu 10.10

Thank you

Original issue reported on code.google.com by michele....@gmail.com on 13 Feb 2011 at 10:59

GoogleCodeExporter commented 8 years ago
Maybe it would be effective to renew upnp lease via a /etc/network/if-up.d/ 
hooker?

Original comment by michele....@gmail.com on 20 Feb 2011 at 10:51