Networking – How to find the IP address of the client bridge router

gatewaynetworkingrouter

I have a client bridge (LinkSys WRT54GL router with DD-WRT firmware). I specified an IP address of 192.168.1.2 for the device, however, when I run ipconfig, the default gateway is now 192.168.0.1. Similarly, when I try to connect to http://192.168.1.2, I can't access the administrative page for the router.

Any ideas?

Best Answer

I have a client bridge

ok..

the default gateway is now 192.168.0.1.

because you have a bridge and your DHCP information comes from the router...

when I try to connect to http://192.168.1.2, I can't access the administrative page for the router.

because you are on the 192.168.0 network and neither your machine or your router knows anything about the 192.168.1 network. Do this:

  1. temporarily assign your computer an address of 192.168.1.100
  2. login to 192.168.1.2, reconfigure it to use 192.168.0.2(or just tell it to use dhcp)
  3. set your machine back to dhcp
  4. profit!
Related Question