Friday, April 24, 2015

HOW TO FIX CSF START ERROR “ERROR: FASTTART: (PACKET FILTER IPV4)”

If you get the below error while restarting/starting csf, then you just need to apply below fix.

csf: FASTSTART loading Packet Filter (IPv4)
Error: FASTTART: (Packet Filter IPv4) [] [iptables-restore: line 14 failed]. Try restarting csf with FASTSTART disabled, at line 4285


Edit csf config file located at /etc/csf/csf.conf and disable FASTSTART by editing FASTSTART = “1” to
FASTSTART = “0”.
Once the change is made restart csf by running csf -r, csf should be running fine now.


5 comments: