Thursday, 23 December 2010

Disable and Uninstall APF Firewall Script

You can easily disable and uninstall APF firewall script under any Linux distributions. Simply type the following command as root user.

Linux Remove APF firewall


# 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

WARNING! These examples open your computer to everyone on the internet by disabling iptables firewall protection if executed.

No comments:

Post a Comment