Sunday, January 25, 2009

Remove Linux APF firewall

Remove Linux APF firewall

Type the following commands:
# service iptables stop
# chkconfig apf off
# /bin/rm -rfv /etc/apf
# /bin/rm -fv /etc/cron.daily/fw
# /bin/rm -fv /etc/init.d/apf
# iptables -L -n

0 comments: