Web Hosting Talk







View Full Version : IP Blocking


dario
02-28-2005, 04:22 PM
Hello;

I have blocked an IP from my server by unsing this command:

/sbin/iptables -I INPUT -s **.**.***.** -j DROP

Replace * with actual IP

Can you tell me what the command is to unblock?

John

zupanm
02-28-2005, 04:36 PM
iptables -D INPUT -s *.*.*.* -j DROP