|
Ok, I figured it out.
In my troubleshooting/poking around I noticed when I did a restart on the network It brought down/up eth0, eth1, eth1old, eth2. Weird part was that eth1old did not show up in an ifconfig. So, I looked in /etc/sysconfig/network-scripts/ where it keeps the config for each interface. In the eth1old config the incorrect gateway was setup. I moved the file ifcfg-eth1old to another dir and restarted the network. Only the correct interfaces came up and it had the correct gateway.
What was happening is when the network came up, it would set it properly when it brought up eth0, eth1 came up with no problems, eth1old came up and overwrote the gateway.
The fact that eth1old was not showing up in ifconfig it kept me from going that direction. Once I narrowed this down it was easy.
|