Merge branch 'vendor/DHCPCD'
[dragonfly.git] / share / man / man5 / rc.conf.5
1 .\" Copyright (c) 1995
2 .\"     Jordan K. Hubbard
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\"
13 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND
14 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE
17 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23 .\" SUCH DAMAGE.
24 .\"
25 .\" $FreeBSD: src/share/man/man5/rc.conf.5,v 1.197 2003/07/28 13:56:00 mbr Exp $
26 .\"
27 .Dd May 30, 2021
28 .Dt RC.CONF 5
29 .Os
30 .Sh NAME
31 .Nm rc.conf
32 .Nd system configuration information
33 .Sh DESCRIPTION
34 The file
35 .Nm
36 contains descriptive information about the local host name, configuration
37 details for any potential network interfaces and which services should be
38 started up at system initial boot time.
39 In new installations, the
40 .Nm
41 file is generally initialized by the installer.
42 .Pp
43 The purpose of
44 .Nm
45 is not to run commands or perform system startup actions directly.
46 Instead, it is included by the various generic startup scripts in
47 .Pa /etc
48 which conditionalize their
49 internal actions according to the settings found there.
50 .Pp
51 The
52 .Pa /etc/defaults/rc.conf
53 file specifies the default settings for all the available options,
54 the
55 .Pa /etc/rc.conf
56 file specifies override settings.
57 Options need only be specified in
58 .Pa /etc/rc.conf
59 when the system administrator wishes to override the defaults.
60 The file
61 .Pa /etc/rc.conf.local
62 is used to override settings in
63 .Pa /etc/rc.conf
64 for historical reasons.
65 In addition to
66 .Pa /etc/rc.conf.local
67 you can also place smaller configuration files for each
68 .Xr rc 8
69 script in the
70 .Pa /etc/rc.conf.d
71 directory, which will be included by the
72 .Va load_rc_config
73 function.
74 For jail configurations you could use the file
75 .Pa /etc/rc.conf.d/jail
76 to store jail specific configuration options.
77 Also see the
78 .Va rc_conf_files
79 variable below.
80 .Pp
81 The following list provides a name and short description for each
82 variable that can be set in the
83 .Nm
84 file.
85 To set a variable of
86 .Vt bool
87 type, specify either
88 .Dq Li YES ,
89 .Dq Li TRUE ,
90 .Dq Li ON ,
91 or
92 .Dq Li 1 .
93 To unset, specify
94 .Dq Li NO ,
95 .Dq Li FALSE ,
96 .Dq Li OFF ,
97 or
98 .Dq Li 0 .
99 These values are case insensitive.
100 The
101 .Va _enable
102 postfix in the name of a variable for starting a service can be
103 omitted (as in
104 .Nx ) .
105 .Bl -tag -width indent-two
106 .It Va rc_debug
107 .Pq Vt bool
108 If set to
109 .Dq Li YES ,
110 enable output of debug messages from rc scripts.
111 This variable can be helpful in diagnosing mistakes when
112 editing or integrating new scripts.
113 Beware that this produces copious output to the terminal and
114 .Xr syslog 3 .
115 .It Va rc_info
116 .Pq Vt bool
117 If set to
118 .Dq Li NO ,
119 disable informational messages from the rc scripts.
120 Informational messages are displayed when
121 a condition that is not serious enough to warrant a warning or an error occurs.
122 .It Va rc_startmsgs
123 .Pq Vt bool
124 If set to
125 .Dq Li YES ,
126 show
127 .Dq Starting foo:
128 when faststart is used (e.g., at boot time).
129 .It Va swapfile
130 .Pq Vt str
131 If set to
132 .Dq Li NO ,
133 no swapfile is installed, otherwise the value is used as the full
134 pathname to a file to use for additional swap space.
135 The
136 .Xr vn 4
137 driver is needed for a swapfile and will be loaded if it is not
138 already compiled into the kernel or loaded via
139 .Xr loader.conf 5 .
140 .It Ao Ar module Ac Ns Ar _load
141 .Pq Vt bool
142 If set to
143 .Dq YES ,
144 that kernel module will be loaded.
145 If no
146 .Ao Ar module Ac Ns Ar _name
147 is defined (see below), the
148 module's name is taken to be
149 .Aq Ar module .
150 .It Ao Ar module Ac Ns Ar _name
151 .Pq Vt str
152 Defines the name of the module.
153 .It Va devd_enable
154 .Pq Vt bool
155 Run
156 .Xr devd 8
157 to handle device added, removed or unknown events from the kernel.
158 .It Va devd_flags
159 .Pq Vt str
160 If
161 .Va devd_enable
162 is set to
163 .Dq Li YES ,
164 these are the flags to pass to the
165 .Xr devd 8
166 daemon.
167 .It Va powerd_enable
168 .Pq Vt bool
169 Set to
170 .Dq Li NO
171 by default.
172 Setting this to
173 .Dq Li YES
174 enables
175 .Xr powerd 8 ,
176 a CPU speed control daemon.
177 .It Va powerd_flags
178 .Pq Vt str
179 Empty by default.
180 Additional flags passed to the
181 .Xr powerd 8
182 program.
183 .Pp
184 If you are running a serial port at 115200 baud we recommend setting
185 the flags to "-l 1500" as lower frequencies will cause characters to
186 drop.
187 .It Va sensorsd_enable
188 .Pq Vt bool
189 Set to
190 .Dq Li NO
191 by default.
192 Setting this to
193 .Dq Li YES
194 enables
195 .Xr sensorsd 8 ,
196 a sensors monitoring and logging daemon.
197 .It Va sensorsd_flags
198 .Pq Vt str
199 Empty by default.
200 Additional flags passed to the
201 .Xr sensorsd 8
202 program.
203 .It Va sysvipcd_enable
204 .Pq Vt bool
205 Set to
206 .Dq Li NO
207 by default.
208 Setting this to
209 .Dq Li YES
210 enables
211 .Xr sysvipcd 8 ,
212 a daemon needed for the userspace implementation of the XSI Interprocess
213 Communication functions.
214 .It Va sysvipcd_flags
215 .Pq Vt str
216 Empty by default.
217 Additional flags passed to the
218 .Xr sysvipcd 8
219 program.
220 .It Va hotplugd_enable
221 .Pq Vt bool
222 Set to
223 .Dq Li NO
224 by default.
225 Setting this to
226 .Dq Li YES
227 enables
228 .Xr hotplugd 8 ,
229 a devices hot plugging monitoring daemon.
230 .It Va hotplugd_flags
231 .Pq Vt str
232 Empty by default.
233 Additional flags passed to the
234 .Xr hotplugd 8
235 program.
236 .It Va pccard_ifconfig
237 .Pq Vt str
238 List of arguments to be passed to
239 .Xr ifconfig 8
240 at boot time or on insertion of the card (e.g.\&
241 .Dq Cm inet Li 192.168.1.1 Cm netmask Li 255.255.255.0
242 for a fixed address or
243 .Dq Li DHCP
244 for a DHCP client).
245 .It Va removable_interfaces
246 .Pq Vt str
247 List of removable network interfaces to be supported by
248 .Pa /etc/pccard_ether .
249 .It Va local_startup
250 .Pq Vt str
251 List of directories to search for startup script files.
252 .It Va script_name_sep
253 .Pq Vt str
254 The field separator to use for breaking down the list of startup script files
255 into individual filenames.
256 The default is a space.
257 It is not necessary to change this unless there are startup scripts with names
258 containing spaces.
259 .It Va hostname
260 .Pq Vt str
261 The fully qualified domain name (FQDN) of this host on the network.
262 This should almost certainly be set to something meaningful, even if
263 there is no network connection.
264 If DHCP is used to set the hostname,
265 this variable should be set to an empty string.
266 .It Va ipv6_enable
267 .Pq Vt bool
268 Enable support for IPv6 networking.
269 Note that this requires that the kernel have been compiled with
270 .Cd "options INET6" .
271 .It Va nisdomainname
272 .Pq Vt str
273 The NIS domain name of this host, or
274 .Dq Li NO
275 if NIS is not used.
276 .It Va dhcp_client
277 .Pq Vt str
278 Set the rc script that is called to start the DHCP client.
279 This can be set to
280 .Dq Li dhclient
281 (default) or
282 .Dq Li dhcpcd .
283 .It Va dhclient_program
284 .Pq Vt str
285 Path to the
286 .Xr dhclient 8
287 program (default
288 .Pa /sbin/dhclient ) .
289 .It Va dhclient_flags
290 .Pq Vt str
291 Additional flags to pass to the
292 .Xr dhclient 8
293 program.
294 .It Va dhcpcd_enable
295 .Pq Vt bool
296 Set to
297 .Dq Li YES
298 to run
299 .Xr dhcpcd 8
300 in master mode (i.e., configure all available Ethernet interfaces) at startup.
301 .It Va dhcpcd_program
302 .Pq Vt str
303 Path to the
304 .Xr dhcpcd 8
305 program (default
306 .Pa /sbin/dhcpcd ) .
307 .It Va dhcpcd_flags
308 .Pq Vt str
309 Additional flags to pass to the
310 .Xr dhcpcd 8
311 program.
312 The default value is
313 .Fl b ,
314 i.e., tell
315 .Xr dhcpcd 8
316 to go to background immediately.
317 .It Va pf_enable
318 .Pq Vt bool
319 Set to
320 .Dq Li YES
321 to load
322 .Xr pf 4
323 at startup.
324 If the kernel was not built with
325 .Cd "device pf" ,
326 the
327 .Pa pf.ko
328 kernel module will be loaded.
329 See also
330 .Va firewall_enable .
331 .It Va pf_rules
332 .Pq Vt str
333 Path to the
334 .Xr pf 4
335 ruleset definition file.
336 .It Va pf_program
337 .Pq Vt str
338 Path to
339 .Xr pfctl 8 .
340 .It Va pf_flags
341 .Pq Vt str
342 If
343 .Va pf_enable
344 is set to
345 .Dq Li YES ,
346 these are the flags to pass to
347 .Xr pfctl 8
348 when loading the ruleset.
349 .It Va pflog_enable
350 .Pq Vt bool
351 Set this to
352 .Dq Li YES
353 to enable
354 .Xr pflogd 8
355 which logs packets from
356 .Xr pf 4 .
357 .It Va pflog_logfile
358 .Pq Vt str
359 If
360 .Va pflog_enable
361 is set to
362 .Dq Li YES
363 this specifies the path of the log file.
364 .It Va pflog_program
365 .Pq Vt str
366 Path to
367 .Xr pflogd 8 .
368 .It Va pflog_flags
369 .Pq Vt str
370 If
371 .Va pflog_enable
372 is set to
373 .Dq Li YES ,
374 these are the flags to pass to
375 .Xr pflogd 8 .
376 .It Va firewall_enable
377 .Pq Vt bool
378 Set to
379 .Dq Li YES
380 to load firewall rules at startup.
381 If the kernel was not built with
382 .Cd "options IPFIREWALL" ,
383 the
384 .Pa ipfw.ko
385 kernel module will be loaded.
386 See also
387 .Va pf_enable .
388 .It Va ipv6_firewall_enable
389 .Pq Vt bool
390 The IPv6 equivalent of
391 .Va firewall_enable .
392 Set to
393 .Dq Li YES
394 to load IPv6 firewall rules at startup.
395 If the kernel was not built with
396 .Cd "options IPV6FIREWALL" ,
397 the
398 .Pa ip6fw.ko
399 kernel module will be loaded.
400 .It Va firewall_script
401 .Pq Vt str
402 The full path to the firewall script to run
403 (default
404 .Pa /etc/rc.firewall ) .
405 .It Va ipv6_firewall_script
406 .Pq Vt str
407 The IPv6 equivalent of
408 .Va firewall_script .
409 .It Va firewall_type
410 .Pq Vt str
411 Names the firewall type from the selection in
412 .Pa /etc/rc.firewall ,
413 or the file which contains the local firewall ruleset.
414 Valid selections from
415 .Pa /etc/rc.firewall
416 are:
417 .Pp
418 .Bl -tag -width ".Li simple" -compact
419 .It Li open
420 unrestricted IP access
421 .It Li closed
422 all IP services disabled, except via
423 .Dq Li lo0
424 .It Li client
425 basic protection for a workstation on a LAN
426 .It Li simple
427 alias for
428 .Li client .
429 .El
430 .Pp
431 If a filename is specified, the full path must be given.
432 .It Va firewall_trusted_nets
433 .Pq Vt str
434 List of trusted networks (if
435 .Va firewall_type
436 is set to
437 .Li client ) .
438 .It Va firewall_trusted_interfaces
439 .Pq Vt str
440 List of trusted network interfaces (if
441 .Va firewall_type
442 is set to
443 .Li client ) .
444 .It Va firewall_allowed_icmp_types
445 .Pq Vt str
446 List of allowed ICMP types (if
447 .Va firewall_type
448 is set to
449 .Li client ) .
450 .It Va firewall_open_tcp_ports
451 .Pq Vt str
452 List of TCP ports to open (if
453 .Va firewall_type
454 is set to
455 .Li client ) .
456 .It Va firewall_open_udp_ports
457 .Pq Vt str
458 List of UDP ports to open (if
459 .Va firewall_type
460 is set to
461 .Li client ) .
462 .It Va ipv6_firewall_type
463 .Pq Vt str
464 The IPv6 equivalent of
465 .Va firewall_type .
466 .It Va firewall_quiet
467 .Pq Vt bool
468 Set to
469 .Dq Li YES
470 to disable the display of firewall rules on the console during boot.
471 .It Va ipv6_firewall_quiet
472 .Pq Vt bool
473 The IPv6 equivalent of
474 .Va firewall_quiet .
475 .It Va firewall_logging
476 .Pq Vt bool
477 Set to
478 .Dq Li YES
479 to enable firewall event logging.
480 This is equivalent to the
481 .Dv IPFIREWALL_VERBOSE
482 kernel option.
483 .It Va ipv6_firewall_logging
484 .Pq Vt bool
485 The IPv6 equivalent of
486 .Va firewall_logging .
487 .It Va firewall_flags
488 .Pq Vt str
489 Flags passed to
490 .Xr ipfw 8
491 if
492 .Va firewall_type
493 specifies a filename.
494 .It Va ipv6_firewall_flags
495 .Pq Vt str
496 The IPv6 equivalent of
497 .Va firewall_flags .
498 .It Va ipfw3_enable
499 .Pq Vt bool
500 Set to
501 .Dq Li YES
502 to enable
503 .Xr ipfw3 8 .
504 .It Va ipfw3_program
505 .Pq Vt str
506 Path to
507 .Xr ipfw3 8 .
508 .It Va ipfw3_script
509 .Pq Vt str
510 The full path to the shell script to run to set up the ipfw3
511 firewall rules (default
512 .Pa /etc/ipfw3.rules ) .
513 .It Va ipfw3_modules
514 .Pq Vt str
515 List of ipfw3 modules to be loaded before executing the above
516 .Va ipfw3_script .
517 (default
518 .Dq Li ipfw3 ipfw3_basic ) .
519 .It Va natd_program
520 .Pq Vt str
521 Path to
522 .Xr natd 8 .
523 .It Va natd_enable
524 .Pq Vt bool
525 Set to
526 .Dq Li YES
527 to enable
528 .Xr natd 8 .
529 .Va firewall_enable
530 must also be set to
531 .Dq Li YES ,
532 and
533 .Xr divert 4
534 sockets must be enabled in the kernel.
535 .It Va natd_interface
536 .Pq Vt str
537 This is the name of the public interface on which
538 .Xr natd 8
539 should run.
540 The interface may be given as an interface name or as an IP address.
541 .It Va natd_flags
542 .Pq Vt str
543 Additional
544 .Xr natd 8
545 flags should be placed here.
546 The
547 .Fl n
548 or
549 .Fl a
550 flag is automatically added with the above
551 .Va natd_interface
552 as an argument.
553 .It Va tcp_extensions
554 .Pq Vt bool
555 Set to
556 .Dq Li YES
557 by default.
558 Setting this to
559 .Dq Li NO
560 disables certain TCP options as described by
561 .Rs
562 .%T "RFC 1323"
563 .Re
564 Setting this to
565 .Dq Li NO
566 might help remedy such problems with connections as randomly hanging
567 or other weird behavior.
568 Some network devices are known to be broken with respect to these options.
569 .It Va log_in_vain
570 .Pq Vt int
571 Set to 0 by default.
572 The
573 .Xr sysctl 8
574 variables,
575 .Va net.inet.tcp.log_in_vain
576 and
577 .Va net.inet.udp.log_in_vain ,
578 as described in
579 .Xr tcp 4
580 and
581 .Xr udp 4 ,
582 are set to the given value.
583 .It Va tcp_keepalive
584 .Pq Vt bool
585 Set to
586 .Dq Li YES
587 by default.
588 Setting to
589 .Dq Li NO
590 will disable probing idle TCP connections to verify that the
591 peer is still up and reachable.
592 .It Va tcp_drop_synfin
593 .Pq Vt bool
594 Set to
595 .Dq Li NO
596 by default.
597 Setting to
598 .Dq Li YES
599 will cause the kernel to ignore TCP frames that have both
600 the SYN and FIN flags set.
601 This prevents OS fingerprinting, but may break some legitimate applications.
602 This option is only available if the kernel was built with the
603 .Dv TCP_DROP_SYNFIN
604 option.
605 .It Va icmp_drop_redirect
606 .Pq Vt bool
607 Set to
608 .Dq Li NO
609 by default.
610 Setting to
611 .Dq Li YES
612 will cause the kernel to ignore ICMP REDIRECT packets.
613 Refer to
614 .Xr icmp 4
615 for more information.
616 .It Va icmp_log_redirect
617 .Pq Vt bool
618 Set to
619 .Dq Li NO
620 by default.
621 Setting to
622 .Dq Li YES
623 will cause the kernel to log ICMP REDIRECT packets.
624 Note that
625 the log messages are not rate-limited, so this option should only be used
626 for troubleshooting networks.
627 Refer to
628 .Xr icmp 4
629 for more information.
630 .It Va icmp_bmcastecho
631 .Pq Vt bool
632 Set to
633 .Dq Li YES
634 to respond to broadcast or multicast ICMP ping packets.
635 Refer to
636 .Xr icmp 4
637 for more information.
638 .It Va ip_portrange_first
639 .Pq Vt int
640 If not set to
641 .Dq Li NO ,
642 this is the first port in the default portrange.
643 Refer to
644 .Xr ip 4
645 for more information.
646 .It Va ip_portrange_last
647 .Pq Vt int
648 If not set to
649 .Dq Li NO ,
650 this is the last port in the default portrange.
651 Refer to
652 .Xr ip 4
653 for more information.
654 .\"
655 .It Va ifconfig_ Ns Aq Ar interface
656 .Pq Vt str
657 Configuration for
658 .Dq interface .
659 Typically includes IP address.
660 Assuming that the interface in question was
661 .Li ed0 ,
662 it might look something like this:
663 .Bd -literal
664 ifconfig_ed0="inet 10.0.0.1 netmask 0xffff0000"
665 .Ed
666 .Pp
667 If the
668 .Pa /etc/start_if. Ns Aq Ar interface
669 file is present, it is read and executed by the
670 .Xr sh 1
671 interpreter before configuring the interface as specified in the
672 .Va ifconfig_ Ns Aq Ar interface
673 and
674 .Va ifconfig_ Ns Ao Ar interface Ac Ns Va _alias Ns Aq Ar n
675 variables.
676 .Pp
677 It is possible to bring up an interface with DHCP by adding
678 .Dq Li DHCP
679 to the
680 .Va ifconfig_ Ns Aq Ar interface
681 variable.
682 For instance, to initialize the
683 .Li ed0
684 device via DHCP, it is possible to use something like:
685 .Bd -literal
686 ifconfig_ed0="DHCP"
687 .Ed
688 .Pp
689 If a
690 .Va vlans_ Ns Aq Ar interface
691 variable is set,
692 a
693 .Xr vlan 4
694 interface will be created for each item in the list with the
695 .Ar vlandev
696 argument set to
697 .Ar interface .
698 If a vlan interface's name is a number,
699 then that number is used as the vlan tag and the new vlan interface is
700 named
701 .Ar interface . Ns Ar tag .
702 Otherwise,
703 the vlan tag must be specified via a
704 .Va vlan
705 parameter in the
706 .Va create_args_ Ns Aq Ar interface
707 variable.
708 .Pp
709 To create a vlan device named
710 .Li em0.101
711 on
712 .Li em0
713 with the vlan tag 101 and the optional the IPv4 address 192.0.2.1/24:
714 .Bd -literal
715 vlans_em0="101"
716 ifconfig_em0_101="inet 192.0.2.1/24"
717 .Ed
718 .Pp
719 To create a vlan device named
720 .Li myvlan
721 on
722 .Li em0
723 with the vlan tag 102:
724 .Bd -literal
725 vlans_em0="myvlan"
726 create_args_myvlan="vlan 102"
727 .Ed
728 .Pp
729 If a
730 .Va wlans_ Ns Aq Ar interface
731 variable is set,
732 an
733 .Xr wlan 4
734 interface will be created for each item in the list with the
735 .Ar wlandev
736 argument set to
737 .Ar interface .
738 Further wlan cloning arguments may be passed to the
739 .Xr ifconfig 8
740 .Cm create
741 command by setting the
742 .Va create_args_ Ns Aq Ar interface
743 variable.
744 One or more
745 .Xr wlan 4
746 devices must be created for each wireless devices as of
747 .Dx 2.5 .
748 Debugging flags for
749 .Xr wlan 4
750 devices as set by
751 .Xr wlandebug 8
752 may be specified with an
753 .Va wlandebug_ Ns Aq Ar interface
754 variable.
755 The contents of this variable will be passed directly to
756 .Xr wlandebug 8 .
757 .Pp
758 Also, if your interface needs WPA authentication, it is possible to add
759 .Dq Li WPA
760 to the
761 .Va ifconfig_ Ns Aq Ar interface
762 variable.
763 This will start
764 .Xr wpa_supplicant 8 .
765 See
766 .Xr wpa_supplicant.conf 5
767 for configuring authentication information.
768 But see also
769 .Va wpa_supplicant_enable .
770 .Pp
771 Finally, you can add
772 .Xr ifconfig 8
773 options in this variable, in addition to the
774 .Pa /etc/start_if. Ns Aq Ar interface
775 file.
776 For instance, to initialize the
777 .Li wi0
778 device via DHCP, using WPA authentication and 802.11b mode, it is
779 possible to use something like:
780 .Bd -literal
781 wlans_wi0="wlan0"
782 ifconfig_wlan0="up DHCP WPA mode 11b"
783 .Ed
784 .It Va ifconfig_ Ns Ao Ar interface Ac Ns Va _alias Ns Aq Ar n
785 .Pq Vt str
786 Configuration to establish an additional network address for
787 .Dq interface .
788 Assuming that the interface in question was
789 .Li ed0 ,
790 it might look something like this:
791 .Bd -literal
792 ifconfig_ed0_alias0="inet 127.0.0.253 netmask 0xffffffff"
793 ifconfig_ed0_alias1="inet 127.0.0.254 netmask 0xffffffff"
794 .Ed
795 .Pp
796 And so on.
797 For each
798 .Va ifconfig_ Ns Ao Ar interface Ac Ns Va _alias Ns Aq Ar n
799 entry that is found, its contents are passed to
800 .Xr ifconfig 8 .
801 Execution stops at the first unsuccessful access, so if
802 something like this is present:
803 .Bd -literal
804 ifconfig_ed0_alias0="inet 127.0.0.251 netmask 0xffffffff"
805 ifconfig_ed0_alias1="inet 127.0.0.252 netmask 0xffffffff"
806 ifconfig_ed0_alias2="inet 127.0.0.253 netmask 0xffffffff"
807 ifconfig_ed0_alias4="inet 127.0.0.254 netmask 0xffffffff"
808 .Ed
809 .Pp
810 Then note that alias4 would
811 .Em not
812 be added since the search would stop with the missing alias3 entry.
813 .It Va ifconfig_ Ns Ao Ar interface Ac Ns Va _name
814 .Pq Vt str
815 New name for
816 .Dq interface .
817 It is possible to rename interface by doing:
818 .Bd -literal
819 ifconfig_ed0_name="net0"
820 ifconfig_net0="inet 10.0.0.1 netmask 0xffff0000"
821 .Ed
822 .It Va netif_enable
823 .Pq Vt bool
824 Set to
825 .Dq Li YES
826 by default.
827 Setting to
828 .Dq Li NO
829 will disable the configuration of network interfaces.
830 .It Va network_interfaces
831 .Pq Vt str
832 The list of network interfaces to configure on this host,
833 or
834 .Dq Li auto
835 to configure all network interfaces
836 (default
837 .Dq Li auto ) .
838 For example, if the only network devices to be configured are the loopback device
839 .Pq Li lo0
840 and a NIC using the
841 .Xr em 4
842 driver, this could be set to
843 .Dq Li "lo0 em0" .
844 An
845 .Va ifconfig_ Ns Aq Ar interface
846 variable is assumed to exist for each value of
847 .Ar interface .
848 .It Va ipv6_network_interfaces
849 .Pq Vt str
850 This is the IPv6 equivalent of
851 .Va network_interfaces .
852 Instead of setting the ifconfig variables as
853 .Va ifconfig_ Ns Aq Ar interface
854 they should be set as
855 .Va ipv6_ifconfig_ Ns Aq Ar interface .
856 Aliases should be set as
857 .Va ipv6_ifconfig_ Ns Ao Ar interface Ac Ns Va _alias Ns Aq Ar n .
858 Interfaces that do not have a
859 .Va ipv6_ifconfig_ Ns Aq Ar interface
860 setting will be auto configured by
861 .Xr rtsol 8
862 if the
863 .Va ipv6_gateway_enable
864 is set to
865 .Dq Li NO .
866 Note that the IPv6 networking code does not support the
867 .Pa /etc/start_if. Ns Aq Ar interface
868 files.
869 .It Va ipv6_prefix_ Ns Aq Ar interface
870 .Pq Vt str
871 Assign prefix to
872 .Ar interface ,
873 prefixlen 64 is used.
874 .It Va ipv6_default_interface
875 .Pq Vt str
876 If not set to
877 .Dq Li NO ,
878 this is the default output interface for scoped addresses.
879 Now this works only for IPv6 link local multicast addresses.
880 .It Va ip6addrctl_enable
881 .Pq Vt bool
882 This variable is to enable configuring the default address selection policy table
883 .Pq RFC 3484 .
884 The default value is
885 .Dq Li YES ,
886 and the policy table to be installed is specified by the
887 .Va ip6addrctl_policy
888 variable below.
889 .It Va ip6addrctl_policy
890 .Pq Vt str
891 This variable specifies the policy table to be installed,
892 and can be one of the following keywords:
893 .Dq Li ipv4_prefer ,
894 .Dq Li ipv6_prefer ,
895 or
896 .Dq Li AUTO
897 (default).
898 .Pp
899 If
900 .Dq Li ipv4_prefer
901 or
902 .Dq Li ipv6_prefer
903 is specified,
904 .Xr ip6addrctl 8
905 installs a pre-defined policy table described in Section 2.1
906 .Pq IPv6-preferred
907 or 10.3
908 .Pq IPv4-preferred
909 of RFC 3484.
910 .Pp
911 If
912 .Dq Li AUTO
913 is specified, it attempts to read a file
914 .Pa /etc/ip6addrctl.conf
915 first.
916 If this file is found,
917 .Xr ip6addrctl 8
918 reads and installs it.
919 If not found, a policy is automatically set
920 according to
921 .Va ipv6_enable
922 variable; if the variable is set to
923 .Dq Li YES
924 the IPv6-preferred one is used.
925 Otherwise IPv4-preferred.
926 .It Va ip6addrctl_verbose
927 .Pq Vt bool
928 If set to
929 .Dq Li YES ,
930 print the installed policy table after configuring.
931 The default value is
932 .Dq Li NO .
933 .It Va cloned_interfaces
934 .Pq Vt str
935 Set to the list of clonable network interfaces to create on this host.
936 Entries in
937 .Va cloned_interfaces
938 are automatically appended to
939 .Va network_interfaces
940 for configuration.
941 .It Va gif_interfaces
942 .Pq Vt str
943 Set to the list of
944 .Xr gif 4
945 tunnel interfaces to configure on this host.
946 A
947 .Va gifconfig_ Ns Aq Ar interface
948 variable is assumed to exist for each value of
949 .Ar interface .
950 The value of this variable is used to configure the link layer of the
951 tunnel according to the syntax of the
952 .Cm tunnel
953 option to
954 .Xr ifconfig 8 .
955 Additionally, this option ensures that each listed interface is created via the
956 .Cm create
957 option to
958 .Xr ifconfig 8
959 before attempting to configure it.
960 .It Va sppp_interfaces
961 .Pq Vt str
962 Set to the list of
963 .Xr sppp 4
964 interfaces to configure on this host.
965 A
966 .Va spppconfig_ Ns Aq Ar interface
967 variable is assumed to exist for each value of
968 .Ar interface .
969 Each interface should also be configured by a general
970 .Va ifconfig_ Ns Aq Ar interface
971 setting.
972 Refer to
973 .Xr spppcontrol 8
974 for more information about available options.
975 .It Va ppp_enable
976 .Pq Vt bool
977 If set to
978 .Dq Li YES ,
979 run the
980 .Xr ppp 8
981 daemon.
982 .It Va ppp_mode
983 .Pq Vt str
984 Mode in which to run the
985 .Xr ppp 8
986 daemon.
987 Accepted modes are
988 .Dq Li auto ,
989 .Dq Li ddial ,
990 .Dq Li direct
991 and
992 .Dq Li dedicated .
993 See the manual for a full description.
994 .It Va ppp_nat
995 .Pq Vt bool
996 If set to
997 .Dq Li YES ,
998 enables network address translation.
999 Used in conjunction with
1000 .Va gateway_enable
1001 allows hosts on private network addresses access to the Internet using
1002 this host as a network address translating router.
1003 .It Va ppp_profile
1004 .Pq Vt str
1005 The name of the profile to use from
1006 .Pa /etc/ppp/ppp.conf .
1007 Also used for per-profile overrides of
1008 .Va ppp_ Ns Ao Ar profile Ac Ns _unit .
1009 Where the profile contains any of the characters
1010 .Dq Li .-/+
1011 they are translated to
1012 .Dq Li _
1013 for the purposes of the override variable names.
1014 .It Va ppp_ Ns Ao Ar profile Ac Ns _unit
1015 .Pq Vt int
1016 Set the unit number to be used for this profile.
1017 See the manual description of
1018 .Fl unit Ns Ar N
1019 in
1020 .Xr ppp 8
1021 for details.
1022 .It Va ppp_user
1023 .Pq Vt str
1024 The name of the user under which
1025 .Xr ppp 8
1026 should be started.
1027 By default,
1028 .Xr ppp 8
1029 is started as
1030 .Dq Li root .
1031 .It Va rc_conf_files
1032 .Pq Vt str
1033 This option is used to specify a list of files that will override
1034 the settings in
1035 .Pa /etc/defaults/rc.conf .
1036 The files will be read in the order in which they are specified and should
1037 include the full path to the file.
1038 By default, the files specified are
1039 .Pa /etc/rc.conf
1040 and
1041 .Pa /etc/rc.conf.local
1042 .It Va fsck_y_enable
1043 .Pq Vt bool
1044 If set to
1045 .Dq Li YES ,
1046 .Xr fsck 8
1047 will be run with the
1048 .Fl y
1049 flag if the initial preen of the file systems fails.
1050 .It Va netfs_types
1051 .Pq Vt str
1052 List of file system types that are network-based.
1053 This list should generally not be modified by end users.
1054 Use
1055 .Va extra_netfs_types
1056 instead.
1057 .It Va extra_netfs_types
1058 .Pq Vt str
1059 If set to something other than
1060 .Dq Li NO
1061 (the default), this variable extends the list of file system types
1062 for which automatic mounting at startup by
1063 .Xr rc 8
1064 should be delayed until the network is initialized.
1065 It should contain
1066 a whitespace-separated list of network file system descriptor pairs,
1067 each consisting of a file system type as passed to
1068 .Xr mount 8
1069 and a human-readable, one-word description, joined with a colon
1070 .Pq Ql \&: .
1071 Extending the default list in this way is only necessary
1072 when third party file system types are used.
1073 .It Va devfs_config_files
1074 .Pq Vt str
1075 This option is used to specify a list of configuration files containing
1076 .Xr devfs 5
1077 rules that will be applied by
1078 .Xr devfsctl 8
1079 in the order in which they are specified and must include the full path
1080 to the file.
1081 .It Va tmpfs_var_run
1082 .Pq Vt bool
1083 If set to
1084 .Dq Li YES ,
1085 a
1086 .Xr tmpfs 5
1087 will be mounted at
1088 .Pa /var/run .
1089 Necessary directories under there will be automatically created.
1090 .It Va tmpfs_tmp
1091 .Pq Vt bool
1092 If set to
1093 .Dq Li YES ,
1094 a
1095 .Xr tmpfs 5
1096 will be mounted at
1097 .Pa /tmp .
1098 .It Va syslogd_enable
1099 .Pq Vt bool
1100 If set to
1101 .Dq Li YES ,
1102 run the
1103 .Xr syslogd 8
1104 daemon.
1105 .It Va syslogd_program
1106 .Pq Vt str
1107 Path to
1108 .Xr syslogd 8
1109 (default
1110 .Pa /usr/sbin/syslogd ) .
1111 .It Va syslogd_flags
1112 .Pq Vt str
1113 If
1114 .Va syslogd_enable
1115 is set to
1116 .Dq Li YES ,
1117 these are the flags to pass to
1118 .Xr syslogd 8 .
1119 .It Va inetd_enable
1120 .Pq Vt bool
1121 If set to
1122 .Dq Li YES ,
1123 run the
1124 .Xr inetd 8
1125 daemon.
1126 .It Va inetd_program
1127 .Pq Vt str
1128 Path to
1129 .Xr inetd 8
1130 (default
1131 .Pa /usr/sbin/inetd ) .
1132 .It Va inetd_flags
1133 .Pq Vt str
1134 If
1135 .Va inetd_enable
1136 is set to
1137 .Dq Li YES ,
1138 these are the flags to pass to
1139 .Xr inetd 8 .
1140 .It Va rwhod_enable
1141 .Pq Vt bool
1142 If set to
1143 .Dq Li YES ,
1144 run the
1145 .Xr rwhod 8
1146 daemon at boot time.
1147 .It Va rwhod_flags
1148 .Pq Vt str
1149 If
1150 .Va rwhod_enable
1151 is set to
1152 .Dq Li YES ,
1153 these are the flags to pass to it.
1154 .It Va update_motd
1155 .Pq Vt bool
1156 If set to
1157 .Dq Li YES ,
1158 .Pa /etc/motd
1159 will be updated at boot time to reflect the kernel release being run.
1160 If set to
1161 .Dq Li NO ,
1162 .Pa /etc/motd
1163 will not be updated.
1164 .It Va nfs_client_enable
1165 .Pq Vt bool
1166 If set to
1167 .Dq Li YES ,
1168 setup NFS client parameters at boot time.
1169 .It Va nfs_access_cache
1170 .Pq Vt int
1171 If
1172 .Va nfs_client_enable
1173 is set to
1174 .Dq Li YES ,
1175 this can be set to
1176 .Dq Li 0
1177 to disable NFS ACCESS RPC caching, or to the number of seconds for which
1178 NFS ACCESS results should be cached.
1179 A value of 2-10 seconds will substantially reduce network traffic for
1180 many NFS operations.
1181 The default is 5 seconds.
1182 Note that the attribute cache holds stat information only.
1183 The NFS data cache is independent of the attribute cache and is only
1184 invalidated when the client detects that the server has modified the
1185 underlying file.
1186 This value specifies a maximum timeout.
1187 The NFS client will automatically use a shorter timeout for files which
1188 have been recently modified.
1189 .It Va nfs_neg_cache
1190 .Pq Vt int
1191 If
1192 .Va nfs_client_enable
1193 is set to
1194 .Dq Li YES ,
1195 this can be set to
1196 .Dq Li 0
1197 to disable the caching of NEGATIVE LOOKUPS (lookups of non-existent
1198 filenames), or to the number of seconds for which negative lookups should
1199 be cached.
1200 A value of 2-10 seconds will substantially reduce network
1201 traffic for many NFS operations, especially source code builds.
1202 The default is 3 seconds.
1203 .It Va nfs_server_enable
1204 .Pq Vt bool
1205 If set to
1206 .Dq Li YES ,
1207 run the NFS server daemons at boot time.
1208 .It Va nfs_server_flags
1209 .Pq Vt str
1210 If
1211 .Va nfs_server_enable
1212 is set to
1213 .Dq Li YES ,
1214 these are the flags to pass to the
1215 .Xr nfsd 8
1216 daemon.
1217 .It Va mountd_enable
1218 .Pq Vt bool
1219 If set to
1220 .Dq Li YES ,
1221 and no
1222 .Va nfs_server_enable
1223 is set, start
1224 .Xr mountd 8 ,
1225 but not
1226 .Xr nfsd 8
1227 daemon.
1228 It is commonly needed to run CFS without real NFS used.
1229 .It Va mountd_flags
1230 .Pq Vt str
1231 If
1232 .Va mountd_enable
1233 is set to
1234 .Dq Li YES ,
1235 these are the flags to pass to the
1236 .Xr mountd 8
1237 daemon.
1238 .It Va weak_mountd_authentication
1239 .Pq Vt bool
1240 If set to
1241 .Dq Li YES ,
1242 allow services like PCNFSD to make non-privileged mount requests.
1243 .It Va nfs_reserved_port_only
1244 .Pq Vt bool
1245 If set to
1246 .Dq Li YES ,
1247 provide NFS services only on a secure port.
1248 .It Va nfs_bufpackets
1249 .Pq Vt int
1250 If set to a number, indicates the number of packets worth of
1251 socket buffer space to reserve on an NFS client.
1252 The kernel default is typically 4.
1253 Using a higher number may be useful on gigabit networks to improve performance.
1254 The minimum value is 2 and the maximum is 64.
1255 .It Va rpc_umntall_enable
1256 .Pq Vt bool
1257 If set to
1258 .Dq Li YES
1259 (default) and we are also an NFS client, run
1260 .Xr rpc.umntall 8
1261 at boot time to clear out old mounts on remote servers.
1262 If set to
1263 .Dq Li NO
1264 then
1265 .Xr rpc.umntall 8
1266 will not be run at boot time.
1267 .It Va rpc_lockd_enable
1268 .Pq Vt bool
1269 If set to
1270 .Dq Li YES
1271 and also an NFS server, run
1272 .Xr rpc.lockd 8
1273 at boot time.
1274 .It Va rpc_lockd_flags
1275 .Pq Vt str
1276 If
1277 .Va rpc_lockd_enable
1278 is set to
1279 .Dq Li YES ,
1280 these are the flags to pass to
1281 .Xr rpc.lockd 8 .
1282 .It Va rpc_statd_enable
1283 .Pq Vt bool
1284 If set to
1285 .Dq Li YES
1286 and also an NFS server, run
1287 .Xr rpc.statd 8
1288 at boot time.
1289 .It Va rpc_statd_flags
1290 .Pq Vt str
1291 If
1292 .Va rpc_statd_enable
1293 is set to
1294 .Dq Li YES ,
1295 these are the flags to pass to
1296 .Xr rpc.statd 8 .
1297 .It Va rpcbind_program
1298 .Pq Vt str
1299 Path to program for rpcbind daemon
1300 (default
1301 .Pa /usr/sbin/rpcbind ) .
1302 .It Va rpcbind_enable
1303 .Pq Vt bool
1304 If set to
1305 .Dq Li YES ,
1306 run
1307 .Va rpcbind_program
1308 at boot time.
1309 .It Va rpcbind_flags
1310 .Pq Vt str
1311 If
1312 .Va rpcbind_enable
1313 is set to
1314 .Dq Li YES ,
1315 these are the flags to pass to
1316 .Va rpcbind_program .
1317 .It Va keyserv_enable
1318 .Pq Vt bool
1319 If set to
1320 .Dq Li YES ,
1321 run the
1322 .Xr keyserv 8
1323 daemon on boot for running Secure RPC.
1324 .It Va keyserv_flags
1325 .Pq Vt str
1326 If
1327 .Va keyserv_enable
1328 is set to
1329 .Dq Li YES ,
1330 these are the flags to pass to
1331 .Xr keyserv 8
1332 daemon.
1333 .It Va pppoed_enable
1334 .Pq Vt bool
1335 If set to
1336 .Dq Li YES ,
1337 run the
1338 .Xr pppoed 8
1339 daemon at boot time to provide PPP over Ethernet services.
1340 .It Va pppoed_provider
1341 .Pq Vt str
1342 .Xr pppoed 8
1343 listens to requests to this provider and ultimately runs
1344 .Xr ppp 8
1345 with a
1346 .Ar system
1347 argument of the same name.
1348 .It Va pppoed_flags
1349 .Pq Vt str
1350 Additional flags to pass to
1351 .Xr pppoed 8 .
1352 .It Va pppoed_interface
1353 .Pq Vt str
1354 The network interface to run
1355 .Xr pppoed 8
1356 on.
1357 This is mandatory when
1358 .Va pppoed_enable
1359 is set to
1360 .Dq Li YES .
1361 .It Va dntpd_enable
1362 .Pq Vt bool
1363 If set to
1364 .Dq Li YES ,
1365 run
1366 .Xr dntpd 8
1367 at system boot time.
1368 .It Va dntpd_program
1369 .Pq Vt str
1370 Path to
1371 .Xr dntpd 8
1372 (default
1373 .Pa /usr/sbin/dntpd ) .
1374 .It Va dntpd_flags
1375 .Pq Vt str
1376 If
1377 .Va dntpd_enable
1378 is set to
1379 .Dq Li YES ,
1380 these are the flags to pass to the
1381 .Xr dntpd 8
1382 daemon.
1383 .It Va btconfig_enable
1384 .Pq Vt bool
1385 If set to
1386 .Dq Li YES ,
1387 configure Bluetooth devices via
1388 .Xr btconfig 8
1389 at system boot time.
1390 .It Va btconfig_devices
1391 .Pq Vt str
1392 If
1393 .Va btconfig_enable
1394 is set to
1395 .Dq Li YES ,
1396 this is the list of Bluetooth devices to configure.
1397 If
1398 .Va btconfig_devices
1399 is not specified, all devices known to the system will be configured.
1400 A
1401 .Va btconfig_ Ns Aq Ar device
1402 variable can be set to specify parameters to be passed to
1403 .Ar device .
1404 .It Va btconfig_args
1405 .Pq Vt str
1406 If
1407 .Va btconfig_enable
1408 is set to
1409 .Dq Li YES ,
1410 this is the list of configuration parameters to pass to all Bluetooth
1411 devices.
1412 .It Va sdpd_enable
1413 .Pq Vt bool
1414 If set to
1415 .Dq Li YES ,
1416 run the Service Discovery Profile daemon
1417 .Xr ( sdpd 8 )
1418 at system boot time.
1419 .It Va sdpd_flags
1420 .Pq Vt str
1421 If
1422 .Va sdpd_enable
1423 is set to
1424 .Dq Li YES ,
1425 these are the flags to pass to the
1426 .Xr sdpd 8
1427 daemon.
1428 .It Va bthcid_enable
1429 .Pq Vt bool
1430 If set to
1431 .Dq Li YES ,
1432 run the Bluetooth Link Key/PIN Code Manager daemon
1433 .Xr ( bthcid 8 )
1434 at system boot time.
1435 .It Va bthcid_flags
1436 .Pq Vt str
1437 If
1438 .Va bthcid_enable
1439 is set to
1440 .Dq Li YES ,
1441 these are the flags to pass to the
1442 .Xr bthcid 8
1443 daemon.
1444 .It Va nis_client_enable
1445 .Pq Vt bool
1446 If set to
1447 .Dq Li YES ,
1448 run the
1449 .Xr ypbind 8
1450 service at system boot time.
1451 .It Va nis_client_flags
1452 .Pq Vt str
1453 If
1454 .Va nis_client_enable
1455 is set to
1456 .Dq Li YES ,
1457 these are the flags to pass to the
1458 .Xr ypbind 8
1459 service.
1460 .It Va nis_ypset_enable
1461 .Pq Vt bool
1462 If set to
1463 .Dq Li YES ,
1464 run the
1465 .Xr ypset 8
1466 daemon at system boot time.
1467 .It Va nis_ypset_flags
1468 .Pq Vt str
1469 If
1470 .Va nis_ypset_enable
1471 is set to
1472 .Dq Li YES ,
1473 these are the flags to pass to the
1474 .Xr ypset 8
1475 daemon.
1476 .It Va nis_server_enable
1477 .Pq Vt bool
1478 If set to
1479 .Dq Li YES ,
1480 run the
1481 .Xr ypserv 8
1482 daemon at system boot time.
1483 .It Va nis_server_flags
1484 .Pq Vt str
1485 If
1486 .Va nis_server_enable
1487 is set to
1488 .Dq Li YES ,
1489 these are the flags to pass to the
1490 .Xr ypserv 8
1491 daemon.
1492 .It Va nis_ypxfrd_enable
1493 .Pq Vt bool
1494 If set to
1495 .Dq Li YES ,
1496 run the
1497 .Xr rpc.ypxfrd 8
1498 daemon at system boot time.
1499 .It Va nis_ypxfrd_flags
1500 .Pq Vt str
1501 If
1502 .Va nis_ypxfrd_enable
1503 is set to
1504 .Dq Li YES ,
1505 these are the flags to pass to the
1506 .Xr rpc.ypxfrd 8
1507 daemon.
1508 .It Va nis_yppasswdd_enable
1509 .Pq Vt bool
1510 If set to
1511 .Dq Li YES ,
1512 run the
1513 .Xr rpc.yppasswdd 8
1514 daemon at system boot time.
1515 .It Va nis_yppasswdd_flags
1516 .Pq Vt str
1517 If
1518 .Va nis_yppasswdd_enable
1519 is set to
1520 .Dq Li YES ,
1521 these are the flags to pass to the
1522 .Xr rpc.yppasswdd 8
1523 daemon.
1524 .It Va rpc_ypupdated_enable
1525 .Pq Vt bool
1526 If set to
1527 .Dq Li YES ,
1528 run the
1529 .Nm rpc.ypupdated
1530 daemon at system boot time.
1531 .It Va defaultrouter
1532 .Pq Vt str
1533 If not set to
1534 .Dq Li NO ,
1535 create a default route to this host name or IP address
1536 (use an IP address if this router is also required to get to the
1537 name server!).
1538 .It Va ipv6_defaultrouter
1539 .Pq Vt str
1540 The IPv6 equivalent of
1541 .Va defaultrouter .
1542 .It Va static_routes
1543 .Pq Vt str
1544 Set to the list of static routes that are to be added at system boot time.
1545 If not set to
1546 .Dq Li NO
1547 then for each whitespace separated
1548 .Ar element
1549 in the value, a
1550 .Va route_ Ns Aq Ar element
1551 variable is assumed to exist whose contents will later be passed to a
1552 .Dq Nm route Cm add
1553 operation.
1554 .It Va change_routes
1555 .Pq Vt str
1556 Set to the list of static routes that are to be changed at system boot time
1557 (such as those added by the kernel).
1558 If not set to
1559 .Dq Li NO
1560 then for each whitespace separated
1561 .Ar element
1562 in the value, a
1563 .Va change_route_ Ns Aq Ar element
1564 variable is assumed to exist whose contents will later be passed to a
1565 .Dq Nm route Cm change
1566 operation.
1567 .It Va ipv6_static_routes
1568 .Pq Vt str
1569 The IPv6 equivalent of
1570 .Va static_routes .
1571 If not set to
1572 .Dq Li NO
1573 then for each whitespace separated
1574 .Ar element
1575 in the value, a
1576 .Va ipv6_route_ Ns Aq Ar element
1577 variable is assumed to exist whose contents will later be passed to a
1578 .Dq Nm route Cm add Fl inet6
1579 operation.
1580 .It Va gateway_enable
1581 .Pq Vt bool
1582 If set to
1583 .Dq Li YES ,
1584 configure host to act as an IP router, e.g. to forward packets
1585 between interfaces.
1586 .It Va ipv6_gateway_enable
1587 .Pq Vt bool
1588 The IPv6 equivalent of
1589 .Va gateway_enable .
1590 .It Va router_enable
1591 .Pq Vt bool
1592 If set to
1593 .Dq Li YES ,
1594 run a routing daemon of some sort, based on the settings of
1595 .Va router_program
1596 and
1597 .Va router_flags .
1598 .It Va ipv6_router_enable
1599 .Pq Vt bool
1600 The IPv6 equivalent of
1601 .Va router_enable .
1602 If set to
1603 .Dq Li YES ,
1604 run a routing daemon of some sort, based on the settings of
1605 .Va ipv6_router_program
1606 and
1607 .Va ipv6_router_flags .
1608 .It Va router_program
1609 .Pq Vt str
1610 If
1611 .Va router_enable
1612 is set to
1613 .Dq Li YES ,
1614 this is the name of the routing daemon to use
1615 (default
1616 .Pa /sbin/routed ) .
1617 .It Va ipv6_router_program
1618 .Pq Vt str
1619 The IPv6 equivalent of
1620 .Va router_program
1621 (default
1622 .Pa /sbin/route6d ) .
1623 .It Va router_flags
1624 .Pq Vt str
1625 If
1626 .Va router_enable
1627 is set to
1628 .Dq Li YES ,
1629 these are the flags to pass to the routing daemon.
1630 .It Va ipv6_router_flags
1631 .Pq Vt str
1632 The IPv6 equivalent of
1633 .Va router_flags .
1634 .It Va rtadvd_enable
1635 .Pq Vt bool
1636 If set to
1637 .Dq Li YES ,
1638 run the
1639 .Xr rtadvd 8
1640 daemon at boot time.
1641 .Xr rtadvd 8
1642 will only run if
1643 .Va ipv6_gateway_enable
1644 is also set to
1645 .Dq Li YES .
1646 The
1647 .Xr rtadvd 8
1648 utility sends router advertisement packets to the interfaces specified in
1649 .Va rtadvd_interfaces .
1650 .Xr rtadvd 8
1651 and should only be enabled with great care.
1652 You may want to fine-tune
1653 .Xr rtadvd.conf 5 .
1654 .It Va rtadvd_interfaces
1655 .Pq Vt str
1656 If
1657 .Va rtadvd_enable
1658 is set to
1659 .Dq Li YES
1660 this is the list of interfaces to use.
1661 .It Va rtsold_enable
1662 .Pq Vt bool
1663 If set to
1664 .Dq Li YES ,
1665 run the
1666 .Xr rtsold 8
1667 daemon at boot time.
1668 The
1669 .Xr rtsold 8
1670 daemon is used for automatic discovery of non-link local addresses.
1671 .It Va rtsold_flags
1672 .Pq Vt str
1673 If
1674 .Va rtsold_enable
1675 is set to
1676 .Dq Li YES ,
1677 these are the flags to pass to the
1678 .Xr rtsold 8
1679 daemon.
1680 .It Va arpproxy_all
1681 .Pq Vt bool
1682 If set to
1683 .Dq Li YES ,
1684 enable global proxy ARP.
1685 .It Va forward_sourceroute
1686 .Pq Vt bool
1687 If set to
1688 .Dq Li YES
1689 and
1690 .Va gateway_enable
1691 is also set to
1692 .Dq Li YES ,
1693 source-routed packets are forwarded.
1694 .It Va accept_sourceroute
1695 .Pq Vt bool
1696 If set to
1697 .Dq Li YES ,
1698 the system will accept source-routed packets directed at it.
1699 .It Va rarpd_enable
1700 .Pq Vt bool
1701 If set to
1702 .Dq Li YES ,
1703 run the
1704 .Xr rarpd 8
1705 daemon at system boot time.
1706 .It Va rarpd_flags
1707 .Pq Vt str
1708 If
1709 .Va rarpd_enable
1710 is set to
1711 .Dq Li YES ,
1712 these are the flags to pass to the
1713 .Xr rarpd 8
1714 daemon.
1715 .It Va wpa_supplicant_enable
1716 .Pq Vt bool
1717 If set to
1718 .Dq Li YES ,
1719 run the
1720 .Xr wpa_supplicant 8
1721 daemon in
1722 .Dq interface matching mode
1723 at system boot time.
1724 .It Va wpa_supplicant_program
1725 .Pq Vt str
1726 Path to
1727 .Xr wpa_supplicant 8 .
1728 .It Va wpa_supplicant_flags
1729 .Pq Vt str
1730 If
1731 .Va wpa_supplicant_enable
1732 is set to
1733 .Dq Li YES ,
1734 these are the flags to pass to the
1735 .Xr wpa_supplicant 8
1736 daemon.
1737 .It Va bootparamd_enable
1738 .Pq Vt bool
1739 If set to
1740 .Dq Li YES ,
1741 run the
1742 .Xr bootparamd 8
1743 daemon at system boot time.
1744 .It Va bootparamd_flags
1745 .Pq Vt str
1746 If
1747 .Va bootparamd_enable
1748 is set to
1749 .Dq Li YES ,
1750 these are the flags to pass to the
1751 .Xr bootparamd 8
1752 daemon.
1753 .It Va stf_interface_ipv4addr
1754 .Pq Vt str
1755 If not set to
1756 .Dq Li NO ,
1757 this is the local IPv4 address for 6to4 (IPv6 over IPv4 tunneling interface).
1758 Specify this entry to enable the 6to4 interface.
1759 .It Va stf_interface_ipv4plen
1760 .Pq Vt int
1761 Prefix length for 6to4 IPv4 addresses, to limit peer address range.
1762 An effective value is 0-31.
1763 .It Va stf_interface_ipv6_ifid
1764 .Pq Vt str
1765 IPv6 interface ID for
1766 .Xr stf 4 .
1767 This can be set to
1768 .Dq Li AUTO .
1769 .It Va stf_interface_ipv6_slaid
1770 .Pq Vt str
1771 IPv6 Site Level Aggregator for
1772 .Xr stf 4 .
1773 .It Va keybell
1774 .Pq Vt str
1775 The keyboard bell sound.
1776 Set to
1777 .Dq Li normal ,
1778 .Dq Li visual ,
1779 .Dq Li off ,
1780 or
1781 .Dq Li NO
1782 if the default behavior is desired.
1783 For details, refer to the
1784 .Xr kbdcontrol 1
1785 manpage.
1786 .It Va keymap
1787 .Pq Vt str
1788 If set to
1789 .Dq Li NO ,
1790 no keymap is installed, otherwise the value is used to install
1791 the keymap file in
1792 .Pa /usr/share/syscons/keymaps/ Ns Ao Ar value Ac Ns Pa .kbd .
1793 .It Va keyrate
1794 .Pq Vt str
1795 The keyboard repeat speed.
1796 Set to
1797 .Dq Li slow ,
1798 .Dq Li normal ,
1799 .Dq Li fast ,
1800 or
1801 .Dq Li NO
1802 if the default behavior is desired.
1803 .It Va keychange
1804 .Pq Vt str
1805 If not set to
1806 .Dq Li NO ,
1807 attempt to program the function keys with the value.
1808 The value should be a single string of the form:
1809 .Dq Ar funkey_number new_value Op Ar funkey_number new_value ... .
1810 .It Va cursor
1811 .Pq Vt str
1812 Can be set to the value of
1813 .Dq Li normal ,
1814 .Dq Li blink ,
1815 .Dq Li destructive ,
1816 or
1817 .Dq Li NO
1818 to set the cursor behavior explicitly or choose the default behavior.
1819 .It Va scrnmap
1820 .Pq Vt str
1821 If set to
1822 .Dq Li NO ,
1823 no screen map is installed, otherwise the value is used to install
1824 the screen map file in
1825 .Pa /usr/share/syscons/scrnmaps/ Ns Aq Ar value .
1826 .It Va font8x16
1827 .Pq Vt str
1828 If set to
1829 .Dq Li NO ,
1830 the default 8x16 font value is used for screen size requests, otherwise
1831 the value in
1832 .Pa /usr/share/syscons/fonts/ Ns Aq Ar value
1833 is used.
1834 .It Va font8x14
1835 .Pq Vt str
1836 If set to
1837 .Dq Li NO ,
1838 the default 8x14 font value is used for screen size requests, otherwise
1839 the value in
1840 .Pa /usr/share/syscons/fonts/ Ns Aq Ar value
1841 is used.
1842 .It Va font8x8
1843 .Pq Vt str
1844 If set to
1845 .Dq Li NO ,
1846 the default 8x8 font value is used for screen size requests, otherwise
1847 the value in
1848 .Pa /usr/share/syscons/fonts/ Ns Aq Ar value
1849 is used.
1850 .It Va blanktime
1851 .Pq Vt int
1852 If set to
1853 .Dq Li NO ,
1854 the default screen blanking interval is used, otherwise it is set to
1855 .Ar value
1856 seconds.
1857 .It Va saver
1858 .Pq Vt str
1859 If not set to
1860 .Dq Li NO ,
1861 this is the actual screen saver to use
1862 .Li ( blank , snake , daemon ,
1863 etc).
1864 .It Va moused_nondefault_enable
1865 .Pq Vt str
1866 If set to
1867 .Dq Li NO ,
1868 the mouse device specified on
1869 the command line is not automatically treated as enabled by the
1870 .Pa /etc/rc.d/moused
1871 script.
1872 Having this variable set to
1873 .Dq Li YES
1874 allows a
1875 .Xr usb 4
1876 mouse,
1877 for example,
1878 to be enabled as soon as it is plugged in.
1879 .It Va moused_enable
1880 .Pq Vt str
1881 If set to
1882 .Dq Li YES ,
1883 the
1884 .Xr moused 8
1885 daemon is started for doing cut/paste selection on the console.
1886 .It Va moused_type
1887 .Pq Vt str
1888 If
1889 .Va moused_enable
1890 is set to
1891 .Dq Li YES ,
1892 this is the protocol type of the mouse connected to this host.
1893 The default type is
1894 .Dq Li auto .
1895 The
1896 .Xr moused 8
1897 daemon
1898 is able to detect the appropriate mouse type automatically in many cases.
1899 Leave this variable at the default
1900 .Dq Li auto
1901 to let the daemon detect it, or
1902 select one from the following list if the automatic detection fails.
1903 .Pp
1904 If the mouse is attached to the PS/2 mouse port, leave the variable at the
1905 default
1906 .Dq Li auto
1907 or set it to
1908 .Dq Li ps/2 ,
1909 regardless of the brand and model of the mouse.
1910 Likewise, if the mouse is attached to the bus mouse port, leave it at
1911 .Dq Li auto
1912 or set it to
1913 .Dq Li busmouse .
1914 All other protocols are for serial mice and will not work with
1915 the PS/2 and bus mice.
1916 If this is a USB mouse,
1917 .Dq Li auto
1918 is the only protocol type which will work.
1919 .Pp
1920 .Bl -tag -width ".Li x10mouseremote" -compact
1921 .It Li microsoft
1922 Microsoft mouse (serial)
1923 .It Li intellimouse
1924 Microsoft IntelliMouse (serial)
1925 .It Li mousesystems
1926 Mouse systems Corp. mouse (serial)
1927 .It Li mmseries
1928 MM Series mouse (serial)
1929 .It Li logitech
1930 Logitech mouse (serial)
1931 .It Li busmouse
1932 A bus mouse
1933 .It Li mouseman
1934 Logitech MouseMan and TrackMan (serial)
1935 .It Li glidepoint
1936 ALPS GlidePoint (serial)
1937 .It Li thinkingmouse
1938 Kensington ThinkingMouse (serial)
1939 .It Li ps/2
1940 PS/2 mouse
1941 .It Li mmhittab
1942 MM HitTablet (serial)
1943 .It Li x10mouseremote
1944 X10 MouseRemote (serial)
1945 .It Li versapad
1946 Interlink VersaPad (serial)
1947 .El
1948 .Pp
1949 Even if the mouse is not in the above list, it may be compatible
1950 with one in the list.
1951 Refer to the man page for
1952 .Xr moused 8
1953 for compatibility information.
1954 .Pp
1955 It should also be noted that while this is enabled, any
1956 other client of the mouse (such as an X server) should access
1957 the mouse through the virtual mouse device,
1958 .Pa /dev/sysmouse ,
1959 and configure it as a
1960 .Dq Li sysmouse
1961 type mouse, since all
1962 mouse data is converted to this single canonical format when using
1963 .Xr moused 8 .
1964 If the client program does not support the
1965 .Dq Li sysmouse
1966 type, specify the
1967 .Dq Li mousesystems
1968 type.
1969 It is the second preferred type.
1970 .It Va moused_port
1971 .Pq Vt str
1972 If
1973 .Va moused_enable
1974 is set to
1975 .Dq Li YES ,
1976 this is the actual port the mouse is on.
1977 It might be
1978 .Pa /dev/cuaa0
1979 for a COM1 serial mouse or
1980 .Pa /dev/psm0
1981 for a PS/2 mouse, for example.
1982 .It Va moused_flags
1983 .Pq Vt str
1984 If
1985 .Va moused_type
1986 is set, these are the additional flags to pass to the
1987 .Xr moused 8
1988 daemon.
1989 .It Va mousechar_start
1990 .Pq Vt int
1991 If set to
1992 .Dq Li NO ,
1993 the default mouse cursor character range
1994 .Li 0xd0 Ns - Ns Li 0xd3
1995 is used, otherwise the range start is set to
1996 .Ar value
1997 character, see
1998 .Xr vidcontrol 1 .
1999 Use if the default range is occupied in the language code table.
2000 .It Va vidhistory
2001 .Pq Vt int
2002 Set the size of the history (scrollback) buffer in lines.
2003 .It Va allscreens_flags
2004 .Pq Vt str
2005 If set,
2006 .Xr vidcontrol 1
2007 is run with these options for each of the virtual terminals
2008 .Pq Pa /dev/ttyv* .
2009 For example,
2010 .Dq Fl m Cm on
2011 will enable the mouse pointer on all virtual terminals if
2012 .Va moused_enable
2013 is set to
2014 .Dq Li YES .
2015 .It Va allscreens_kbdflags
2016 .Pq Vt str
2017 If set,
2018 .Xr kbdcontrol 1
2019 is run with these options for each of the virtual terminals
2020 .Pq Pa /dev/ttyv* .
2021 For example,
2022 .Dq Fl h Li 200
2023 will set the
2024 .Xr syscons 4
2025 scrollback (history) buffer to 200 lines.
2026 .It Va cron_enable
2027 .Pq Vt bool
2028 If set to
2029 .Dq Li YES ,
2030 run the
2031 .Xr cron 8
2032 daemon at system boot time.
2033 .It Va cron_program
2034 .Pq Vt str
2035 Path to
2036 .Xr cron 8
2037 (default
2038 .Pa /usr/sbin/cron ) .
2039 .It Va cron_flags
2040 .Pq Vt str
2041 If
2042 .Va cron_enable
2043 is set to
2044 .Dq Li YES ,
2045 these are the flags to pass to
2046 .Xr cron 8 .
2047 .It Va lpd_program
2048 .Pq Vt str
2049 Path to
2050 .Xr lpd 8
2051 (default
2052 .Pa /usr/sbin/lpd ) .
2053 .It Va lpd_enable
2054 .Pq Vt bool
2055 If set to
2056 .Dq Li YES ,
2057 run the
2058 .Xr lpd 8
2059 daemon at system boot time.
2060 .It Va lpd_flags
2061 .Pq Vt str
2062 If
2063 .Va lpd_enable
2064 is set to
2065 .Dq Li YES ,
2066 these are the flags to pass to the
2067 .Xr lpd 8
2068 daemon.
2069 .It Va nscd_enable
2070 .Pq Vt bool
2071 If set to
2072 .Dq Li YES ,
2073 run the
2074 .Xr nscd 8
2075 daemon at system boot time.
2076 .It Va mixer_enable
2077 .Pq Vt bool
2078 If set to
2079 .Dq Li YES ,
2080 preserve
2081 .Xr mixer 8
2082 settings across reboots.
2083 .It Va mta_start_script
2084 .Pq Vt str
2085 The full path to the script to run to start
2086 a mail transfer agent.
2087 The default is
2088 .Pa /etc/rc.sendmail .
2089 The
2090 .Va sendmail_*
2091 variables which
2092 .Pa /etc/rc.sendmail
2093 uses are documented in the
2094 .Xr rc.sendmail 8
2095 man page.
2096 .It Va fixbootfile
2097 .Pq Vt bool
2098 In a
2099 .Sq HAMMER ROOT with UFS /boot
2100 setup, the boot loader will not set up the
2101 .Va kern.bootfile
2102 sysctl correctly.
2103 The system will attempt to fix this on its own.
2104 Set this variable to
2105 .Dq Li NO
2106 to turn this behavior off.
2107 .It Va dumpdev
2108 .Pq Vt str
2109 Indicates the device (usually a swap partition) to which a crash dump
2110 should be written in the event of a system crash.
2111 The value of this variable is passed as the argument to
2112 .Xr dumpon 8
2113 and
2114 .Xr savecore 8 .
2115 To disable crash dumps, set this variable to
2116 .Dq Li NO .
2117 .It Va dumpdir
2118 .Pq Vt str
2119 When the system reboots after a crash and a crash dump is found on the
2120 device specified by the
2121 .Va dumpdev
2122 variable,
2123 .Xr savecore 8
2124 will save that crash dump and a copy of the kernel to the directory
2125 specified by the
2126 .Va dumpdir
2127 variable.
2128 The default value is
2129 .Pa /var/crash .
2130 Set to
2131 .Dq Li NO
2132 to not run
2133 .Xr savecore 8
2134 at boot time when
2135 .Va dumpdir
2136 is set.
2137 .It Va savecore_flags
2138 .Pq Vt str
2139 If crash dumps are enabled, these are the flags to pass to the
2140 .Xr savecore 8
2141 utility.
2142 .It Va crashinfo_enable
2143 .Pq Vt bool
2144 Set to
2145 .Dq Li YES
2146 to turn on automatic crash dump summary generation using the utility
2147 specified by the
2148 .Va crashinfo_program
2149 variable.
2150 .It Va crashinfo_program
2151 .Pq Vt str
2152 Program to run to generate a crash dump summary if the variable
2153 .Va crashinfo_enable
2154 is set to
2155 .Dq Li YES .
2156 The default value is
2157 .Pa /usr/sbin/crashinfo .
2158 .It Va enable_quotas
2159 .Pq Vt bool
2160 Set to
2161 .Dq Li YES
2162 to turn on user disk quotas on system startup via the
2163 .Xr quotaon 8
2164 command.
2165 .It Va check_quotas
2166 .Pq Vt bool
2167 Set to
2168 .Dq Li YES
2169 to enable user disk quota checking via the
2170 .Xr quotacheck 8
2171 command.
2172 .It Va accounting_enable
2173 .Pq Vt bool
2174 Set to
2175 .Dq Li YES
2176 to enable system accounting through the
2177 .Xr accton 8
2178 facility.
2179 .\" ----- cleanvar_enable setting--------------------------------
2180 .It Va cleanvar_enable
2181 .Pq Vt bool
2182 Set to
2183 .Dq Li YES
2184 to have
2185 .Pa /var/run ,
2186 .Pa /var/spool/lock
2187 and
2188 .Pa /var/spool/uucp/.Temp/*
2189 cleaned at startup.
2190 .\" ----- clear_tmp_enable setting-------------------------------
2191 .It Va clear_tmp_enable
2192 .Pq Vt bool
2193 Set to
2194 .Dq Li YES
2195 to have
2196 .Pa /tmp
2197 cleaned at startup.
2198 .\" ----- ldconfig_paths setting --------------------------------
2199 .It Va ldconfig_paths
2200 .Pq Vt str
2201 Set to the list of shared library paths to use with
2202 .Xr ldconfig 8 .
2203 NOTE:
2204 .Pa /usr/lib
2205 will always be added first, so it need not appear in this list.
2206 .It Va ldconfig_insecure
2207 .Pq Vt bool
2208 The
2209 .Xr ldconfig 8
2210 utility normally refuses to use directories
2211 which are writable by anyone except root.
2212 Set this variable to
2213 .Dq Li YES
2214 to disable that security check during system startup.
2215 .It Va ldconfig_local_dirs
2216 .Pq Vt str
2217 Set to the list of local
2218 .Xr ldconfig 8
2219 directories.
2220 The names of all files in the directories listed will be
2221 passed as arguments to
2222 .Xr ldconfig 8 .
2223 .It Va kern_securelevel
2224 .Pq Vt int
2225 The kernel security level to set at startup.
2226 The allowed range of
2227 .Ar value
2228 ranges from \-1 (the compile time default) to 3 (the most secure).
2229 See
2230 .Xr init 8
2231 for the list of possible security levels and their effect on system operation.
2232 .It Va start_vinum
2233 .Pq Vt bool
2234 Set to
2235 .Dq Li YES
2236 to start
2237 .Xr vinum 8
2238 at system boot time.
2239 .It Va sshd_enable
2240 .Pq Vt bool
2241 Set to
2242 .Dq Li YES
2243 to start
2244 .Xr sshd 8
2245 at system boot time.
2246 .It Va sshd_program
2247 .Pq Vt str
2248 Path to the SSH server program
2249 (default
2250 .Pa /usr/sbin/sshd ) .
2251 .It Va sshd_flags
2252 .Pq Vt str
2253 If
2254 .Va sshd_enable
2255 is set to
2256 .Dq Li YES ,
2257 these are the flags to pass to the
2258 .Xr sshd 8
2259 daemon.
2260 .It Va ftpd_enable
2261 .Pq Vt bool
2262 Set to
2263 .Dq Li YES
2264 to start
2265 .Xr ftpd 8
2266 at system boot time.
2267 .It Va ftpd_flags
2268 .Pq Vt str
2269 If
2270 .Va ftpd_enable
2271 is set to
2272 .Dq Li YES ,
2273 these are the flags to pass to the
2274 .Xr ftpd 8
2275 daemon.
2276 .It Va watchdogd_enable
2277 .Pq Vt bool
2278 If set to
2279 .Dq Li YES ,
2280 start the
2281 .Xr watchdogd 8
2282 daemon at boot time.
2283 .It Va jail_enable
2284 .Pq Vt bool
2285 If set to
2286 .Dq Li NO ,
2287 any configured jails will not be started.
2288 .It Va jail_list
2289 .Pq Vt str
2290 A space separated list of names for jails.
2291 This is purely a configuration aid to help identify and
2292 configure multiple jails.
2293 The names specified in this list will be used to
2294 identify settings common to an instance of a jail.
2295 Assuming that the jail in question was named
2296 .Li vjail ,
2297 you would have the following dependent variables:
2298 .Bd -literal
2299 jail_vjail_hostname="jail.example.com"
2300 jail_vjail_ip="192.168.1.100"
2301 jail_vjail_rootdir="/var/jails/vjail/root"
2302 .Ed
2303 .It Va jail_flags
2304 .Pq Vt str
2305 Unset by default.
2306 When set, use as default value for
2307 .Va jail_ Ns Ao Ar jname Ac Ns Va _flags
2308 for every jail in
2309 .Va jail_list .
2310 .It Va jail_interface
2311 .Pq Vt str
2312 Unset by default.
2313 When set, use as default value for
2314 .Va jail_ Ns Ao Ar jname Ac Ns Va _interface
2315 for every jail in
2316 .Va jail_list .
2317 .It Va jail_fstab
2318 .Pq Vt str
2319 Unset by default.
2320 When set, use as default value for
2321 .Va jail_ Ns Ao Ar jname Ac Ns Va _fstab
2322 for every jail in
2323 .Va jail_list .
2324 .It Va jail_mount_enable
2325 .Pq Vt bool
2326 Set to
2327 .Dq Li NO
2328 by default.
2329 When set to
2330 .Dq Li YES ,
2331 sets
2332 .Va jail_ Ns Ao Ar jname Ac Ns Va _mount_enable
2333 to
2334 .Dq Li YES
2335 by default for every jail in
2336 .Va jail_list .
2337 .It Va jail_procfs_enable
2338 .Pq Vt bool
2339 Set to
2340 .Dq Li NO
2341 by default.
2342 When set to
2343 .Dq Li YES ,
2344 sets
2345 .Va jail_ Ns Ao Ar jname Ac Ns Va _procfs_enable
2346 to
2347 .Dq Li YES
2348 by default for every jail in
2349 .Va jail_list .
2350 .It Va jail_devfs_enable
2351 .Pq Vt bool
2352 Set to
2353 .Dq Li NO
2354 by default.
2355 When set to
2356 .Dq Li YES ,
2357 sets
2358 .Va jail_ Ns Ao Ar jname Ac Ns Va _devfs_enable
2359 to
2360 .Dq Li YES
2361 by default for every jail in
2362 .Va jail_list .
2363 .It Va jail_exec_start
2364 .Pq Vt str
2365 Unset by default.
2366 When set, use as default value for
2367 .Va jail_ Ns Ao Ar jname Ac Ns Va _exec_start
2368 for every jail in
2369 .Va jail_list .
2370 .It Va jail_exec_stop
2371 Unset by default.
2372 When set, use as default value for
2373 .Va jail_ Ns Ao Ar jname Ac Ns Va _exec_stop
2374 for every jail in
2375 .Va jail_list .
2376 .It Va jail_ Ns Ao Ar jname Ac Ns Va _rootdir
2377 .Pq Vt str
2378 Unset by default.
2379 Set to the root directory used by jail
2380 .Va jname .
2381 .It Va jail_ Ns Ao Ar jname Ac Ns Va _hostname
2382 .Pq Vt str
2383 Unset by default.
2384 Set to the fully qualified domain name (FQDN) assigned to jail
2385 .Va jname .
2386 .It Va jail_ Ns Ao Ar jname Ac Ns Va _ip
2387 .Pq Vt str
2388 Unset by default.
2389 Set to the IP address assigned to jail
2390 .Va jname .
2391 .It Va jail_ Ns Ao Ar jname Ac Ns Va _flags
2392 .Pq Vt str
2393 Set to
2394 .Dq Li -l -U root
2395 by default.
2396 These are flags to pass to
2397 .Xr jail 8 .
2398 .It Va jail_ Ns Ao Ar jname Ac Ns Va _interface
2399 .Pq Vt str
2400 Unset by default.
2401 When set, sets the interface to use when setting IP address alias.
2402 Note that the alias is created at jail startup and removed at jail shutdown.
2403 .It Va jail_ Ns Ao Ar jname Ac Ns Va _fstab
2404 .Pq Vt str
2405 Set to
2406 .Pa /etc/fstab. Ns Aq Ar jname
2407 by default.
2408 This is the file system information file to use for jail
2409 .Va jname .
2410 .It Va jail_ Ns Ao Ar jname Ac Ns Va _mount_enable
2411 .Pq Vt bool
2412 Set to
2413 .Dq Li NO
2414 by default.
2415 When set to
2416 .Dq Li YES ,
2417 mount all file systems from
2418 .Va jail_ Ns Ao Ar jname Ac Ns Va _fstab
2419 at jail startup.
2420 .It Va jail_ Ns Ao Ar jname Ac Ns Va _procfs_enable
2421 .Pq Vt bool
2422 Set to
2423 .Dq Li NO
2424 by default.
2425 When set to
2426 .Dq Li YES ,
2427 mount the process file system inside jail
2428 .Ar jname
2429 at jail startup.
2430 .It Va jail_ Ns Ao Ar jname Ac Ns Va _devfs_enable
2431 .Pq Vt bool
2432 Set to
2433 .Dq Li NO
2434 by default.
2435 When set to
2436 .Dq Li YES ,
2437 mount the device file system inside jail
2438 .Ar jname
2439 at jail startup.
2440 .It Va jail_ Ns Ao Ar jname Ac Ns Va _exec_start
2441 .Pq Vt str
2442 Set to
2443 .Dq Li /bin/sh /etc/rc
2444 by default.
2445 This is the command executed at jail startup.
2446 .It Va jail_ Ns Ao Ar jname Ac Ns Va _exec_stop
2447 .Pq Vt str
2448 Set to
2449 .Dq Li /bin/sh /etc/rc.shutdown
2450 by default.
2451 This is the command executed at jail shutdown.
2452 .It Va jail_default_set_hostname_allow
2453 .Pq Vt bool
2454 If set to
2455 .Dq Li NO ,
2456 do not allow the root user in a jail to set its hostname.
2457 .It Va jail_default_socket_unixiproute_only
2458 .Pq Vt bool
2459 If set to
2460 .Dq Li YES ,
2461 do not allow any sockets,
2462 besides UNIX/IP/route sockets,
2463 to be used within a jail.
2464 .It Va jail_default_sysvipc_allow
2465 .Pq Vt bool
2466 If set to
2467 .Dq Li YES ,
2468 allow applications within a jail to use System V IPC.
2469 .It Va jail_default_chflags_allow
2470 .Pq Vt bool
2471 If set to
2472 .Dq Li YES ,
2473 allow applications within a jail to alter system file flags.
2474 .It Va jail_default_raw_sockets_allow
2475 .Pq Vt bool
2476 If set to
2477 .Dq Li YES ,
2478 allow applications within a jail to user raw sockets.
2479 .It Va jail_default_allow_listen_override
2480 .Pq Vt bool
2481 If set to
2482 .Dq Li YES ,
2483  allows both wildcard and non-wildcard listen sockets in the jail to
2484 override wildcard listen sockets on the host.
2485 .It Va lvm_enable
2486 .Pq Vt bool
2487 If set to
2488 .Dq Li YES
2489 LVM volumes will be discovered and configured on boot.
2490 .It Va newsyslog_enable
2491 .Pq Vt bool
2492 If set to
2493 .Dq Li YES ,
2494 run
2495 .Xr newsyslog 8
2496 before syslogd starts.
2497 .It Va newsyslog_flags
2498 .Pq Vt str
2499 If
2500 .Va newsyslog_enable
2501 is set to
2502 .Dq Li YES ,
2503 these are the flags passed to
2504 .Xr newsyslog 8 .
2505 .It Va resident_enable
2506 .Pq Vt bool
2507 If set to
2508 .Dq Li YES ,
2509 make the dynamic binaries listed in
2510 .Pa /etc/resident.conf
2511 resident.
2512 .It Va varsym_enable
2513 .Pq Vt bool
2514 If set to
2515 .Dq Li YES ,
2516 process
2517 .Pa /etc/varsym.conf
2518 to set system-wide variables for variant symlinks.
2519 .It Va rand_irqs
2520 .Pq Vt str
2521 Set either to
2522 .Dq Li NO
2523 or a whitespace separated list of IRQ numbers which will be used as a source of
2524 randomness.
2525 .\" -----------------------------------------------------
2526 .It Va entropy_dir
2527 .Pq Vt str
2528 Set to
2529 .Dq Li NO
2530 to disable caching entropy via
2531 .Xr cron 8 .
2532 Otherwise set to the directory used to store entropy files in.
2533 .It Va entropy_file
2534 .Pq Vt str
2535 Set to
2536 .Dq Li NO
2537 to disable caching entropy through reboots.
2538 Otherwise set to the filename used to store cached entropy through reboots.
2539 This file should be located on the root file system to seed the
2540 .Xr random 4
2541 device as early as possible in the boot process.
2542 .It Va entropy_save_sz
2543 .Pq Vt int
2544 Determines the size of the entropy cache files used for entropy cached
2545 through reboots and also entropy cached via
2546 .Xr cron 8 .
2547 The entropy is fed to the system in blocks of 512 bytes, so this number
2548 should be large enough to fill as many of the entropy pools in the kernel
2549 CSPRNG as possible.
2550 By default, it is set to 16384, which should be able to seed all 32 entropy
2551 pools in the Fortuna CSPRNG.
2552 .It Va dmesg_enable
2553 .Pq Vt bool
2554 Set to
2555 .Dq Li YES
2556 to save
2557 .Xr dmesg 8
2558 to
2559 .Pa /var/run/dmesg.boot
2560 on boot.
2561 .It Va rcshutdown_timeout
2562 .Pq Vt int
2563 If set, start a watchdog timer in the background which will terminate
2564 .Pa rc.shutdown
2565 if
2566 .Xr shutdown 8
2567 has not completed within the specified time (in seconds).
2568 Notice that in addition to this soft timeout,
2569 .Xr init 8
2570 also applies a hard timeout for the execution of
2571 .Pa rc.shutdown .
2572 This is configured via
2573 .Xr sysctl 8
2574 variable
2575 .Va kern.init_shutdown_timeout
2576 and defaults to 120 seconds. Setting the value of
2577 .Va rcshutdown_timeout
2578 to more than 120 seconds will have no effect until the
2579 .Xr sysctl 8
2580 variable
2581 .Va kern.init_shutdown_timeout
2582 is also increased.
2583 .It Va udevd_enable
2584 .Pq Vt bool
2585 If set to
2586 .Dq Li YES ,
2587 the udevd daemon will be started on boot.
2588 .It Va vfs_quota_enable
2589 .Pq Vt bool
2590 If set to
2591 .Dq Li YES ,
2592 vfs quota rc.d scripts will be run on boot.
2593 .It Va vfs_quota_sync
2594 .Pq Vt str
2595 List of mount points whose counters are to be synchronized with on-disk
2596 usage during system startup.
2597 See also
2598 .Xr vquota 8 .
2599 .It Va vknetd_enable
2600 .Pq Vt bool
2601 If set to
2602 .Dq Li YES ,
2603 .Xr vknetd 8
2604 will be started on boot.
2605 .It Va vknetd_flags
2606 .Pq Vt bool
2607 Additional flags passed to
2608 .Xr vknetd 8 .
2609 Usually address/cidrbits is specified here.
2610 When no flags are passed, default option
2611 .Fl U
2612 will be used.
2613 .It Va vkernel_enable
2614 .Pq Vt bool
2615 If set to
2616 .Dq Li NO ,
2617 any configured vkernels will not be started.
2618 .It Va vkernel_kill_timeout
2619 .Pq Vt int
2620 This defines the default number of seconds that we will wait for the
2621 vkernel to shut down on its own.
2622 If after this time it's still alive,
2623 it will be killed with SIGKILL.
2624 .It Va vkernel_bin
2625 .Pq Vt str
2626 Defines the default path to the vkernel binary.
2627 .It Va vkernel_list
2628 .Pq Vt str
2629 A space separated list of names for vkernels.
2630 This is purely a configuration aid to help identify and
2631 configure multiple vkernels.
2632 The names specified in this list will be used to
2633 identify settings common to a vkernel instance.
2634 Assuming that the vkernel in question was named
2635 .Li example ,
2636 you would have the following dependent variables
2637 (filled with reference values in this text):
2638 .Bd -literal
2639 vkernel_example_bin="/usr/obj/usr/src/sys/VKERNEL64/kernel.debug"
2640 vkernel_example_memsize="64m"
2641 vkernel_example_rootimg_list="/var/vkernel/rootimg.01"
2642 vkernel_example_memimg="/var/vkernel/memimg.000001"
2643 vkernel_example_user="myuser"
2644 vkernel_example_iface_list="auto:bridge0"
2645 vkernel_example_logfile="/dev/null"
2646 vkernel_example_flags="-U"
2647 vkernel_example_kill_timeout="45"
2648 .Ed
2649 .Pp
2650 The last six are optional.
2651 They default to an empty string if not set, except for logfile which defaults to
2652 .Pa /dev/null
2653 if it is not set.
2654 .Pp
2655 Note that in case
2656 .Va vkernel_memimg
2657 is not set, the
2658 .Pa rc.d
2659 script will create
2660 .Pa /var/vkernel ,
2661 which is the vkernel's default directory for memory images,
2662 with permissions of 1777, i.e. world writable with the sticky bit set
2663 (see
2664 .Xr sticky 8 ) .
2665 .It Va autofs_enable
2666 .Pq Vt bool
2667 If set to
2668 .Dq Li YES ,
2669 start the
2670 .Xr automount 8
2671 utility and the
2672 .Xr automountd 8
2673 and
2674 .Xr autounmountd 8
2675 daemons at boot time.
2676 .It Va automount_flags
2677 .Pq Vt str
2678 If
2679 .Va autofs_enable
2680 is set to
2681 .Dq Li YES ,
2682 these are the flags to pass to the
2683 .Xr automount 8
2684 program.
2685 By default no flags are passed.
2686 .It Va automountd_flags
2687 .Pq Vt str
2688 If
2689 .Va autofs_enable
2690 is set to
2691 .Dq Li YES ,
2692 these are the flags to pass to the
2693 .Xr automountd 8
2694 daemon.
2695 By default no flags are passed.
2696 .It Va autounmountd_flags
2697 .Pq Vt str
2698 If
2699 .Va autofs_enable
2700 is set to
2701 .Dq Li YES ,
2702 these are the flags to pass to the
2703 .Xr autounmountd 8
2704 daemon.
2705 By default no flags are passed.
2706 .El
2707 .Sh FILES
2708 .Bl -tag -width ".Pa /etc/start_if. Ns Aq Ar interface" -compact
2709 .It Pa /etc/defaults/rc.conf
2710 .It Pa /etc/rc.conf
2711 .It Pa /etc/rc.conf.local
2712 .It Pa /etc/start_if. Ns Aq Ar interface
2713 .El
2714 .Sh SEE ALSO
2715 .Xr gdb 1 ,
2716 .Xr info 1 ,
2717 .Xr kbdcontrol 1 ,
2718 .Xr varsym 1 ,
2719 .Xr vidcontrol 1 ,
2720 .Xr ip 4 ,
2721 .Xr ipfw 4 ,
2722 .Xr kld 4 ,
2723 .Xr pf 4 ,
2724 .Xr tcp 4 ,
2725 .Xr udp 4 ,
2726 .Xr vlan 4 ,
2727 .Xr autofs 5 ,
2728 .Xr auto_master 5 ,
2729 .Xr exports 5 ,
2730 .Xr motd 5 ,
2731 .Xr resident.conf 5 ,
2732 .Xr varsym.conf 5 ,
2733 .Xr accton 8 ,
2734 .Xr automount 8 ,
2735 .Xr automountd 8 ,
2736 .Xr autounmountd 8 ,
2737 .Xr btconfig 8 ,
2738 .Xr bthcid 8 ,
2739 .Xr cron 8 ,
2740 .Xr devd 8 ,
2741 .Xr dhclient 8 ,
2742 .Xr dhcpcd 8 ,
2743 .Xr dntpd 8 ,
2744 .Xr ftpd 8 ,
2745 .Xr ifconfig 8 ,
2746 .Xr inetd 8 ,
2747 .Xr ip6addrctl 8 ,
2748 .Xr jail 8 ,
2749 .Xr lpd 8 ,
2750 .Xr makewhatis 8 ,
2751 .Xr mixer 8 ,
2752 .Xr mountd 8 ,
2753 .Xr moused 8 ,
2754 .Xr nfsd 8 ,
2755 .Xr pcnfsd 8 ,
2756 .Xr pfctl 8 ,
2757 .Xr pflogd 8 ,
2758 .Xr quotacheck 8 ,
2759 .Xr quotaon 8 ,
2760 .Xr rc 8 ,
2761 .Xr rc.sendmail 8 ,
2762 .Xr resident 8 ,
2763 .Xr rndcontrol 8 ,
2764 .Xr route 8 ,
2765 .Xr routed 8 ,
2766 .Xr rpcbind 8 ,
2767 .Xr rpc.lockd 8 ,
2768 .Xr rpc.statd 8 ,
2769 .Xr rtadvd 8 ,
2770 .Xr rtsold 8 ,
2771 .Xr rwhod 8 ,
2772 .Xr savecore 8 ,
2773 .Xr sdpd 8 ,
2774 .Xr sensorsd 8 ,
2775 .Xr sshd 8 ,
2776 .Xr swapon 8 ,
2777 .Xr sysctl 8 ,
2778 .Xr syslogd 8 ,
2779 .Xr sysvipcd 8 ,
2780 .Xr vinum 8 ,
2781 .Xr wpa_supplicant 8 ,
2782 .Xr yp 8 ,
2783 .Xr ypbind 8 ,
2784 .Xr ypserv 8 ,
2785 .Xr ypset 8
2786 .Sh HISTORY
2787 The
2788 .Nm
2789 file appeared in
2790 .Fx 2.2.2 .
2791 .Sh AUTHORS
2792 .An Jordan K. Hubbard .