>
> firewall_script="/etc/rc.firewall.mine"
> natd_flags="-s -m -u -dynamic"
>
I highly recomend that you use the "-u" flag. If you don't someone on your
cable/dsl/etc subnet and possibly anywhere and the internet could use your
machine the same way you use it from your private network (i.e. they could
attack someone using you as the default gateway and it would appear to
come from you.) This actually should be in the man page.
>
> One of the options I put on natd might require your local area network
> addresses to be 192.168.xxx.xxx, which is what I have.
the -u flag will allow 10.0.0.0/8, 172.16.0.0/12 and 192.168.0.0/16, not
just 192.168.0.0/16
Zach
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message