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
