Hello,

i think to block some port connections via IP tables, this is executed:

Code:
/sbin/iptables -A INPUT -p tcp --dport PORTNAME -j DROP
But to delete it, i add -D INPUT .... ? How the command would look like?