Im at a loss, Im trying to block web access to one machine on our local
network using IPCHAINS. This machine still seems to be able to access the
net with a browser. I dont want to block everything, there is some work
software that still needs access along with email and such, just block port
80.  Here is the rule in my firewall:
/sbin/ipchains -I input -p tcp -s 172.16.0.6 -d 0.0.0.0/24 80 -j REJECT
also tried
/sbin/ipchains -I input -p tcp -s 172.16.0.6 -d 0.0.0.0 80 -j DENY

no luck yet.
Any idea where i'm off?

Thanks in advance,
Kirk



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to