R6Host.com
Sunday, 23 August 2009
How to remove the blocked ip using iptables
1. First check that ip is blocked or not in the Iptables
# iptables –L –n | grep DROP all -- 125.99.10.123 216.240.157.91
2. to unblock the ip give the command
# iptables -D INPUT -s 125.99.10.123 -d 216.240.157.91 -j DROP
Now the ip is unblocked.
Go_GrEen^ThiNk_GReeN~LoVE_GreEn -
Pushkar
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment