ipchains

From: bob (jwx1.deleteThis@bellsouthnet)
Date: 02/10/03


From: bob <jwx1.deleteThis@bellsouthnet>
Date: Mon, 10 Feb 2003 18:53:00 GMT

I've added a couple chains, I'm hoping someone can veryify that I have done
things correctly.

I typed:

ipchains -A input -j DENY -p all -l -s 64.12.161.153

and the same thing with "output" replacing input.

This will block all access to or from the IP address, correct?

If I want to disable all access to port 4000, would I use:

ipchains -A input -j DENY -p all -l -s 4000?

Thanks