PDA

View Full Version : How to delete port from IPtables, stop blocking it?



Fli
10-03-2013, 09:36 AM
Hello,

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


/sbin/iptables -A INPUT -p tcp --dport PORTNAME -j DROP

But to delete it, i add -D INPUT .... ? How the command would look like?