LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Router how to find port number for Web Management ? (https://www.linuxquestions.org/questions/linux-networking-3/router-how-to-find-port-number-for-web-management-823356/)

zillah 08-01-2010 06:11 AM

Router how to find port number for Web Management ?
 
Hi Expert

I enabled D-Link (DSL-502T) router web management (I am aware of security implication).

I was able remotely to login to the router (by typing http://23.45.xx.6y) before changing the default number 80.

Then I changed the port number from the default value 80 to 21908 ( https option is not available) for better security, and when i tried to login to the router by typing this :

http://23.45.xx.6y:21908

Yes I am aware that if I am physically near to the router then I can check that , but this is not the case with me.

How can i make sure that i had changed port number form 80 to 21908 ?

Does NMAP do a trick to reveal which port is used for web management ? or are there other better options ?

Thanks

repo 08-01-2010 10:43 AM

Quote:

How can i make sure that i had changed port number form 80 to 21908 ?
Can you login using
http://23.45.xx.6y:21908 ?
You can use
Code:

nmap -p 21908 23.45.x.x

zillah 08-01-2010 04:17 PM

Quote:

Can you login using
No

Quote:

nmap -p 21908 23.45.x.x
I did and the outcome was closed


Thanks

repo 08-02-2010 02:56 AM

Quote:

I did and the outcome was closed
Can you login on port 80?

zillah 08-02-2010 04:13 AM

Quote:

Can you login on port 80?
unfortunate no I can not login to port 80 either

Thanks


All times are GMT -5. The time now is 05:43 PM.