I have the following configuration;
Firewall 1 (site 1);
x.x.x.x/26 subnet on external
10.0.0.0/8 on internal (internal IP 10.0.0.10)
Firewall 2 (site 2);
x.x.x.y/26 subnet on external
10.0.0.0/8 on internal (internal IP 10.0.0.20)
Sites are linked by LAN connection, so everything can see everything.
I am looking to configure a linux machine with either 1 or more NICs (VMware) to use a specific gateway for a specific IP address;
10.0.1.1/255.0.0.0 - > 10.0.0.10
10.0.1.2/255.0.0.0 - > 10.0.0.20
Any suggestions would be appreciated.