--- etc/arno-iptables-firewall/firewall.conf.orig 2010-02-26 08:09:05.000000000 +0100 +++ etc/arno-iptables-firewall/firewall.conf 2010-03-17 14:09:02.000000000 +0100 @@ -185,20 +185,20 @@ # (EXPERT SETTING!) Location of the iptables-binary (use 'locate iptables' or # 'whereis iptables' to manually locate it), required for (default) IPv4 support # ----------------------------------------------------------------------------- -IP4TABLES="/sbin/iptables" +IP4TABLES="/usr/sbin/iptables" # (EXPERT SETTING!) Location of the ip6tables-binary (use 'locate ip6tables' or # 'whereis ip6tables' to manually locate it), required for IPv6 support # ----------------------------------------------------------------------------- -IP6TABLES="/sbin/ip6tables" +IP6TABLES="/usr/sbin/ip6tables" # (EXPERT SETTING!) Location of the environment file # ----------------------------------------------------------------------------- -ENV_FILE="/usr/local/share/arno-iptables-firewall/environment" +ENV_FILE="/usr/share/arno-iptables-firewall/environment" # (EXPERT SETTING!) Location of plugin binary & config files # ----------------------------------------------------------------------------- -PLUGIN_BIN_PATH="/usr/local/share/arno-iptables-firewall/plugins" +PLUGIN_BIN_PATH="/usr/share/arno-iptables-firewall/plugins" PLUGIN_CONF_PATH="/etc/arno-iptables-firewall/plugins" # Most people don't want to get any firewall logs being spit to the console.