D-Link Forums

D-Link DSL Modem/Routers => Other DSL modem/routers => Topic started by: szx on November 21, 2012, 06:52:07 AM

Title: Port still closed after creating a Virtual Server on DSL-2500U
Post by: szx on November 21, 2012, 06:52:07 AM
I set up a Virtual Server for port 55555 but I still cannot connect to it from the outside and nmap says it's closed (firmware version is 1.0.50). I've had this problem a while ago with an HTTP server as well. Why is it not working?
Title: Re: Port still closed after creating a Virtual Server on DSL-2500U
Post by: FurryNutz on November 21, 2012, 07:26:19 AM
Is the port being used when you go to test to see if it's open? The port needs to be used and activity going through it to test to see if it's open or closed. Ports are closed by default until something accesses it.
Title: Re: Port still closed after creating a Virtual Server on DSL-2500U
Post by: szx on November 21, 2012, 08:56:30 AM
Well, I'm running a script listening to the port through a TCP socket
Title: Re: Port still closed after creating a Virtual Server on DSL-2500U
Post by: FurryNutz on November 21, 2012, 09:27:40 AM
Try using something like this and see if it helps:
http://forums.dlink.com/index.php?topic=51194.msg191072#msg191072 (http://forums.dlink.com/index.php?topic=51194.msg191072#msg191072)

You may want to phone contact level 2 or higher support at DLink.
Title: Re: Port still closed after creating a Virtual Server on DSL-2500U
Post by: Grem on November 21, 2012, 11:30:41 PM
szx,
please check your port with other software like uTorrent (http://www.utorrent.com/) (set port for incoming connections or webui).
Make sure that your PC firewall is configured properly.
Title: Re: Port still closed after creating a Virtual Server on DSL-2500U
Post by: szx on November 22, 2012, 04:31:56 AM
please check your port with other software like uTorrent (http://www.utorrent.com/) (set port for incoming connections or webui).

uTorrent didn't work either 

Make sure that your PC firewall is configured properly.

I'm not running a firewall unless Ubuntu has some sort of firewall installed by default (does it?)
Title: Re: Port still closed after creating a Virtual Server on DSL-2500U
Post by: Grem on November 23, 2012, 01:28:05 AM
uTorrent didn't work either 
So you can`t forward any port for any torrent client manual or by UPnP(should be enabled on the router+torrent_client)?


I'm not running a firewall unless Ubuntu has some sort of firewall installed by default (does it?)
iptables, ufw

Router Virtual Server
Code: [Select]
Name: Any
For all ports: 55555
Protocol: TCP
Server IP("Private IP"):  ubuntu_ip


Ubuntu
Run script and check port
Code: [Select]
sudo netstat -ntlp | grep :55555
Btw, your external address is not private(gray)?
Your IP (http://www.yougetsignal.com/tools/open-ports/) and external Router IP should be the same.

Is your web interface looks like this?
http://ftp.dlink.ru/pub/ADSL/DSL-2500U/Description/docs%20for%20new%20fw%201.0.50/DSL-2500UD4_User%20Manual_v.1.0.50_26.06.12_EN.pdf (http://ftp.dlink.ru/pub/ADSL/DSL-2500U/Description/docs%20for%20new%20fw%201.0.50/DSL-2500UD4_User%20Manual_v.1.0.50_26.06.12_EN.pdf)