I wanted to block a port using ipchains and issued the following command:

 

ipchains -A input -s 0/0 -p tcp -j deny

 

But I forgot to put the port number after 0/0.  My question is whether the following command will delete the rule?:

 

ipchains -D input -s 0/0 -p tcp -j deny

 

 

Kurt Madel

Programmer, CSMi

(703) 823-4300 ext. 170

 

Reply via email to