I am trying to setup 2 individual networks with two routers in a single internet connection provider. The setup I have is as following
Comcast Modem
to
Linksys Router#1 -WRT54G
to
Switch
to
Group A & Linksys Router#2 (the ethernet cable is plugged to Wan port)-WRT54G
to
Group B
I wish Group A wont' be able to access Group B's computers and vice versa.
setup on Router #1
default gateway: 192.168.1.1
subnet: 255.255.255.0
Static ip
DHCP disable
setup on Router #2
default gateway: 192.168.2.1
subnet: 255.255.255.128
DHCP enable
Everything works well except that the Group B's computers have no access to the internet. Any thoughts? Thanks a lot.