Re: help with pf

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <misc@...>
Date: Friday, January 25, 2008 - 8:39 pm

Just passing through while looking for something else, but can help:

Aaron proficuous.com> writes:

> my pf.conf:

imap imaps domain } to any

These lines are the problem - they are filtering on the source port being ssh,
www, etc rather than the destination port. You need:

pass in on fxp3 inet proto tcp from $lan_net to any port { sss www (etc) }
pass in on fxp3 inet proto udp from $lan_net to any port { domain ntp }

> I am sure this is some configuration error right in front of my face,

No problem - I'm sure that even the gurus have had moments like this :-)

Kevin

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: help with pf, Kevin, (Fri Jan 25, 8:39 pm)