APF and Centos 3.3 no good?
I have trouble using APF on CentOS 3.3 with Cpanel. It is certainly CentOS issue that APF doesn't seem compatible with. Basically, it halts on server reboot. I have gone into single user and issued an " apt -f " and apf is still starting upon system boot. It is sitting there halted at " starting apfMy installation method: (stripped down to simply commands to run)
wget http://www.rfxnetworks.com/downloads/apf-current.tar.gz
tar -xvzf apf-current.tar.gz
cd apf-0.9.4-7
./install.sh
pico /etc/apf/conf.apf
FIND: USE_DS="0"
CHANGE TO: USE_DS="1"
# Common ingress (inbound) TCP ports -3000_3500 = passive port range for Pure FTPD
IG_TCP_CPORTS="21,22,25,53,80,110,143,443,2082,2083, 2086,2087, 2095, 2096,3000_3500"
#
# Common ingress (inbound) UDP ports
IG_UDP_CPORTS="53"
# Common egress (outbound) TCP ports
EG_TCP_CPORTS="21,25,80,443,43,2089"
#
# Common egress (outbound) UDP ports
EG_UDP_CPORTS="20,21,53"
/usr/local/sbin/apf -s
pico /etc/apf/conf.apf
FIND: DEVM="1"
CHANGE TO: DEVM="0"
/usr/local/sbin/apf -r
chkconfig --level 2345 apf on
I believe it is the way Centos kernel is compiled (I've done some Googling and found others have the same issue with APF /Centos)
Any help on this is truly appreciated