Re: rdr rules with pf

2008-06-15 Thread Jeremy Chadwick
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

rdr rules with pf

2008-06-13 Thread Margo Szathmár
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