How to determine Linksys router’s IP when it is in gateway mode

gatewayrouter

I have a Linksys WRK54G router that has previously been configured for Gateway mode, but I would like to access the web interface to the gateway but cannot determine its IP address.

How can I figure out the gateway's address? The actual router is at 192.168.0.1 and I tried 192.168.1.1 for the gateway but that did not work. The router lists the mac address for the gateway as being assigned 192.168.0.110 but that IP did not work either as I imagine that is its address from its WAN side, not its LAN side.

Diagram giving idea of network topology:

Printer  --> (wired to gateway)
Desktop1 --> (wired to gateway)
Laptop   --> (wireless to gateway)
  Wireless Linksys Gateway (Unknown IP) (Wired to router)--->
  Desktop2 (wired to router)-------------------------------->
                                         Main Router (192.168.0.1) --> DSL Modem

Best Answer

Whether the Linksys router is configured in Gateway mode or Router mode, it's web interface ought to be it's local IP address.

The gateway address is simply the address of the nearest router with the greatest connectivity. This is a separate and independent setting really.

What happens when you try to access http://192.168.0.1?


Gateway Mode should be used if your Linksys router is hosting your network's connection to the Internet.

If the Linksys router is the main IP router to connect your network to the Internet, then your Gateway IP is the same IP Address as the Linksys router. If you have another router handling your network's Internet connection, enter the IP Address of your main Internet router here instead.


Update:

Your diagram doesn't make it clear whether your WRK54G is linked to the main router using the WRK54G's WAN port of one of it's LAN ports. In the former case it is routing IP, in the latter case it is switching Ethernet. In the former case, Desktop1's default gateway would have the IP-address of the WRK54G. In the latter case, it's configuration doesn't really matter.

It's probably sending some network traffic, so an arp -a on Desktop1 will reveal it's IP-address.

Worst case, (assuming the install CD-ROM is missing or can't be used to communicate with the WRK54G) use something like nmap or ping every IP-address in range.

Related Question