Home page Forum

Go Back   MyServerZone » My Server Discussion » Server protection & Scripting » Protection

Reply
 
LinkBack Thread Tools Display Modes
Old 11-20-2008, 05:31 PM
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
Old 12-01-2008, 10:56 PM
Junior Member
 
Join Date: Dec 2008
Posts: 2
Default

how to remove blocked ip ? from this ip table
Gizmis is offline   Reply With Quote
Old 12-01-2008, 11:12 PM
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

Quote:
Originally Posted by Gizmis View Post
how to remove blocked ip ? from this ip table
iptables -D INPUT -s 0.0.0.0 -j DROP
KING is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 04:28 PM.