Hello,
i think to block some port connections via IP tables, this is executed:
But to delete it, i add -D INPUT .... ? How the command would look like?Code:/sbin/iptables -A INPUT -p tcp --dport PORTNAME -j DROP
Hello,
i think to block some port connections via IP tables, this is executed:
But to delete it, i add -D INPUT .... ? How the command would look like?Code:/sbin/iptables -A INPUT -p tcp --dport PORTNAME -j DROP
Bookmarks