Bestmiler
Newbie
UID 69
Digest Posts
0
Credits 0
Posts 15
Reading Access 10
Registered Apr 25, 2007
Status Offline
|
|
|
|
ok, all the route statements you typed that were lost when you rebooted.... add them to a script.
just fire up vi (or whatever) as root
vi /etc/rc2.d/s99_localroutes # or whatever you want to call it
you can start this earlier in the boot sequence if you want, but after networking has come up.
in this file, make sure the first line is
#! /sbin/sh
then add your route statements
save the file, make it executable. that's only one way of doing it.....
cheers
|
|
|