> My RH6.2 was running IP Masquerading. How can I block the ICQ and IRC
> port on my network using IP Chains. I've tried the IP Chains how-to but
> wasn't successful.
>
# deny IRC, napster and other protocols
/sbin/ipchains -A forward -p tcp -s 0/0 -d 0/0 6000:7174 -j DENY
/sbin/ipchains -A forward -p tcp -s 0/0 -d 0/0 7176:8999 -j DENY
these rules must be placed on top...are the first rules loaded...what this
means is that block anything that comes and goes to ports
6000-7174,7176-8999.
_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]