2. iptables –L –n | grep
DROP all – 125.99.10.123 216.240.157.91
3. 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.
Labels:
Ip tables
Labels:
Ip tables
Return to top of page
Copyright © 2010 | Platinum Theme Converted into Blogger Template by HackTutors
Responses
0 Respones to "How to remove the blocked ip using iptables"
Post a Comment