Hey guys, Do you know how to take control over the route order in RH9 ?? when my system boots the route -n command is like this: Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 10.150.32.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1 127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo 0.0.0.0 10.150.32.1 0.0.0.0 UG 0 0 0 eth0 but I would like the routeing scheme like this: Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1 10.150.32.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo 0.0.0.0 10.150.32.1 0.0.0.0 UG 0 0 0 eth0 Help would be appreciated.