On Wed, 2008-11-26 at 12:52 -0600, Patric wrote:
> My current pf.conf
>
> __________________________
> ext_if = "xl2"
> int_if = "xl1"
> localnet = $int_if:network
> nat on $ext_if from $localnet to any -> ($ext_if)
> pass from { lo0, $localnet } to any keep state
> __________________________
>
> this is pretty much the most basic natting pf.conf described in "The
> Book of PF" and I can't pass any traffic through it at all, pftop shows
> nothing, and I am starting to doubt my sanity, any help is greatly
> appreciated.
>
>
Not a pf problem at all, dhcp.conf had an invalid gateway (.0 instead of
the pf boxes .1), thanks for all the suggestions the -vs rules was
especially helpful, thanks again.