On Mon, 2006-06-26 at 11:44 -0400, Matt Singerman wrote:
> Hi all,
>
> I am trying to configire pf to allow certain machines not behind our
> firewall to access FileMaker on a server. FM uses port 5003 for
> TCP/IP networking. If I disable pf, machines outside the firewall can
> access the server without any problems. However, I cannot get things
> working correctly with pf enabled.
>
> I have the following rules:
>
You should use $ext_if if you want to accept packets comming from
outside you network, because the rules you specify in pf.conf refer to
the interface those packets are getting to your firewall as it is also
written in the man and howto.
> pass in on $int_if proto { tcp, udp } from { $Center, $Home, $Person1,
> $Person2 [etc.] } to $Db port 5003 keep state from any to any port
> 5003 keep state
> pass in on $inf_if proto udp
>
> With $inf_if simply pointing to dc1, the trusted netwrok adapter
> connecting the server to our internal switch.
>
> pf starts without any errors, but connections simply won't go through.
> Any ideas?
>
--
Claudiu Pruna <[EMAIL PROTECTED]>