I have a switch between two routers. On the outside of both routers is connections to two different networks. Also the default routes on the routers point to the outside of router A. Host connected to the switch need to talk to both networks. The problem is if I set the default gateway on the host to point to router A, then the host can talk to everything on the router A network. But not Router B network. Setting the host default gateway to router B, then the host can talk to all on router B network. But not on router A network.
I assume the is because the router will not send the packets out the same interface it was received on. Is there a way to route out to the same interface in came in on.
Jamey