Deleted Added
full compact
rc.conf (67793) rc.conf (67906)
1#!/bin/sh
2#
3
4# This is rc.conf - a file full of useful variables that you can set
5# to change the default startup behavior of your system. You should
6# not edit this file! Put any overrides into one of the ${rc_conf_files}
7# instead and you will be able to update these defaults later without
8# spamming your local configuration information.
9#
10# The ${rc_conf_files} files should only contain values which override
11# values set in this file. This eases the upgrade path when defaults
12# are changed and new features are added.
13#
14# All arguments must be in double or single quotes.
15#
1#!/bin/sh
2#
3
4# This is rc.conf - a file full of useful variables that you can set
5# to change the default startup behavior of your system. You should
6# not edit this file! Put any overrides into one of the ${rc_conf_files}
7# instead and you will be able to update these defaults later without
8# spamming your local configuration information.
9#
10# The ${rc_conf_files} files should only contain values which override
11# values set in this file. This eases the upgrade path when defaults
12# are changed and new features are added.
13#
14# All arguments must be in double or single quotes.
15#
16# $FreeBSD: head/etc/defaults/rc.conf 67793 2000-10-28 13:35:34Z sanpei $
16# $FreeBSD: head/etc/defaults/rc.conf 67906 2000-10-29 19:59:05Z ume $
17
18##############################################################
19### Important initial Boot-time options ####################
20##############################################################
21
22swapfile="NO" # Set to name of swapfile if aux swapfile desired.
23apm_enable="NO" # Set to YES to enable APM BIOS functions (or NO).
24apmd_enable="NO" # Run apmd to handle APM event from userland.

--- 54 unchanged lines hidden (view full) ---

79tcp_drop_synfin="NO" # Set to YES to drop TCP packets with SYN+FIN
80 # NOTE: this violates the TCP specification
81tcp_restrict_rst="NO" # Set to YES to restrict emission of RST
82icmp_drop_redirect="NO" # Set to YES to ignore ICMP REDIRECT packets
83icmp_log_redirect="NO" # Set to YES to log ICMP REDIRECT packets
84network_interfaces="auto" # List of network interfaces (or "auto").
85ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration.
86#ifconfig_lo0_alias0="inet 127.0.0.254 netmask 0xffffffff" # Sample alias entry.
17
18##############################################################
19### Important initial Boot-time options ####################
20##############################################################
21
22swapfile="NO" # Set to name of swapfile if aux swapfile desired.
23apm_enable="NO" # Set to YES to enable APM BIOS functions (or NO).
24apmd_enable="NO" # Run apmd to handle APM event from userland.

--- 54 unchanged lines hidden (view full) ---

79tcp_drop_synfin="NO" # Set to YES to drop TCP packets with SYN+FIN
80 # NOTE: this violates the TCP specification
81tcp_restrict_rst="NO" # Set to YES to restrict emission of RST
82icmp_drop_redirect="NO" # Set to YES to ignore ICMP REDIRECT packets
83icmp_log_redirect="NO" # Set to YES to log ICMP REDIRECT packets
84network_interfaces="auto" # List of network interfaces (or "auto").
85ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration.
86#ifconfig_lo0_alias0="inet 127.0.0.254 netmask 0xffffffff" # Sample alias entry.
87#ifconfig_ed0_alias0="inet6 fec0:0000:0000:0005::1 prefixlen 64" # Sample alias entry for IPv6.
88#ifconfig_ed0_ipx="ipx 0x00010010" # Sample IPX address family entry.
89#
90# If you have any sppp(4) interfaces above, you might also want to set
91# the following parameters. Refer to spppcontrol(8) for their meaning.
92sppp_interfaces="" # List of sppp interfaces.
93#sppp_interfaces="isp0" # example: sppp over ISDN
94#spppconfig_isp0="authproto=chap myauthname=foo myauthsecret='top secret' hisauthname=some-gw hisauthsecret='another secret'"
95

--- 115 unchanged lines hidden (view full) ---

211isdn_traceflags="-f /var/tmp/isdntrace0" # Flags for isdntrace
212
213### Miscellaneous network options: ###
214icmp_bmcastecho="NO" # respond to broadcast ping packets
215
216### IPv6 options: ###
217ipv6_enable="NO" # Set to YES to set up for IPv6.
218ipv6_network_interfaces="auto" # List of network interfaces (or "auto").
87#ifconfig_ed0_ipx="ipx 0x00010010" # Sample IPX address family entry.
88#
89# If you have any sppp(4) interfaces above, you might also want to set
90# the following parameters. Refer to spppcontrol(8) for their meaning.
91sppp_interfaces="" # List of sppp interfaces.
92#sppp_interfaces="isp0" # example: sppp over ISDN
93#spppconfig_isp0="authproto=chap myauthname=foo myauthsecret='top secret' hisauthname=some-gw hisauthsecret='another secret'"
94

--- 115 unchanged lines hidden (view full) ---

210isdn_traceflags="-f /var/tmp/isdntrace0" # Flags for isdntrace
211
212### Miscellaneous network options: ###
213icmp_bmcastecho="NO" # respond to broadcast ping packets
214
215### IPv6 options: ###
216ipv6_enable="NO" # Set to YES to set up for IPv6.
217ipv6_network_interfaces="auto" # List of network interfaces (or "auto").
218ipv6_defaultrouter="NO" # Set to IPv6 default gateway (or NO).
219ipv6_static_routes="" # Set to static route list (or leave empty).
220#ipv6_static_routes="xxx" # An example to set fec0:0000:0000:0006::/64
221 # route toward loopback interface.
222#ipv6_route_xxx="fec0:0000:0000:0006:: -prefixlen 64 ::1"
223ipv6_gateway_enable="NO" # Set to YES if this host will be a gateway.
224ipv6_router_enable="NO" # Set to YES to enable an IPv6 routing daemon.
225ipv6_router="/usr/sbin/route6d" # Name of IPv6 routing daemon.
226ipv6_router_flags="" # Flags to IPv6 routing daemon.
227#ipv6_router_flags="-l" # Example for route6d with only IPv6 site local
228 # addrs.
219ipv6_static_routes="" # Set to static route list (or leave empty).
220#ipv6_static_routes="xxx" # An example to set fec0:0000:0000:0006::/64
221 # route toward loopback interface.
222#ipv6_route_xxx="fec0:0000:0000:0006:: -prefixlen 64 ::1"
223ipv6_gateway_enable="NO" # Set to YES if this host will be a gateway.
224ipv6_router_enable="NO" # Set to YES to enable an IPv6 routing daemon.
225ipv6_router="/usr/sbin/route6d" # Name of IPv6 routing daemon.
226ipv6_router_flags="" # Flags to IPv6 routing daemon.
227#ipv6_router_flags="-l" # Example for route6d with only IPv6 site local
228 # addrs.
229#ipv6_network_interfaces="ed0 ep0" # Examples for router.
229#ipv6_network_interfaces="ed0 ep0" # Examples for router
230 # or static configuration for end node.
230 # Choose correct prefix value.
231#ipv6_prefix_ed0="fec0:0000:0000:0001 fec0:0000:0000:0002" # Examples for rtr.
232#ipv6_prefix_ep0="fec0:0000:0000:0003 fec0:0000:0000:0004" # Examples for rtr.
231 # Choose correct prefix value.
232#ipv6_prefix_ed0="fec0:0000:0000:0001 fec0:0000:0000:0002" # Examples for rtr.
233#ipv6_prefix_ep0="fec0:0000:0000:0003 fec0:0000:0000:0004" # Examples for rtr.
234#ipv6_ifconfig_ed0="fec0:0:0:5::1 prefixlen 64" # Sample alias entry
233ipv6_default_interface="" # Default output interface for scoped addrs.
234 # Now this works only for IPv6 link local
235 # multicast addrs.
236prefixcmd_enable="YES" # Use prefix command to assign router prefix.
237rtadvd_enable="YES" # Set to YES to enable an IPv6 router
238 # advertisement daemon. If set to YES,
239 # this router becomes a possible candidate
240 # IPv6 default router for local subnets.

--- 10 unchanged lines hidden (view full) ---

251 # tunneling interface. Specify this entry
252 # to enable 6to4 interface.
253stf_interface_ipv4plen="0" # Prefix length for 6to4 IPv4 addr,
254 # to limit peer addr range. Effective value
255 # is 0-31.
256stf_interface_ipv6_ifid="0:0:0:1" # IPv6 interface id for stf0.
257 # If you like, you can set "AUTO" for this.
258stf_interface_ipv6_slaid="0000" # IPv6 Site Level Aggregator for stf0
235ipv6_default_interface="" # Default output interface for scoped addrs.
236 # Now this works only for IPv6 link local
237 # multicast addrs.
238prefixcmd_enable="YES" # Use prefix command to assign router prefix.
239rtadvd_enable="YES" # Set to YES to enable an IPv6 router
240 # advertisement daemon. If set to YES,
241 # this router becomes a possible candidate
242 # IPv6 default router for local subnets.

--- 10 unchanged lines hidden (view full) ---

253 # tunneling interface. Specify this entry
254 # to enable 6to4 interface.
255stf_interface_ipv4plen="0" # Prefix length for 6to4 IPv4 addr,
256 # to limit peer addr range. Effective value
257 # is 0-31.
258stf_interface_ipv6_ifid="0:0:0:1" # IPv6 interface id for stf0.
259 # If you like, you can set "AUTO" for this.
260stf_interface_ipv6_slaid="0000" # IPv6 Site Level Aggregator for stf0
259ipv6_ipv4mapping="YES"; # Leave empty to disable IPv4 mapped IPv6 addr
261ipv6_ipv4mapping="YES" # Leave empty to disable IPv4 mapped IPv6 addr
260 # communication. (like ::ffff:a.b.c.d)
262 # communication. (like ::ffff:a.b.c.d)
263ipv6_firewall_enable="NO" # Set to YES to enable IPv6 firewall
264 # functionality
265ipv6_firewall_script="/etc/rc.firewall6" # Which script to run to set up the IPv6 firewall
266ipv6_firewall_type="UNKNOWN" # IPv6 Firewall type (see /etc/rc.firewall6)
267ipv6_firewall_quiet="NO" # Set to YES to suppress rule display
268ipv6_firewall_logging="NO" # Set to YES to enable events logging
269ipv6_firewall_flags="" # Flags passed to ip6fw when type is a file
261
262##############################################################
263### System console options #################################
264##############################################################
265
266keymap="NO" # keymap in /usr/share/syscons/keymaps/* (or NO).
267keyrate="NO" # keyboard rate to: slow, normal, fast (or NO).
268keybell="NO" # bell to duration.pitch or normal or visual (or NO).

--- 74 unchanged lines hidden ---
270
271##############################################################
272### System console options #################################
273##############################################################
274
275keymap="NO" # keymap in /usr/share/syscons/keymaps/* (or NO).
276keyrate="NO" # keyboard rate to: slow, normal, fast (or NO).
277keybell="NO" # bell to duration.pitch or normal or visual (or NO).

--- 74 unchanged lines hidden ---