Help APF Uninstall

JosHost

Verified User
Joined
Mar 9, 2006
Messages
37
Location
israel
Hello, it took my ages to find how to uninstall APF, after i found some post i did-


/etc/init.d/iptables stop
rm -Rfv /etc/apf
rm -fv /etc/cron.daily/fw
chkconfig apf off
rm -fv /etc/init.d/apf

it seems i am STILL getitng this email from the server-
Banned the following ip addresses on Tue
Jan 16 12:31:01 EST 2007

217.132.72.32 with 318 connections,
i am getting too much emails of 'banned' ip address, i would like to conclude this plz, if possible by erasing the APF,
i think its related to iptables file after what i did already,
so what can i ??
plz help
thanks
 
Hello, i see this past post regarding the cron, this thing is also happening to me-

Something is trying to run it, and it's not there.

How about the /etc/crontab file?

That could be the culprit?

If you change it you do have to restart the crond daemon.

Jeff

how do i change the contab ? what should i do the remove this?
thank you,
joseph
 
Hello,
a while back you wrote regarind uninstall the APF Fire wall, i see the post-

Something is trying to run it, and it's not there.

How about the /etc/crontab file?

That could be the culprit?

If you change it you do have to restart the crond daemon.

Jeff

how do i change the contab ? what should i do the remove this?
thank you,
joseph
 
ok, sorry for posting twice, i was in much stress,
thank you for your answer, i used-
iptables --flush - Flush all the rules in filter and nat tables
iptables --table nat --flush
iptables --delete-chain - Delete all chains that are not in default filter and nat table
iptables --table nat --delete-chain

to flush the iptables, and for the ddos just wanted to mentioed ther is an uninstall script,


Thank you
Jose
 
Back
Top