For configuring iptables, I use arno-iptables-firewall, which can be found at linuxpackages.net. After editing /etc/arno-iptables-firewall.conf, start the firewall with
Quote:
|
/etc/rc.d/rc.firewall start
|
. To start the firewall at boot, insert the following in /etc/rc.d/rc.local:
Quote:
if [ -x /etc/rc.d/rc.firewall ]; then
/etc/rc.d/rc.firewall start
fi
|