palswim
Golden Member
At my house, I have the Internet through an AT&T U-Verse Gateway (Router). To it, I've attached an ASUS WL-520 GU Router running DD-WRT v24-sp1, which I would like to use for the computers in my house. But, I still would like to manage some settings on the U-Verse gateway (at IP: 192.168.1.254).
Originally, my DD-WRT parked itself at 192.168.1.1, but I moved it to 192.168.0.1, but kept the subnet mask at 255.255.255.0 (though after I configure everything, I'll probably set it to 255.255.0.0). But, for the life of me, I can't determine how to pass through LAN requests for 192.168.1.254 to the gateway. Currently, my Routing Table through DD-WRT's interface looks like this:
But none of these seem to allow me to access the gateway from the LAN.
I don't know how that 1st line in the actual routing table appeared and how exactly I can configure it and since I don't know, I would think it would affect the problem somehow.
Edit: Corrected example routing table entries.
Originally, my DD-WRT parked itself at 192.168.1.1, but I moved it to 192.168.0.1, but kept the subnet mask at 255.255.255.0 (though after I configure everything, I'll probably set it to 255.255.0.0). But, for the life of me, I can't determine how to pass through LAN requests for 192.168.1.254 to the gateway. Currently, my Routing Table through DD-WRT's interface looks like this:
I've tried a few other entries previouslyDestination LAN NET, Subnet Mask, Gateway, Interface
192.168.1.0, 255.255.255.0, 0.0.0.0, WAN
192.168.0.0, 255.255.255.0, 0.0.0.0, LAN & WLAN
169.254.0.0, 255.255.0.0, 0.0.0.0, LAN & WLAN
0.0.0.0, 0.0.0.0, 192.168.1.254, WAN
Examples:
192.168.1.0, 255.255.255.0, 192.168.1.254, WAN
192.168.1.254, 255.255.255.255, 192.168.1.254, WAN
But none of these seem to allow me to access the gateway from the LAN.
I don't know how that 1st line in the actual routing table appeared and how exactly I can configure it and since I don't know, I would think it would affect the problem somehow.
Edit: Corrected example routing table entries.