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?