rshin / tcmportmapper

Automatically exported from code.google.com/p/tcmportmapper
0 stars 0 forks source link

D-Link DI-524 Router won't connect #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Port Map was unable to connect to my DI-524 via ethernet or via wireless. I 
have UPNP enabled on 
my router's config page. For a while, the app just displayed "Searching", and 
"None - D-Link 
Corporation - 192.168.0.1". Eventually, it gives me an error message saying 
"PortMap could not 
communicate with your router". The text at the top of the app changes from 
"Searching" to "Router 
Incompatible".

I am using Port Map v1.0 (5) on OS 10.5.2 on a MacBook.

Original issue reported on code.google.com by andrew.f...@gmail.com on 16 Apr 2008 at 2:25

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
according to http://miniupnp.free.fr/devicelist.php your router should work. 
please
download the debug binary upnpc-static-2008-02-17.zip and run it using the 
terminal

./upnpc-static-2008-02-17 -l

if it finds your router and shows the listings then the problem lies in our
framework. if it too times out, please contact thomas bernard from
http://miniupnp.free.fr/ 
via miniupnp _AT_ free _DOT_ fr or in the forum
http://miniupnp.tuxfamily.org/forum/ 
about it

Original comment by dasge...@gmail.com on 16 Apr 2008 at 3:07

GoogleCodeExporter commented 9 years ago
-- When I first ran ./upnpc-static-2008-02-17 -l, I got the following output:

List of UPNP devices found on the network :
 desc: http://192.168.0.1:5678/igd.xml
 st: urn:schemas-upnp-org:device:InternetGatewayDevice:1

connect: Operation timed out

-- I disabled UPNP on the router and restarted it, then ran the command again 
and got the following output:

No IGD UPnP Device found on the network !

-- Finally, I re-enabled it an restarted the router, then ran the command again 
and got the following output:

List of UPNP devices found on the network :
 desc: http://192.168.0.1:5678/igd.xml
 st: urn:schemas-upnp-org:device:InternetGatewayDevice:1

Found valid IGD : http://192.168.0.1:5678/WANIPConnection
Local LAN ip address : 192.168.0.100
Connection Type : IP_Routed
Status : Connected, uptime=15
MaxBitRateDown : 10000000 bps   MaxBitRateUp 10000000 bps
ExternalIPAddress = [*My external IP address was here*]
 0 TCP  8888->192.168.0.100:8888  'Remote Buddy' ''
 1 TCP  3000->192.168.0.100:3000  'OmniFocus' ''
 2 UDP  3120->:3120  'DCS-3120' ''
 3 TCP  1720->:1720  'i2eye' ''
 4 TCP   800->:800   'DCS-2000/DCS-5300' ''
 5 TCP    80->:80    'DCS-1000' ''
 6 TCP  1720->:1720  'NetMeeting' ''
 7 TCP  1723->:1723  'PPTP' ''
 8 UDP   500->:500   'IPSec' ''
 9 TCP    23->:23    'Virtual Server Telnet' ''
10 TCP   110->:110   'Virtual Server POP3' ''
11 TCP    25->:25    'Virtual Server SMTP' ''
12 UDP    53->:53    'Virtual Server DNS' ''
13 TCP   443->:443   'Virtual Server HTTPS' ''
14 TCP    80->:80    'Virtual Server HTTP' ''
15 TCP    21->192.168.0.100:21    'Virtual Server FTP' ''
GetGenericPortMappingEntry() returned 501 (Action Failed)

-- Despite this error, it seems to be working OK in Port Map now (I can add 
mappings and view all of the existing 
mappings). So, if anybody else has this problem, I would suggest first 
restarting the router (that may have fixed it for 
me, but I didn't try just that), and if that doesn't work, disable then 
re-enable UPNP on the router.

Thanks for your help, dasgenie.

Original comment by andrew.f...@gmail.com on 16 Apr 2008 at 5:28

GoogleCodeExporter commented 9 years ago
closing the issue. thanks for responding this quickly.

Original comment by dasge...@gmail.com on 16 Apr 2008 at 10:23