christos
|
e4cf375b81
|
Script to add and remove static routes:
eg:
$ cat /etc/route.conf
# Turn on/off IP forwarding.
+sysctl -w net.inet.ip.forwarding=1
-sysctl -w net.inet.ip.forwarding=0
net 192.168.2.0 -netmask 255.255.255.0 192.168.150.2
|
2003-01-09 15:57:02 +00:00 |