summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authorcjc <cjc@FreeBSD.org>2002-02-20 10:31:01 +0000
committercjc <cjc@FreeBSD.org>2002-02-20 10:31:01 +0000
commit5eebfcea9b91d92ee8dfb13175e8df4db32ba2bf (patch)
treeb19652aa3fabe6cc71da57b47a1feb4dc4ac7582 /etc/defaults
parentf41a9d6db54165b50cd0f2f6245a40b6843e8a5f (diff)
downloadFreeBSD-src-5eebfcea9b91d92ee8dfb13175e8df4db32ba2bf.zip
FreeBSD-src-5eebfcea9b91d92ee8dfb13175e8df4db32ba2bf.tar.gz
There is no reason to demand the administrator set 'natd_interface'
when running natd(8) out of the rc-files. It is perfectly valid for the interface or alias address to be set in a natd(8) configuration file, not on the command line. Also, loosen up the restrictions on identifying an IP address argument in 'natd_interface.' Fix the documentation, rc.conf(5), to reflect this change. Take the bogus default for 'natd_interface' out of /etc/defaults/rc.conf. MFC after: 3 days
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index b9c0e3a..9c809ea 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -60,7 +60,7 @@ ipsec_enable="NO" # Set to YES to run setkey on ipsec_file
ipsec_file="/etc/ipsec.conf" # Name of config file for setkey
natd_program="/sbin/natd" # path to natd, if you want a different one.
natd_enable="NO" # Enable natd (if firewall_enable == YES).
-natd_interface="fxp0" # Public interface or IPaddress to use.
+natd_interface="" # Public interface or IPaddress to use.
natd_flags="" # Additional flags for natd.
ipfilter_enable="NO" # Set to YES to enable ipfilter functionality
ipfilter_program="/sbin/ipf" # where the ipfilter program lives
OpenPOWER on IntegriCloud