Web Hosting Talk







View Full Version : closing a port with iptables


pip235
05-31-2002, 08:07 PM
for some reason 1002 is open on my server, i want to close it with iptables but doing:
iptables -A INPUT -p tcp --syn --destination-port 1002 -j DROP

doesnt seem to have any effect...

also, any idea why 1002 would be open?