Wow, that was it. I knew it was something simple. Thanks *so* much.

BTW, I highly recommend pfsysinfo
(http://team.gcu-squad.org/~aflab/projects/pfsysinfo/) for anyone wanting a
"dashboard" kind of information display for an OpenBSD firewall. It's really
simple -- pfstat and a few shell scripts combined with a few PHP pages --
and it's been really helpful working out these last few bugs in my config.

Again, thanks to everyone for their time and help.

-Coda 



> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
> Jason Opperisano
> Sent: Sunday, August 01, 2004 7:00 AM
> To: Coda Hale
> Cc: 'PF Mailing List'
> Subject: RE: NAT with two external interfaces
> 
> On Sat, 2004-07-31 at 21:55, Coda Hale wrote:
> > # nat on both interfaces from internal
> > nat on $adsl_if from $int_if to any -> ($adsl_if)
> > nat on $sdsl_if from $int_if to any -> ($sdsl_if)
> 
> in the above, $int_if expands to the IP address of your internal
> interface.  my guess is you want the network definition:
> 
> nat on $adsl_if from $int_if:network to any -> ($adsl_if)
> nat on $sdsl_if from $int_if:network to any -> ($sdsl_if)
> 
> -j
> 
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> I had no shoes and I pitied myself. Then I met a man who had no feet, so
> I took his shoes. -- Dave Barry
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Reply via email to