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
|
- Re: ipchains: removing rules Madel,Kurt
- Re: ipchains: removing rules juaid
- Re: ipchains: removing rules linux power
- RE: ipchains: removing rules Madel,Kurt
- Re: ipchains: removing rules juaid
- RE: ipchains: removing rules linux power
- RE: ipchains: removing rules Bret Hughes