I want to setup two different CLASS C networks talking to one another.
CABLE MODEM connects to the WAN port of ROUTER 1 with some Comcast WAN IP. Router 1 is a Linksys router set as a GATEWAY router. ROUTER 1’s LAN IP is 192.168.1.1. The second router ROUTER 2 is also a Linksys Router that is set to ROUTER mode rather than GATEWAY mode. The LAN IP Address of ROUTER 2 is 192.168.0.1. The two routers are connected together such that the cable on ROUTER 1 is connect to a LAN port and the other end is connected to the WAN port on ROUTER 2. I added a STATIC ROUTE to the route table of ROUTER 1 to route any requests for the Destination Network of 192.168.0.0 with a Subnet Mask of 255.255.255.0 to a Gateway of 192.168.1.2. The 192.168.1.2 is the WAN IP address of the ROUTER 2 system. From any computer in the 192.168.0.x cloud I can PING, TCP/UDP to any computer in the 192.168.1.x cloud. HOWEVER, I can ONLY PING any computer in the 192.168.0.x cloud from the 192.168.1.x cloud. I can not do UNC File shares even using the IP address instead of the NETBIOS name. How come PINGS can pass thru the second router but nothing else? What am I doing wrong? AND NO I do not want to make the second router into a SWITCH and NO I do not want to do any form of PORT FOWARDING or single DMZ setup. I mean, CISCO routers can easily do what I have mentioned above. Is it a matter of these Linksys routers do not carry the same routing protocols as in a CISCO router? At work, I can easily connect to different computers on different class networks without any issues (of course they are using CISCO routers). That’s what I’m trying to accomplish on a much smaller scale. Why am I doing this? Because I have a small project at a site that I am working on and I want to seperate two parts of the building into different subnets to reduce broadcast and such but allow intercommunication between the two networks such as File and Printer Sharing or HTTP.
Thanks.
1 Answer