Add natd_program and change a comment.
This commit is contained in:
parent
48a39913ba
commit
72a042f2bf
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user