Rule doubt

Michael K. Smith - Adhost mksmith at adhost.com
Thu Sep 27 10:13:56 PDT 2007


Hello David:

> -----Original Message-----
> From: owner-freebsd-pf at freebsd.org [mailto:owner-freebsd-
> pf at freebsd.org] On Behalf Of David Verzolla
> Sent: Thursday, September 27, 2007 9:25 AM
> To: freebsd-pf at freebsd.org
> Subject: Rule doubt
> 
> Hi All,
> Its possible creates a rule that can match all the traffic designated
> to an specific interface?
> 
> Example:
> 
> pass in on $vlan10 from <vlan10> to (the interface, not the address)
> $ext_if
> 
> The $ext_if:network doesn't works for me.
> 
Did you try specifying the interface name instead?  As an example:

ext_if="em1"

or bge0 or whatever.

Regards,

Mike



More information about the freebsd-pf mailing list