diff options
author | brian <brian@FreeBSD.org> | 1999-03-24 10:27:46 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1999-03-24 10:27:46 +0000 |
commit | 2a47068aac4b97cf577e9ff322210e513dc5a011 (patch) | |
tree | 48602d13ccb9c269b88d6b858361fd66f8194f44 /etc | |
parent | 7b7a50dd819358f4552ecd4725cc3ced22a1941a (diff) | |
download | FreeBSD-src-2a47068aac4b97cf577e9ff322210e513dc5a011.zip FreeBSD-src-2a47068aac4b97cf577e9ff322210e513dc5a011.tar.gz |
Add natd_program and change a comment.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/rc.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index ee7b840..464bc14 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -9,7 +9,7 @@ # # All arguments must be in double or single quotes. # -# $Id: rc.conf,v 1.3 1999/03/11 16:17:24 jfitz Exp $ +# $Id: rc.conf,v 1.4 1999/03/17 04:00:04 billf Exp $ ############################################################## ### Important initial Boot-time options ##################### @@ -34,8 +34,9 @@ nisdomainname="NO" # Set to NIS domain if using NIS (or NO). firewall_enable="NO" # Set to YES to enable firewall functionality firewall_type="UNKNOWN" # Firewall type (see /etc/rc.firewall) firewall_quiet="NO" # Set to YES to suppress rule display +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 to use with natd. +natd_interface="fxp0" # Public interface or IPaddress to use. natd_flags="" # Additional flags for natd. tcp_extensions="NO" # Disallow RFC1323 extensions (or YES). network_interfaces="lo0" # List of network interfaces (lo0 is loopback). |