Re: Building a OpenBSD Gateway Router Peter N. M. Hansteen wrote:
> "itln.stln" <itln.stln@cox.net> writes:
>
>
>>The NAT rule that I am using is:
>>
>>nat on fxp0 from fxp1:network to any -> (fxp0)
>
>
> assuming fxp0 is your outer interface, this looks correct.
>
> Do you also have rules which allow traffic to pass?
>
> This would be something like
>
> pass out inet proto tcp from $localnet to any port $tcp_services keep state
>
No, I don't have a rule like that. Would that be what keeps this from
working?
Thanks |