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