Tom In the attached config. the providers entry:
isp3 3 3 isp3 eth0 detect produces the following error message: /var/lib/shorewall/.start: 1971: Syntax error: ")" unexpected (expecting "fi") I have attached the appropriate block of code from /var/lib/shorewall/.start. Line 1971 is "*)". Steven.
shorewall2A2.tar.gz
Description: application/compressed-tar
#
# Disable an optional provider
#
disable_provider() {
g_interface=$1;
case $g_interface in
eth0|isp3)
if [ -n "`$IP -4 route ls table 3`" ]; then
*)
startup_error "$g_interface is not an optional provider interface"
;;
esac
}
------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________ Shorewall-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/shorewall-devel
