I've upgraded from FC9 to FC10.
I have two ethernet adapters:
eth0 - DHCP
eth1 - STATIC IP
With FC9 my routing table had no problem.
Default gateway was specified by DHCP server.
Now, with FC10, when eth1 link becomes active it overwrites default route with its own gateway.
When i bring eth1 down (ifconfig eth1 down) default gateway goes back to normal.
I looked in /etc/sysconfig/network-scripts/ifcfg-eth* and there is no mention about GATEWAY.
I also added GATEWAYDEV="eth0" in /etc/sysconfig/network, but no luck.
Please help!
Iulian