How can I find the address of my router in my network?
feedback
|
migrated from stackoverflow.com May 19 '10 at 10:05
This question came from our site for professional and enthusiast programmers.
|
If you know the make and model of your router then you can google for a manual and it will have the default ip listed in it. If you do not know the make and model you can try 192.168.1.1 as that is a typical default ip address for many routers. If none of this works you can go to the command prompt (WIN+R then type cmd) and enter the command | |||
|
feedback
|
|
If you're using DHCP, simply check your routing table. In most operating systems
| |||
|
feedback
|
|
It depends where the router is located:
If it's located elsewhere on the network, or isn't your default gateway, it gets a bit more tricky. Is that so? | |||
|
feedback
|
|
If you are behind that router and are looking for the external IP you can always check sites like http://www.whatismyip.com/ | |||
|
feedback
|