I have added an add route command to my firewall and everthing is working fine. But when I reboot I lose the route , What file can I edit to make the route permanent. (BSD Version 6.1 Release) Jamie
add the following line to /etc/rc.local /sbin/route add -net 10.19.1.0/24 10.19.1.254 where 10.19.1.254 is the gateway to add a route to a host: /sbin/route add -host 192.168.0.5 192.168.1.254 where 192.168.0.5 is the host and 192.168.1.254 is the gateway. Jamie Beekhuis wrote:> I have added an add route command to my firewall and everthing is working > fine. But when I reboot I lose the route , > What file can I edit to make the route permanent. (BSD Version 6.1 Release) > > Jamie >
route add -P ----- Original Message ----- From: "Jamie Beekhuis" <jbeekhuis@wmptl.com> To: <samba@lists.samba.org> Sent: Thursday, September 27, 2007 9:07 AM Subject: [Samba] Add route>I have added an add route command to my firewall and everthing is working > fine. But when I reboot I lose the route , > What file can I edit to make the route permanent. (BSD Version 6.1 > Release) > > Jamie > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/listinfo/samba