The static routes file generated from linuxconf creates the following failure "No such device" when changing the routing table. # /etc/rc.d/init.d/network restart Shutting down interface eth0: [ OK ] Shutting down interface eth1: [ OK ] Setting network parameters: [ OK ] Bringing up interface lo: [ OK ] Bringing up interface eth0: [ OK ] Bringing up interface eth1: [ OK ] SIOCADDRT: No such device # rpm -q -a | grep initscripts initscripts-5.49-1 #more /etc/sysconfig/static-routes any net 203.22.26.0 netmask 255.255.255.192 gw 192.168.0.1
The ifup-routes script in initscripts doesn't know how to handle the "gw" parameter on the line in your configuration file. This is being fixed in CVS for initscripts-5.50. Thanks!