I'm sorry if I didn't give enough info - what else would you have to know?
which of the two rules should point to $ext_if, and should it still be
pass in, or would it be pass out?
I'm not very familiar with pf, so I apologize for the rudimentary
questions, thanks!
On 6/26/06, Bryan Irvine <[EMAIL PROTECTED]> wrote:
> 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?
You havn't posted enough info. My hunch is that this should be
$ext_if, since you say they are not behind your firewall, but the
int_if macro is used for machines that are.
--Bryan