On Sun, 12 Aug 2007 23:59:26 -0400 (EDT) [EMAIL PROTECTED] wrote: > Hello, > > I need to add a static route to the Endian firewall. I have openvpn behind > the firewall. > > I found the route add -net 10.8.0.0 netmask 255.255.255.0 gw 192.168.10.1 > command. This is only good until the firewall is rebooted. I need it to be > permanent. I tried etc/sysconfig/static-routes says file doesn't exist >
add the same command (route add -net 10.8.0.0 netmask 255.255.255.0 gw 192.168.10.1) to /etc/init.d/rc.local this should work :) (didnt test it tho) ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Efw-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/efw-user
