On Thu, 2003-04-24 at 07:12, Greig, Bruno J. Contr. wrote: > Does anyone know if the old /etc/sysconfig/static-routes file that was > used in redhat 7.1/7.2 still valid for Red Hat 9? Or is there some other > mechanism that is used to call up a static routes file? According to the Shrike Network bash script, the /etc/sysconfig/static-routes file is still parsed at boot. As far as I saw in the Network script file, a route-<device> script was not called. For you visual learners, here is a part from /etc/init.d/network: grep "^any" /etc/sysconfig/static-routes | while read ignore args /sbin/route add -$args You could always just put them in your /etc/rc.local file. HTH, --Mike