View Single Post
Old 11-20-2008, 05:31 PM
KING
Administrator
 
KING's Avatar
 
Join Date: Nov 2008
Posts: 23
Send a message via ICQ to KING Send a message via Yahoo to KING Send a message via Skype™ to KING
Default Debian block ip list

If you want to block some ip's you can use command:

iptables -A INPUT -s 0.0.0.0 -j DROP


Where 0.0.0.0 enter ip address which you want to block.
KING is offline   Reply With Quote
Sponsored Links