Hello Daniel. Quick question within regards to the command that you suggest I run.
Dont mean to sound like a complete idiot, but what am I exactly looking for here? I see the output, im just trying to decypher it now. Thanks again. Jason -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Daniel Hartmeier Sent: Wednesday, August 14, 2002 11:59 PM To: [EMAIL PROTECTED] Subject: Re: NAT problems On Wed, Aug 14, 2002 at 11:17:48PM -0700, Jason Williams wrote: > ext_if = "dc0" > nat on $ext_if from 192.168.1.0/24 to any -> $ext_if That looks fine and should load. The only explanation I can think of is that you have some non-printable characters in there, like a trailing carriage-return (introduced by editing with a foreign editor). Run head -n 8 /etc/nat.conf | tail -n 1 | hexdump -C to verify. Daniel
