On 7/10/06, Michael Vince <[EMAIL PROTECTED]> wrote:

Dmitry Andrianov wrote:
So to block to block IP 192.168.1.17 from connecting *out* to anything
on the internet I have to use a "block in" statement and there is no
other way of doing this rule?
block in quick on $int_if proto { tcp, udp, icmp } from 192.168.1.17 to
any



I'm not sure if I'm understanding you correctly, but if having the direction
in the rule is confusing to you, you can leave it out:

block quick on $int_If proto { tcp, udp, icmp } from 192.168.1.17 to any
_______________________________________________
freebsd-pf@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-pf
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to