On Fri, Jun 13, 2008 at 05:34:16PM -0700, Margo Szathmár wrote:
> I'm trying to set up jails behind a NAT on my FreeBSD 7.0 box here as I've
> only got one IP to play with. I'm currently using pf with the following
> configuration:
>
> ext_if="rl0"
> external_addr="x.x.x.x"
> internal_net="192.168
Hello everyone,
I'm trying to set up jails behind a NAT on my FreeBSD 7.0 box here as I've
only got one IP to play with. I'm currently using pf with the following
configuration:
ext_if="rl0"
external_addr="x.x.x.x"
internal_net="192.168.222.0/24"
nat on $ext_if from $internal_net to any -> $exte