I have a linksys wireless G router. I am unable to find its LAN IP Address. Please let me know how to find the same.
closed as not programming related by Jeff Atwood♦ Sep 20 '08 at 16:58 |
|
|
192.168.1.1 is most likely what it is. Browse to that address in a browser and see if it prompts for a username/password. I've got a Linkysys wireless router, and that's the defaults. (As well as being fairly standard) Running ipfconfig will confirm this for you. |
||
|
|
|
|
Start> Run> "cmd" > Hit Ok
The Default Gateway address is usually what you're after in this case. And the Linux version per Jarrod's comment:
Look for the line/row with UG in the flags column, the IP address listed under the Gateway column is what you're after. And while we're at it, the Mac version (OS X+):
Here's some common Default Gateways on the popular brands to save people some time, if I forgot a common brand leave me a comment and I'll add it:
Source for this list and a list of the default passwords which hasn't changed on most models can be found here |
|||
|
|
|
Run cmd. From there, run ipconfig. Look for your gateway address. It's likely something like 192.168.0.1. That's your router's IP. Alternatively, reset it w/ the tiny reset switch and it will be 192.168.0.1 |
||
|
|
|
|
Its normally either 192.168.2.1 or 192.168.1.1. Either way, it should be your network adapter's gateway address. Open up a command prompt and type ipconfig /all and find the gateway address, and that should be it. |
||
|
|
|
|
In case you try the other suggestions and still can't get the IP, an IP scanner is a brute force way of doing it. Angry IP Scanner is one such tool. |
||
|
|
|
|
Another way to find the IP, when the Linksys is not your default Gateway, is LookAtLAN. It lists all the IPs in your network and you just have to select the correct one. |
||
|
