closing a port with iptables

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?

 

 

 

 

Top