Deleting APF
Saturday, March 6th, 2010One of our new systems locked itself out due to APF configuration error. For this basically can remove the APF and allow remote access again :
/etc/init.d/iptables stop
rm -Rfv /etc/apf
rm -fv /etc/cron.daily/fw
chkconfig apf off
rm -fv /etc/init.d/apf
That should solve it.
