View previous topic :: View next topic |
Author |
Message |
guiodic
Joined: 02 Feb 2009 Posts: 2
|
Posted: Mon Feb 02, 2009 4:07 pm Post subject: miniupnpc works but server is non reachable |
|
|
Hi to all.
I use miniupnpc to forward port to my local httpd installation on Ubuntu 8.10.
I tried this commands:
and
Code: | upnpc -a 192.168.1.3 81 8080 tcp |
It work, but server is unreachable (I tried from my own machine). Firefox works, works... and fail (with external_ip:8080 or :81)
But server is on and works with localhost:81
I wrote my own server too.... and it's the same.
I tried other ports (6500, 65000 and other), and it is the same...
this is the output:
Code: |
upnpc : miniupnpc library test client. (c) 2006-2008 Thomas Bernard
for more information.
List of UPNP devices found on the network :
st: urn:schemas-upnp-org:device:InternetGatewayDevice:1
st: urn:schemas-upnp-org:device:InternetGatewayDevice:1
Found valid IGD : xxxx
Local LAN ip address : 192.168.1.3
ExternalIPAddress = 82.84.30.176
InternalIP:Port = 192.168.1.3:81
external 82.84.30.176:81 TCP is redirected to internal 192.168.1.3:81
|
(links deleted due forum control) |
|
Back to top |
|
 |
miniupnp Site Admin
Joined: 14 Apr 2007 Posts: 1587
|
|
Back to top |
|
 |
guiodic
Joined: 02 Feb 2009 Posts: 2
|
Posted: Wed Feb 04, 2009 1:31 pm Post subject: |
|
|
Thank you very much. It works from external network. |
|
Back to top |
|
 |
|