Remove blocked IP

From Birnam Designs Wiki

Jump to: navigation, search

Removing a blocked IP from my linux VPS:

-bash-3.2$ csf -a 1.2.3.4
Removing 1.2.3.4 from csf.deny and iptables DROP...
DROP  all opt -- in !lo out *  1.2.3.4  -> 0.0.0.0/0
DROP  all opt -- in * out !lo  0.0.0.0/0  -> 1.2.3.4
Adding 1.2.3.4 to csf.allow and iptables ACCEPT...
ACCEPT  all opt -- in !lo out *  1.2.3.4  -> 0.0.0.0/0
ACCEPT  all opt -- in * out !lo  0.0.0.0/0  -> 1.2.3.4 
 
-bash-3.2$
Share This!
This page was last modified on 11 February 2010, at 20:05. This page has been accessed 504 times.