Guest User!

You are not Sophos Staff.

adding routes at boot time

hey, i'm using 1.920 and i need to add some routes to a network at boot time.  i have a script that does this and i put it in /etc/rc.d/rc2.d/S85addroutes (which is a sym link to ../addroutes).  the script executes (i have an echo comment that scrolls by at boot time so i know the script executes).  but the routes are not added.  if i manually run the script after it boots up, all is well and the routes get added?  any ideas to what's wrong?  is there a better way to do this?  the script does this - /sbin/route add -net 192.168.xxx.xxx netmask 255.255.255.0 gw 192.168.xxx.xxx .  thanks! bob.