How do you get to a DD-WRT router’s configuration page? (repeater bridge)

dd-wrtnetworkingrouterwifi-configuration

Here is my internet setup:

Internet → Apartment WiFi → DD-WRT Router

The router has been configured as a repeater bridge per the guide in the DD-WRT wiki: http://www.dd-wrt.com/wiki/index.php/Repeater_Bridge

Now I can access the internet by connecting to my DD-WRT router. However, when I try and navigate to my router config by putting in the router's IP, the request times out.

ipconfig says the default gateway is 10.245.220.1. This address sends me the Apartment WiFi page.

'tracert' shows that a request for the router's default IP (192.168.1.1) is passed through to the Apartment WiFi:

Tracing route to 192.168.1.1 over a maximum of 30 hops

  1    26 ms     5 ms     4 ms  logout.lan [10.245.220.1]
  2     *        *        *     Request timed out.
  3     *        *        *     Request timed out.
  4     *     ^C

The behavior is identical whether accessing the DD-WRT router via cable or wireless.

How do I access my router's configuration page?

Best Answer

You'll need to give your computer a static IP address on the same range as the DD-WRT router to be able to access it.

This can be done on either the ethernet or WiFi interface. Once the static IP address has been set to an IP address in the same range ( should start with 192.168.1.2 and end with 192.168.1.254 ), you'll be able to point your computer to 192.168.1.1 and access the DD-WRT configuration page.

Related Question