Hello,
I want to have two networks that will connect to the internet through my DSL modem.
I hooked a switch into the modem and two linksys WRT54G wireless routers into the switch. One of these routers connects by PPPoE to the internet through the modem (which is set in bridging mode). This works fine. (The PPPoE connection has a static IP.)
The modem connects to the uplink connector on the switch, and the two routers are connected to standard connectors on the switch via their uplink connectors.
The first or gateway router uses local IP net of 192.168.1.0 and the second router uses 192.168.2.0. I configured the second router as a static IP on the first network, IP 192.168.1.210, with a local IP of 192.168.2.1.
I can't get routing from one network to the other. From the .2 network, I can ping the external IP of the router (192.168.1.210) and that's it.
These Linksys routers have the capability to have routes manually set, but I lack the proper knowledge to make it work.
Routing Table on gateway router (.1 network):
Destination LAN IP Subnet Mask Gateway Interface
204.60.4.194 255.255.255.255 0.0.0.0 WAN (Internet)
192.168.2.0 255.255.255.0 192.168.1.210 LAN & Wireless
192.168.1.0 255.255.255.0 0.0.0.0 LAN & Wireless
0.0.0.0 0.0.0.0 204.60.4.194 WAN (Internet)
Routing Table on second router (.2 network):
Destination LAN IP Subnet Mask Gateway Interface
0.0.0.0 0.0.0.0 192.168.1.200 WAN (Internet)
192.168.1.0 255.255.255.0 192.168.1.210 WAN (Internet)
192.168.2.0 255.255.255.0 192.168.2.1 LAN & Wireless
204.60.4.194 255.255.255.255 192.168.1.210 WAN (Internet)
Any help with getting this routing properly configured would be much appreciated.
Thanks.
mp