A suggestion from someone on another forum noticed that I didn't include subnets in my routes. Using the configuration below worked without requiring the use of secondary ip addresses
ip route add 192.168.40.0/24 dev eth1 src 192.168.40.10 table forty
ip route add default via 192.168.40.1 table...
I think I've sussed it!
I bound a secondary ip address to each of the network adapters in server1 and server2 using on a different subnet with no gateway specified (as there is no reason for internal host communication to route outside of the subnet). I was then able to ping and ssh between...
Hey everyone,
I'm trying to implement a poor man's network/hardware redundancy setup with 4 fedora10 servers ( 2 nics in each) and two pix 501 firewalls. I've inherited the infrastructure and don't have budget for anymore.
I'm running a public webservice that talks to a mysql database. The...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.