Unblocking a IP in IP Tables.
#1

I tested blocking someone in IP tables but now I need to remove them, can someone tell me how to do it? 

I did this:

# iptables -D INPUT -s PersonsIP -j DROP

#2
# iptables -D INPUT -s PersonsIP -j DROP did work actually, sorry for the useless post, someone delete it or move it to solved please.

#3

Thats why i prefer to not use "live commands" but to just edit the /etc/sysconfig/iptables file and restart iptables.

This way if u want to undo something u just remove the line from the file.

And its easy for people that forget a lot, like me..

#4


Thats why i prefer to not use "live commands" but to just edit the /etc/sysconfig/iptables file and restart iptables.

This way if u want to undo something u just remove the line from the file.

And its easy for people that forget a lot, like me..

Sounds much easier, Ill probably do this too.



Forum Jump:


Users browsing this thread: 1 Guest(s)