> 4) A new 'isusable' extension script has been added. This script > allows you to extend the availability test that Shorewall performs > on optional providers. > > Here's an example that uses ping to ensure that the default > gateways through eth0 and eth1 are reachable: > > case $1 in > eth0) > ping -c 4 -I eth0 206.124.146.254 > /dev/null 2>&1 > return > ;; > eth1) > ping -c 4 -I eth1 192.168.12.254 > /dev/null 2>&1 > return > ;; > *) > # Assume we don't need to do any additional testing > # for this interface beyond Shorewall's > return 0 > ;; > esac > > Additional information is available at > http://www.shorewall.net/shorewall_extension_scripts.htm.
Dear Tom, I hope you enjoy your vacation! A small question about Shorewall 4.0.3, was it intended to not package a sample 'isusable' file as it happens with all other extension scripts? Have a nice time! Regards, Simon ------------------------------------------------------------------------- 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/ _______________________________________________ Shorewall-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/shorewall-users
