- First check that ip is blocked or not
- iptables –L –n | grep
DROP all -- 125.99.10.123 216.240.157.91
- 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.
Do what you can with what you have where you are. - Theodore Roosevelt
Posted by Mayur's BLOG
DROP all -- 125.99.10.123 216.240.157.91
iptables -D INPUT -s 125.99.10.123 -d 216.240.157.91 -j DROP
Now the ip is unblocked.
Powered by Blogger. Theme: SpringLoaded by the449. | Converted by Blogger au bout du doigt and Blogger Mastering
0 comments:
Post a Comment