Making a static route permanent
Hi
Can anyone help please ....
I've added a static route to an interface card using this syntax :
# route add -host 10.141.90.7 10.221.54.5 0
In order to make this permanent (ie survive reboots) is it simply a case a creating a file called maybe :
/etc/rc2.d/s99make_static_route
and adding the syntax above to it ?
Many thanks

