On Wed, 2008-11-26 at 15:42 -0500, Morris, Roy wrote:
> and do you have ip forwarding enabled? (sysctl.conf)
> net.inet.ip.forwarding=1
>
> pfctl -vs rules
>
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of
> Gary
> Sent: Wednesday, November 26, 2008 3:04 PM
> To: pf@benzedrine.cx
> Subject: Re: super simple pf.conf that doesn't work as expected.
>
>
> Have you tried defining $localnet explicitly? Also, what do you see with
> 'pfctl -s rules'?
>
> -Gary
>
# pfctl -vs rules
pass inet6 from ::1 to any flags S/SA keep state
[ Evaluations: 93 Packets: 0 Bytes: 0 States:
0 ]
[ Inserted: uid 0 pid 15333 State Creations: 0 ]
pass on lo0 inet6 from fe80::1 to any flags S/SA keep state
[ Evaluations: 0 Packets: 0 Bytes: 0 States:
0 ]
[ Inserted: uid 0 pid 15333 State Creations: 0 ]
pass inet from 127.0.0.1 to any flags S/SA keep state
[ Evaluations: 102 Packets: 0 Bytes: 0 States:
0 ]
[ Inserted: uid 0 pid 15333 State Creations: 0 ]
pass inet from 17.16.15.0/24 to any flags S/SA keep state
[ Evaluations: 107 Packets: 0 Bytes: 0 States:
0 ]
[ Inserted: uid 0 pid 15333 State Creations: 0 ]