vote up 2 vote down star

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.

flag

closed as not programming related by Jeff Atwood Sep 20 '08 at 16:58

6 Answers

vote up 1 vote down

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.

link|flag
vote up 4 vote down

Start> Run> "cmd" > Hit Ok

ipconfig

The Default Gateway address is usually what you're after in this case.


And the Linux version per Jarrod's comment:
Open a terminal window

route-n

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+):

  • Apple Menu > System Preferences...
  • View Menu > Network
  • Next to Show:, select the adapter you're connecting with
  • Click the TCP/IP tab and look next to Router:


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:

  • Belkin: 192.168.2.1
  • Buffalo: 192.168.11.1
  • Dell: 192.168.1.1
  • D-Link: 192.168.0.1, 192.168.1.1
  • Linksys: 192.168.1.1, 192.168.0.1
  • Microsoft: 192.168.2.1
  • Netgear: 192.168.0.1
  • SMC: 192.168.2.1, 192.168.2.25

Source for this list and a list of the default passwords which hasn't changed on most models can be found here

link|flag
I would also assume the user is on Windows - any self-respecting Linux user would have this knowledge from birth! – Jarrod Dixon Sep 21 '08 at 3:14
vote up 0 vote down

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

link|flag
vote up 0 vote down

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.

link|flag
vote up 0 vote down

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.

link|flag
vote up 1 vote down

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.

link|flag
Another popular network scanner is NMap: nmap.org – Eric Lathrop Sep 20 '08 at 16:46

Not the answer you're looking for? Browse other questions tagged or ask your own question.