Simon Matter wrote: >> 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!
Thanks, > > 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? It was intentional. Shorewall doesn't package all of the other extension scripts; only some of them. And the documentation clearly states that if the script that the user wants to use doesn't exist in /etc/shorewall/, then the user should simply create it. -Tom -- Tom Eastep \ Nothing is foolproof to a sufficiently talented fool Shoreline, \ http://shorewall.net Washington USA \ [EMAIL PROTECTED] PGP Public Key \ https://lists.shorewall.net/teastep.pgp.key
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------- 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
