Thanks, that did it.  your right, i wasnt thinking on the /24 being  only
0.0.0.*
Works perfectly.
Kirk

>Try:
>/sbin/ipchains -I input -p tcp -s 172.16.0.6 -d 0.0.0.0/0 80 -j REJECT
>
>0.0.0.0/0 matches any IP.  0.0.0.0/24 only matches 0.0.0.*, if I
>remember right, and 0.0.0.0 doesn't match anything.
>
>You should also be able to do something like:
>/sbin/ipchains -I input -p tcp -s 172.16.0.6 \
>       --destination-port 80 -j REJECT
>
>Mikkel
>-- 
>
>    Do not meddle in the affairs of dragons,
> for you are crunchy and taste good with ketchup.
>
>
>
>_______________________________________________
>Redhat-list mailing list
>[EMAIL PROTECTED]
>https://listman.redhat.com/mailman/listinfo/redhat-list
>
>



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

Reply via email to