aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.conf
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1998-04-18 10:27:19 +0000
committerBrian Somers <brian@FreeBSD.org>1998-04-18 10:27:19 +0000
commit252ba33d3cd7606312ae68be25457c063d605f01 (patch)
treef763d6898df0135e6d216394c80141a2065b1b37 /etc/rc.conf
parent635225ca846403485231a66b9df6273691faf4ff (diff)
downloadsrc-252ba33d3cd7606312ae68be25457c063d605f01.tar.gz
src-252ba33d3cd7606312ae68be25457c063d605f01.zip
Add natd support.
PR: 6339 Submitted by: cdillon@wolves.k12.mo.us
Notes
Notes: svn path=/head/; revision=35267
Diffstat (limited to 'etc/rc.conf')
-rw-r--r--etc/rc.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/rc.conf b/etc/rc.conf
index eb537f3a8507..a18aa3c6e8b7 100644
--- a/etc/rc.conf
+++ b/etc/rc.conf
@@ -6,7 +6,7 @@
#
# All arguments must be in double or single quotes.
#
-# $Id$
+# $Id: rc.conf,v 1.44 1998/04/12 09:47:41 markm Exp $
##############################################################
### Important initial Boot-time options #####################
@@ -31,6 +31,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_enable="NO" # Enable natd (if firewall_enable == YES).
+natd_interface="fxp0" # Public interface to use with natd.
+natd_flags="" # Additional flags for natd.
tcp_extensions="YES" # Allow RFC1323 & RFC1644 extensions (or NO).
network_interfaces="lo0" # List of network interfaces (lo0 is loopback).
ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration.