rc.conf (70ffa69e1bc7d6acbe061315743b1407b7d722d8) rc.conf (6aae3517ed2500fb963ba0a4264b4756088dd0f4)
1#!/bin/sh
2
3# This is rc.conf - a file full of useful variables that you can set
4# to change the default startup behavior of your system. You should
5# not edit this file! Put any overrides into one of the ${rc_conf_files}
6# instead and you will be able to update these defaults later without
7# spamming your local configuration information.
8#

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

257#vlans_em0="101 vlan0" # vlan(4) interfaces for em0 device
258#create_args_vlan0="vlan 102" # vlan tag for vlan0 device
259#wlans_ath0="wlan0" # wlan(4) interfaces for ath0 device
260#wlandebug_wlan0="scan+auth+assoc" # Set debug flags with wlandebug(8)
261#ipv4_addrs_em0="192.168.0.1/24 192.168.1.1-5/28" # example IPv4 address entry.
262#
263#autobridge_interfaces="bridge0" # List of bridges to check
264#autobridge_bridge0="tap* vlan0" # Interface glob to automatically add to the bridge
1#!/bin/sh
2
3# This is rc.conf - a file full of useful variables that you can set
4# to change the default startup behavior of your system. You should
5# not edit this file! Put any overrides into one of the ${rc_conf_files}
6# instead and you will be able to update these defaults later without
7# spamming your local configuration information.
8#

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

257#vlans_em0="101 vlan0" # vlan(4) interfaces for em0 device
258#create_args_vlan0="vlan 102" # vlan tag for vlan0 device
259#wlans_ath0="wlan0" # wlan(4) interfaces for ath0 device
260#wlandebug_wlan0="scan+auth+assoc" # Set debug flags with wlandebug(8)
261#ipv4_addrs_em0="192.168.0.1/24 192.168.1.1-5/28" # example IPv4 address entry.
262#
263#autobridge_interfaces="bridge0" # List of bridges to check
264#autobridge_bridge0="tap* vlan0" # Interface glob to automatically add to the bridge
265#
266# If you have any sppp(4) interfaces above, you might also want to set
267# the following parameters. Refer to spppcontrol(8) for their meaning.
268sppp_interfaces="" # List of sppp interfaces.
269#sppp_interfaces="...0" # example: sppp over ...
270#spppconfig_...0="authproto=chap myauthname=foo myauthsecret='top secret' hisauthname=some-gw hisauthsecret='another secret'"
271
272# User ppp configuration.
273ppp_enable="NO" # Start user-ppp (or NO).
274ppp_program="/usr/sbin/ppp" # Path to user-ppp program.
275ppp_mode="auto" # Choice of "auto", "ddial", "direct" or "dedicated".
276 # For details see man page for ppp(8). Default is auto.
277ppp_nat="YES" # Use PPP's internal network address translation or NO.
278ppp_profile="papchap" # Which profile to use from /etc/ppp/ppp.conf.

--- 495 unchanged lines hidden ---
265
266# User ppp configuration.
267ppp_enable="NO" # Start user-ppp (or NO).
268ppp_program="/usr/sbin/ppp" # Path to user-ppp program.
269ppp_mode="auto" # Choice of "auto", "ddial", "direct" or "dedicated".
270 # For details see man page for ppp(8). Default is auto.
271ppp_nat="YES" # Use PPP's internal network address translation or NO.
272ppp_profile="papchap" # Which profile to use from /etc/ppp/ppp.conf.

--- 495 unchanged lines hidden ---