APF won't start

neorder

Verified User
Joined
Oct 1, 2003
Messages
392
i got this error when i try to start APF (fresh installation)

lsmod: QM_MODULES: Function not implemented

Unable to load iptables module (ip_tables), aborting.

i'm sure iptables is running, and i'm using a VPS which is made by UML, i supposed it's the kenel problem, so i tried to recompile apache by using the supplied recompileapache script, but i still get same problem in the end.

i've done some research at google but no luck, any idea?
 
okay, i know how to remove a rpm package, i want to remove apf firewall now, but it's built from a tar ball, how am i going to remove it? i am interested to try kiss my firewall since i got problem with APF.

thanks.
 
depending on where you installed it just remove the directory, default install location is /usr/apf so just run:

rm -rf /etc/apf

APF isnt actually compiled / 'built' its just a simple shell script which unpacks the required files and moves them to the specified location.

Chris
 
Back
Top