hi,
this is probably a simple question.
basically our company has a cisco 3750g stack of 2 switches running the ip services image.
company A (us) use the 192.168.1.x 255.255.255.0 subnet
firewall - 192.168.1.10
vlan ip: 192.168.1.240(gateway)
company B uses 10.1.1.1.x 255.255.255.0
gw (fw) - 10.1.1.253
vlan ip: 10.1.1.240
currently the networks are sepaarate except for sharing the same internet connection.
have configured the networks on different vlans but havent connected them together.
what is needed to connect the networks together but force traffic on the different vlans to use different gateways?
am i right in guessing that the following command need to be either removed or amended:
ip route 0.0.0.0 0.0.0.0 192.168.1.10
ip default-gateway 192.168.1.10
my networking knowledge is very basic, please go easy on me :-)
many thanks!