]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/man/man5/rc.conf.5
- Document kfd(8) rc.conf variables in the manpage.
[FreeBSD/FreeBSD.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$
26 .\"
27 .Dd February 27, 2012
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 system installation utility,
42 .Xr sysinstall 8 .
43 .Pp
44 The purpose of
45 .Nm
46 is not to run commands or perform system startup actions
47 directly.
48 Instead, it is included by the
49 various generic startup scripts in
50 .Pa /etc
51 which conditionalize their
52 internal actions according to the settings found there.
53 .Pp
54 The
55 .Pa /etc/rc.conf
56 file is included from the file
57 .Pa /etc/defaults/rc.conf ,
58 which specifies the default settings for all the available options.
59 Options need only be specified in
60 .Pa /etc/rc.conf
61 when the system administrator wishes to override these defaults.
62 The file
63 .Pa /etc/rc.conf.local
64 is used to override settings in
65 .Pa /etc/rc.conf
66 for historical reasons.
67 In addition to
68 .Pa /etc/rc.conf.local
69 you can also place smaller configuration files for each
70 .Xr rc 8
71 script in the
72 .Pa /etc/rc.conf.d
73 directory, which will be included by the
74 .Va load_rc_config
75 function.
76 For jail configurations you could use the file
77 .Pa /etc/rc.conf.d/jail
78 to store jail specific configuration options.
79 Also see the
80 .Va rc_conf_files
81 variable below.
82 .Pp
83 Options are set with
84 .Dq Ar name Ns Li = Ns Ar value
85 assignments that use
86 .Xr sh 1
87 syntax.
88 The following list provides a name and short description for each
89 variable that can be set in the
90 .Nm
91 file:
92 .Bl -tag -width indent-two
93 .It Va rc_debug
94 .Pq Vt bool
95 If set to
96 .Dq Li YES ,
97 enable output of debug messages from rc scripts.
98 This variable can be helpful in diagnosing mistakes when
99 editing or integrating new scripts.
100 Beware that this produces copious output to the terminal and
101 .Xr syslog 3 .
102 .It Va rc_info
103 .Pq Vt bool
104 If set to
105 .Dq Li NO ,
106 disable informational messages from the rc scripts.
107 Informational messages are displayed when
108 a condition that is not serious enough to warrant a warning or
109 an error occurs.
110 .It Va rc_startmsgs
111 .Pq Vt bool
112 If set to
113 .Dq Li YES ,
114 show
115 .Dq Starting foo:
116 when faststart is used (e.g., at boot time).
117 .It Va early_late_divider
118 .Pq Vt str
119 The name of the script that should be used as the
120 delimiter between the
121 .Dq early
122 and
123 .Dq late
124 stages of the boot process.
125 The early stage should contain all the services needed to
126 get the disks (local or remote) mounted so that the late
127 stage can include scripts contained in the directories
128 listed in the
129 .Va local_startup
130 variable (see below).
131 Thus, the two likely candidates for this value are
132 .Pa mountcritlocal
133 for the typical system, and
134 .Pa mountcritremote
135 if the system needs remote file
136 systems mounted to get access to the
137 .Va local_startup
138 directories; for example when
139 .Pa /usr/local
140 is NFS mounted.
141 For
142 .Pa rc.conf
143 within a
144 .Xr jail 8
145 .Pa NETWORKING
146 is likely to be an appropriate value.
147 Extreme care should be taken when changing this value,
148 and before changing it one should ensure that there are
149 adequate provisions to recover from a failed boot
150 (such as physical contact with the machine,
151 or reliable remote console access).
152 .It Va always_force_depends
153 .Pq Vt bool
154 Various
155 .Pa rc.d
156 scripts use the force_depend function to check whether required
157 services are already running, and to start them if necessary.
158 By default during boot time this check is bypassed if the
159 required service is enabled in
160 .Pa /etc/rc.conf[.local] .
161 Setting this option will bypass that check at boot time and
162 always test whether or not the service is actually running.
163 Enabling this option is likely to increase your boot time if
164 services are enabled that utilize the force_depend check.
165 .It Va swapfile
166 .Pq Vt str
167 If set to
168 .Dq Li NO ,
169 no swapfile is installed, otherwise the value is used as the full
170 pathname to a file to use for additional swap space.
171 .It Va apm_enable
172 .Pq Vt bool
173 If set to
174 .Dq Li YES ,
175 enable support for Automatic Power Management with
176 the
177 .Xr apm 8
178 command.
179 .It Va apmd_enable
180 .Pq Vt bool
181 Run
182 .Xr apmd 8
183 to handle APM event from userland.
184 This also enables support for APM.
185 .It Va apmd_flags
186 .Pq Vt str
187 If
188 .Va apmd_enable
189 is set to
190 .Dq Li YES ,
191 these are the flags to pass to the
192 .Xr apmd 8
193 daemon.
194 .It Va devd_enable
195 .Pq Vt bool
196 Run
197 .Xr devd 8
198 to handle device added, removed or unknown events from the kernel.
199 .It Va ddb_enable
200 .Pq Vt bool
201 Run
202 .Xr ddb 8
203 to install
204 .Xr ddb 4
205 scripts at boot time.
206 .It Va ddb_config
207 .Pq Vt str
208 Configuration file for
209 .Xr ddb 8 .
210 Default
211 .Pa /etc/ddb.conf .
212 .It Va kld_list
213 .Pq Vt str
214 A list of kernel modules to load right after the local
215 disks are mounted.
216 Loading modules at this point in the boot process is
217 much faster than doing it via
218 .Pa /boot/loader.conf
219 for those modules not necessary for mounting local disk.
220 .It Va kldxref_enable
221 .Pq Vt bool
222 Set to
223 .Dq Li NO
224 by default.
225 Set to
226 .Dq Li YES
227 to automatically rebuild
228 .Pa linker.hints
229 files with
230 .Xr kldxref 8
231 at boot time.
232 .It Va kldxref_clobber
233 .Pq Vt bool
234 Set to
235 .Dq Li NO
236 by default.
237 If
238 .Va kldxref_enable
239 is true,
240 setting to
241 .Dq Li YES
242 will overwrite existing
243 .Pa linker.hints
244 files at boot time.
245 Otherwise,
246 only missing
247 .Pa linker.hints
248 files are generated.
249 .It Va kldxref_module_path
250 .Pq Vt str
251 Empty by default.
252 A semi-colon
253 .Pq Ql \&;
254 delimited list of paths containing
255 .Xr kld 4
256 modules.
257 If empty,
258 the contents of the
259 .Va kern.module_path
260 .Xr sysctl 8
261 are used.
262 .It Va powerd_enable
263 .Pq Vt bool
264 If set to
265 .Dq Li YES ,
266 enable the system power control facility with the
267 .Xr powerd 8
268 daemon.
269 .It Va powerd_flags
270 .Pq Vt str
271 If
272 .Va powerd_enable
273 is set to
274 .Dq Li YES ,
275 these are the flags to pass to the
276 .Xr powerd 8
277 daemon.
278 .It Va tmpmfs
279 Controls the creation of a
280 .Pa /tmp
281 memory file system.
282 Always happens if set to
283 .Dq Li YES
284 and never happens if set to
285 .Dq Li NO .
286 If set to anything else, a memory file system is created if
287 .Pa /tmp
288 is not writable.
289 .It Va tmpsize
290 Controls the size of a created
291 .Pa /tmp
292 memory file system.
293 .It Va tmpmfs_flags
294 Extra options passed to the
295 .Xr mdmfs 8
296 utility when the memory file system for
297 .Pa /tmp
298 is created.
299 The default is
300 .Dq Li "-S" ,
301 which inhibits the use of softupdates on
302 .Pa /tmp
303 so that file system space is freed without delay
304 after file truncation or deletion.
305 See
306 .Xr mdmfs 8
307 for other options you can use in
308 .Va tmpmfs_flags .
309 .It Va varmfs
310 Controls the creation of a
311 .Pa /var
312 memory file system.
313 Always happens if set to
314 .Dq Li YES
315 and never happens if set to
316 .Dq Li NO .
317 If set to anything else, a memory file system is created if
318 .Pa /var
319 is not writable.
320 .It Va varsize
321 Controls the size of a created
322 .Pa /var
323 memory file system.
324 .It Va varmfs_flags
325 Extra options passed to the
326 .Xr mdmfs 8
327 utility when the memory file system for
328 .Pa /var
329 is created.
330 The default is
331 .Dq Li "-S" ,
332 which inhibits the use of softupdates on
333 .Pa /var
334 so that file system space is freed without delay
335 after file truncation or deletion.
336 See
337 .Xr mdmfs 8
338 for other options you can use in
339 .Va varmfs_flags .
340 .It Va populate_var
341 Controls the automatic population of the
342 .Pa /var
343 file system.
344 Always happens if set to
345 .Dq Li YES
346 and never happens if set to
347 .Dq Li NO .
348 If set to anything else, a memory file system is created if
349 .Pa /var
350 is not writable.
351 Note that this process requires access to certain commands in
352 .Pa /usr
353 before
354 .Pa /usr
355 is mounted on normal systems.
356 .It Va cleanvar_enable
357 .Pq Vt bool
358 Clean the
359 .Pa /var
360 directory.
361 .It Va local_startup
362 .Pq Vt str
363 List of directories to search for startup script files.
364 .It Va script_name_sep
365 .Pq Vt str
366 The field separator to use for breaking down the list of startup script files
367 into individual filenames.
368 The default is a space.
369 It is not necessary to change this unless there are startup scripts with names
370 containing spaces.
371 .It Va hostapd_enable
372 .Pq Vt bool
373 Set to
374 .Dq Li YES
375 to start
376 .Xr hostapd 8
377 at system boot time.
378 .It Va hostname
379 .Pq Vt str
380 The fully qualified domain name (FQDN) of this host on the network.
381 This should almost certainly be set to something meaningful, even if
382 there is no network connection.
383 If
384 .Xr dhclient 8
385 is used to set the hostname via DHCP,
386 this variable should be set to an empty string.
387 If this value remains unset when the system is done booting
388 your console login will display the default hostname of
389 .Dq Amnesiac.
390 .It Va nisdomainname
391 .Pq Vt str
392 The NIS domain name of this host, or
393 .Dq Li NO
394 if NIS is not used.
395 .It Va dhclient_program
396 .Pq Vt str
397 Path to the DHCP client program
398 .Pa ( /sbin/dhclient ,
399 the
400 .Ox
401 DHCP client,
402 is the default).
403 .It Va dhclient_flags
404 .Pq Vt str
405 Additional flags to pass to the DHCP client program.
406 For the
407 .Ox
408 DHCP client, see the
409 .Xr dhclient 8
410 manpage for a description of the command line options available.
411 .It Va dhclient_flags_ Ns Aq Ar iface
412 Additional flags to pass to the DHCP client program running on
413 .Ar iface
414 only.
415 When specified, this variable overrides
416 .Va dhclient_flags .
417 .It Va background_dhclient
418 .Pq Vt bool
419 Set to
420 .Dq Li YES
421 to start the DHCP client in background.
422 This can cause trouble with applications depending on
423 a working network, but it will provide a faster startup
424 in many cases.
425 .It Va background_dhclient_ Ns Aq Ar iface
426 When specified, this variable overrides the
427 .Va background_dhclient
428 variable for interface
429 .Ar iface
430 only.
431 .It Va synchronous_dhclient
432 .Pq Vt bool
433 Set to
434 .Dq Li YES
435 to start
436 .Xr dhclient 8
437 synchronously at startup.
438 This behavior can be overridden on a per-interface basis by replacing
439 the
440 .Dq Li DHCP
441 keyword in the
442 .Va ifconfig_ Ns Aq Ar interface
443 variable with
444 .Dq Li SYNCDHCP
445 or
446 .Dq Li NOSYNCDHCP .
447 .It Va defaultroute_delay
448 .Pq Vt int
449 When set to a positive value, wait up to this long after configuring
450 DHCP interfaces at startup to give the interfaces time to receive a lease.
451 .It Va firewall_enable
452 .Pq Vt bool
453 Set to
454 .Dq Li YES
455 to load firewall rules at startup.
456 If the kernel was not built with
457 .Cd "options IPFIREWALL" ,
458 the
459 .Pa ipfw.ko
460 kernel module will be loaded.
461 See also
462 .Va ipfilter_enable .
463 .It Va firewall_script
464 .Pq Vt str
465 This variable specifies the full path to the firewall script to run.
466 The default is
467 .Pa /etc/rc.firewall .
468 .It Va firewall_type
469 .Pq Vt str
470 Names the firewall type from the selection in
471 .Pa /etc/rc.firewall ,
472 or the file which contains the local firewall ruleset.
473 Valid selections from
474 .Pa /etc/rc.firewall
475 are:
476 .Pp
477 .Bl -tag -width ".Li simple" -compact
478 .It Li open
479 unrestricted IP access
480 .It Li closed
481 all IP services disabled, except via
482 .Dq Li lo0
483 .It Li client
484 basic protection for a workstation
485 .It Li simple
486 basic protection for a LAN.
487 .El
488 .Pp
489 If a filename is specified, the full path
490 must be given.
491 .It Va firewall_quiet
492 .Pq Vt bool
493 Set to
494 .Dq Li YES
495 to disable the display of firewall rules on the console during boot.
496 .It Va firewall_logging
497 .Pq Vt bool
498 Set to
499 .Dq Li YES
500 to enable firewall event logging.
501 This is equivalent to the
502 .Dv IPFIREWALL_VERBOSE
503 kernel option.
504 .It Va firewall_flags
505 .Pq Vt str
506 Flags passed to
507 .Xr ipfw 8
508 if
509 .Va firewall_type
510 specifies a filename.
511 .It Va firewall_coscripts
512 .Pq Vt str
513 List of executables and/or rc scripts to run after firewall starts/stops.
514 Default is empty.
515 .\" ----- firewall_nat_enable setting --------------------------------
516 .It Va firewall_nat_enable
517 .Pq Vt bool
518 The
519 .Xr ipfw 8
520 equivalent of
521 .Va natd_enable .
522 Setting this to
523 .Dq Li YES
524 enables kernel NAT.
525 .Va firewall_enable
526 must also be set to
527 .Dq Li YES .
528 .It Va firewall_nat_interface
529 .Pq Vt str
530 The
531 .Xr ipfw 8
532 equivalent of
533 .Va natd_interface .
534 This is the name of the public interface or IP address on which
535 kernel NAT should run.
536 .It Va firewall_nat_flags
537 .Pq Vt str
538 Additional configuration parameters for kernel NAT should be placed here.
539 .It Va dummynet_enable
540 .Pq Vt bool
541 Setting this to
542 .Dq Li YES
543 will automatically load the
544 .Xr dummynet 4
545 module if
546 .Va firewall_enable
547 is also set to
548 .Dq Li YES .
549 .\" -------------------------------------------------------------------
550 .It Va natd_program
551 .Pq Vt str
552 Path to
553 .Xr natd 8 .
554 .It Va natd_enable
555 .Pq Vt bool
556 Set to
557 .Dq Li YES
558 to enable
559 .Xr natd 8 .
560 .Va firewall_enable
561 must also be set to
562 .Dq Li YES ,
563 and
564 .Xr divert 4
565 sockets must be enabled in the kernel.
566 If the kernel was not built with
567 .Cd "options IPDIVERT" ,
568 the
569 .Pa ipdivert.ko
570 kernel module will be loaded.
571 .It Va natd_interface
572 .Pq Vt str
573 This is the name of the public interface on which
574 .Xr natd 8
575 should run.
576 The interface may be given as an interface name or as an IP address.
577 .It Va natd_flags
578 .Pq Vt str
579 Additional
580 .Xr natd 8
581 flags should be placed here.
582 The
583 .Fl n
584 or
585 .Fl a
586 flag is automatically added with the above
587 .Va natd_interface
588 as an argument.
589 .\" ----- ipfilter_enable setting --------------------------------
590 .It Va ipfilter_enable
591 .Pq Vt bool
592 Set to
593 .Dq Li NO
594 by default.
595 Setting this to
596 .Dq Li YES
597 enables
598 .Xr ipf 8
599 packet filtering.
600 .Pp
601 Typical usage will require putting
602 .Bd -literal
603 ipfilter_enable="YES"
604 ipnat_enable="YES"
605 ipmon_enable="YES"
606 ipfs_enable="YES"
607 .Ed
608 .Pp
609 into
610 .Pa /etc/rc.conf
611 and editing
612 .Pa /etc/ipf.rules
613 and
614 .Pa /etc/ipnat.rules
615 appropriately.
616 .Pp
617 Note that
618 .Va ipfilter_enable
619 and
620 .Va ipnat_enable
621 can be enabled independently.
622 .Va ipmon_enable
623 and
624 .Va ipfs_enable
625 both require at least one of
626 .Va ipfilter_enable
627 and
628 .Va ipnat_enable
629 to be enabled.
630 .Pp
631 Having
632 .Bd -literal
633 options IPFILTER
634 options IPFILTER_LOG
635 options IPFILTER_DEFAULT_BLOCK
636 .Ed
637 .Pp
638 in the kernel configuration file is a good idea, too.
639 .\" ----- ipfilter_program setting ------------------------------
640 .It Va ipfilter_program
641 .Pq Vt str
642 Path to
643 .Xr ipf 8
644 (default
645 .Pa /sbin/ipf ) .
646 .\" ----- ipfilter_rules setting --------------------------------
647 .It Va ipfilter_rules
648 .Pq Vt str
649 Set to
650 .Pa /etc/ipf.rules
651 by default.
652 This variable contains the name of the filter rule definition file.
653 The file is expected to be readable for the
654 .Xr ipf 8
655 command to execute.
656 .\" ----- ipv6_ipfilter_rules setting ---------------------------
657 .It Va ipv6_ipfilter_rules
658 .Pq Vt str
659 Set to
660 .Pa /etc/ipf6.rules
661 by default.
662 This variable contains the IPv6 filter rule definition file.
663 The file is expected to be readable for the
664 .Xr ipf 8
665 command to execute.
666 .\" ----- ipfilter_flags setting --------------------------------
667 .It Va ipfilter_flags
668 .Pq Vt str
669 Empty by default.
670 This variable contains flags passed to the
671 .Xr ipf 8
672 program.
673 .\" ----- ipnat_enable setting ----------------------------------
674 .It Va ipnat_enable
675 .Pq Vt bool
676 Set to
677 .Dq Li NO
678 by default.
679 Set it to
680 .Dq Li YES
681 to enable
682 .Xr ipnat 8
683 network address translation.
684 See
685 .Va ipfilter_enable
686 for a detailed discussion.
687 .\" ----- ipnat_program setting ---------------------------------
688 .It Va ipnat_program
689 .Pq Vt str
690 Path to
691 .Xr ipnat 8
692 (default
693 .Pa /sbin/ipnat ) .
694 .\" ----- ipnat_rules setting -----------------------------------
695 .It Va ipnat_rules
696 .Pq Vt str
697 Set to
698 .Pa /etc/ipnat.rules
699 by default.
700 This variable contains the name of the file
701 holding the network address translation definition.
702 This file is expected to be readable for the
703 .Xr ipnat 8
704 command to execute.
705 .\" ----- ipnat_flags setting -----------------------------------
706 .It Va ipnat_flags
707 .Pq Vt str
708 Empty by default.
709 This variable contains flags passed to the
710 .Xr ipnat 8
711 program.
712 .\" ----- ipmon_enable setting ----------------------------------
713 .It Va ipmon_enable
714 .Pq Vt bool
715 Set to
716 .Dq Li NO
717 by default.
718 Set it to
719 .Dq Li YES
720 to enable
721 .Xr ipmon 8
722 monitoring (logging
723 .Xr ipf 8
724 and
725 .Xr ipnat 8
726 events).
727 Setting this variable needs setting
728 .Va ipfilter_enable
729 or
730 .Va ipnat_enable
731 too.
732 See
733 .Va ipfilter_enable
734 for a detailed discussion.
735 .\" ----- ipmon_program setting ---------------------------------
736 .It Va ipmon_program
737 .Pq Vt str
738 Path to
739 .Xr ipmon 8
740 (default
741 .Pa /sbin/ipmon ) .
742 .\" ----- ipmon_flags setting -----------------------------------
743 .It Va ipmon_flags
744 .Pq Vt str
745 Set to
746 .Dq Li -Ds
747 by default.
748 This variable contains flags passed to the
749 .Xr ipmon 8
750 program.
751 Another typical example would be
752 .Dq Fl D Pa /var/log/ipflog
753 to have
754 .Xr ipmon 8
755 log directly to a file bypassing
756 .Xr syslogd 8 .
757 Make sure to adjust
758 .Pa /etc/newsyslog.conf
759 in such case like this:
760 .Bd -literal
761 /var/log/ipflog  640  10  100  *  Z  /var/run/ipmon.pid
762 .Ed
763 .\" ----- ipfs_enable setting -----------------------------------
764 .It Va ipfs_enable
765 .Pq Vt bool
766 Set to
767 .Dq Li NO
768 by default.
769 Set it to
770 .Dq Li YES
771 to enable
772 .Xr ipfs 8
773 saving the filter and NAT state tables during shutdown
774 and reloading them during startup again.
775 Setting this variable needs setting
776 .Va ipfilter_enable
777 or
778 .Va ipnat_enable
779 to
780 .Dq Li YES
781 too.
782 See
783 .Va ipfilter_enable
784 for a detailed discussion.
785 Note that if
786 .Va kern_securelevel
787 is set to 3,
788 .Va ipfs_enable
789 cannot be used
790 because the raised securelevel will prevent
791 .Xr ipfs 8
792 from saving the state tables at shutdown time.
793 .\" ----- ipfs_program setting ----------------------------------
794 .It Va ipfs_program
795 .Pq Vt str
796 Path to
797 .Xr ipfs 8
798 (default
799 .Pa /sbin/ipfs ) .
800 .\" ----- ipfs_flags setting ------------------------------------
801 .It Va ipfs_flags
802 .Pq Vt str
803 Empty by default.
804 This variable contains flags passed to the
805 .Xr ipfs 8
806 program.
807 .\" ----- end of added ipf hook ---------------------------------
808 .It Va pf_enable
809 .Pq Vt bool
810 Set to
811 .Dq Li NO
812 by default.
813 Setting this to
814 .Dq Li YES
815 enables
816 .Xr pf 4
817 packet filtering.
818 .Pp
819 Typical usage will require putting
820 .Pp
821 .Dl pf_enable="YES"
822 .Pp
823 into
824 .Pa /etc/rc.conf
825 and editing
826 .Pa /etc/pf.conf
827 appropriately.
828 Adding
829 .Pp
830 .Dl "device pf"
831 .Pp
832 builds support for
833 .Xr pf 4
834 into the kernel, otherwise the
835 kernel module will be loaded.
836 .It Va pf_rules
837 .Pq Vt str
838 Path to
839 .Xr pf 4
840 ruleset configuration file
841 (default
842 .Pa /etc/pf.conf ) .
843 .It Va pf_program
844 .Pq Vt str
845 Path to
846 .Xr pfctl 8
847 (default
848 .Pa /sbin/pfctl ) .
849 .It Va pf_flags
850 .Pq Vt str
851 If
852 .Va pf_enable
853 is set to
854 .Dq Li YES ,
855 these flags are passed to the
856 .Xr pfctl 8
857 program when loading the ruleset.
858 .It Va pflog_enable
859 .Pq Vt bool
860 Set to
861 .Dq Li NO
862 by default.
863 Setting this to
864 .Dq Li YES
865 enables
866 .Xr pflogd 8
867 which logs packets from the
868 .Xr pf 4
869 packet filter.
870 .It Va pflog_logfile
871 .Pq Vt str
872 If
873 .Va pflog_enable
874 is set to
875 .Dq Li YES
876 this controls where
877 .Xr pflogd 8
878 stores the logfile
879 (default
880 .Pa /var/log/pflog ) .
881 Check
882 .Pa /etc/newsyslog.conf
883 to adjust logfile rotation for this.
884 .It Va pflog_program
885 .Pq Vt str
886 Path to
887 .Xr pflogd 8
888 (default
889 .Pa /sbin/pflogd ) .
890 .It Va pflog_flags
891 .Pq Vt str
892 Empty by default.
893 This variable contains additional flags passed to the
894 .Xr pflogd 8
895 program.
896 .It Va ftpproxy_enable
897 .Pq Vt bool
898 Set to
899 .Dq Li NO
900 by default.
901 Setting this to
902 .Dq Li YES
903 enables
904 .Xr ftp-proxy 8
905 which supports the
906 .Xr pf 4
907 packet filter in translating ftp connections.
908 .It Va ftpproxy_flags
909 .Pq Vt str
910 Empty by default.
911 This variable contains additional flags passed to the
912 .Xr ftp-proxy 8
913 program.
914 .It Va pfsync_enable
915 .Pq Vt bool
916 Set to
917 .Dq Li NO
918 by default.
919 Setting this to
920 .Dq Li YES
921 enables exposing
922 .Xr pf 4
923 state changes to other hosts over the network by means of
924 .Xr pfsync 4 .
925 The
926 .Va pfsync_syncdev
927 variable
928 must also be set then.
929 .It Va pfsync_syncdev
930 .Pq Vt str
931 Empty by default.
932 This variable specifies the name of the network interface
933 .Xr pfsync 4
934 should operate through.
935 It must be set accordingly if
936 .Va pfsync_enable
937 is set to
938 .Dq Li YES .
939 .It Va pfsync_syncpeer
940 .Pq Vt str
941 Empty by default.
942 This variable is optional.
943 By default, state change messages are sent out on the synchronisation
944 interface using IP multicast packets.
945 The protocol is IP protocol 240, PFSYNC, and the multicast group used is
946 224.0.0.240.
947 When a peer address is specified using the
948 .Va pfsync_syncpeer
949 option, the peer address is used as a destination for the pfsync
950 traffic, and the traffic can then be protected using
951 .Xr ipsec 4 .
952 See the
953 .Xr pfsync 4
954 manpage for more details about using
955 .Xr ipsec 4
956 with
957 .Xr pfsync 4
958 interfaces.
959 .It Va pfsync_ifconfig
960 .Pq Vt str
961 Empty by default.
962 This variable can contain additional options to be passed to the
963 .Xr ifconfig 8
964 command used to set up
965 .Xr pfsync 4 .
966 .It Va tcp_extensions
967 .Pq Vt bool
968 Set to
969 .Dq Li YES
970 by default.
971 Setting this to
972 .Dq Li NO
973 disables certain TCP options as described by
974 .Rs
975 .%T "RFC 1323"
976 .Re
977 Setting this to
978 .Dq Li NO
979 might help remedy such problems with connections as randomly hanging
980 or other weird behavior.
981 Some network devices are known
982 to be broken with respect to these options.
983 .It Va log_in_vain
984 .Pq Vt int
985 Set to 0 by default.
986 The
987 .Xr sysctl 8
988 variables,
989 .Va net.inet.tcp.log_in_vain
990 and
991 .Va net.inet.udp.log_in_vain ,
992 as described in
993 .Xr tcp 4
994 and
995 .Xr udp 4 ,
996 are set to the given value.
997 .It Va tcp_keepalive
998 .Pq Vt bool
999 Set to
1000 .Dq Li YES
1001 by default.
1002 Setting to
1003 .Dq Li NO
1004 will disable probing idle TCP connections to verify that the
1005 peer is still up and reachable.
1006 .It Va tcp_drop_synfin
1007 .Pq Vt bool
1008 Set to
1009 .Dq Li NO
1010 by default.
1011 Setting to
1012 .Dq Li YES
1013 will cause the kernel to ignore TCP frames that have both
1014 the SYN and FIN flags set.
1015 This prevents OS fingerprinting, but may
1016 break some legitimate applications.
1017 .It Va icmp_drop_redirect
1018 .Pq Vt bool
1019 Set to
1020 .Dq Li NO
1021 by default.
1022 Setting to
1023 .Dq Li YES
1024 will cause the kernel to ignore ICMP REDIRECT packets.
1025 Refer to
1026 .Xr icmp 4
1027 for more information.
1028 .It Va icmp_log_redirect
1029 .Pq Vt bool
1030 Set to
1031 .Dq Li NO
1032 by default.
1033 Setting to
1034 .Dq Li YES
1035 will cause the kernel to log ICMP REDIRECT packets.
1036 Note that
1037 the log messages are not rate-limited, so this option should only be used
1038 for troubleshooting networks.
1039 Refer to
1040 .Xr icmp 4
1041 for more information.
1042 .It Va icmp_bmcastecho
1043 .Pq Vt bool
1044 Set to
1045 .Dq Li YES
1046 to respond to broadcast or multicast ICMP ping packets.
1047 Refer to
1048 .Xr icmp 4
1049 for more information.
1050 .It Va ip_portrange_first
1051 .Pq Vt int
1052 If not set to
1053 .Dq Li NO ,
1054 this is the first port in the default portrange.
1055 Refer to
1056 .Xr ip 4
1057 for more information.
1058 .It Va ip_portrange_last
1059 .Pq Vt int
1060 If not set to
1061 .Dq Li NO ,
1062 this is the last port in the default portrange.
1063 Refer to
1064 .Xr ip 4
1065 for more information.
1066 .It Va network_interfaces
1067 .Pq Vt str
1068 Set to the list of network interfaces to configure on this host or
1069 .Dq Li AUTO
1070 (the default) for all current interfaces.
1071 Setting the
1072 .Va network_interfaces
1073 variable to anything other than the default is deprecated.
1074 Interfaces that the administrator wishes to store configuration for,
1075 but not start at boot should be configured with the
1076 .Dq Li NOAUTO
1077 keyword in their
1078 .Va ifconfig_ Ns Aq Ar interface
1079 variables as described below.
1080 .Pp
1081 An
1082 .Va ifconfig_ Ns Aq Ar interface
1083 variable is also assumed to exist for each value of
1084 .Ar interface .
1085 When an interface name contains any of the characters
1086 .Dq Li .-/+
1087 they are translated to
1088 .Dq Li _
1089 before lookup.
1090 The variable can contain arguments to
1091 .Xr ifconfig 8 ,
1092 as well as special case-insensitive keywords described below.
1093 Such keywords are removed before passing the value to
1094 .Xr ifconfig 8
1095 while the order of the other arguments is preserved.
1096 .Pp
1097 One can configure more than one IPv4 address with the
1098 .Va ipv4_addrs_ Ns Aq Ar interface
1099 variable.
1100 One or more IP addresses must be provided in Classless Inter-Domain
1101 Routing (CIDR) address notation, whose last byte can be a range like
1102 192.0.2.5-23/24.
1103 In this case the address 192.0.2.5 will be configured with the
1104 netmask /24 and the addresses 192.0.2.6 to 192.0.2.23 with
1105 the non-conflicting netmask /32 as explained in the
1106 .Xr ifconfig 8
1107 alias section.
1108 With the interface in question being
1109 .Li ed0 ,
1110 an example could look like:
1111 .Bd -literal
1112 ipv4_addrs_ed0="192.0.2.129/27 192.0.2.1-5/28"
1113 .Ed
1114 .Pp
1115 It is also possible to add IP alias entries using
1116 .Xr ifconfig 8
1117 syntax with the
1118 .Dq Li inet
1119 keyword.
1120 Assuming that the interface in question was
1121 .Li ed0 ,
1122 it might look
1123 something like this:
1124 .Bd -literal
1125 ifconfig_ed0_alias0="inet 127.0.0.253 netmask 0xffffffff"
1126 ifconfig_ed0_alias1="inet 127.0.0.254 netmask 0xffffffff"
1127 .Ed
1128 .Pp
1129 And so on.
1130 For each
1131 .Va ifconfig_ Ns Ao Ar interface Ac Ns Va _alias Ns Aq Ar n
1132 entry with the
1133 .Dq Li inet
1134 keyword that is found,
1135 its contents are passed to
1136 .Xr ifconfig 8 .
1137 Execution stops at the first unsuccessful access, so if
1138 something like this is present:
1139 .Bd -literal
1140 ifconfig_ed0_alias0="inet 127.0.0.251 netmask 0xffffffff"
1141 ifconfig_ed0_alias1="inet 127.0.0.252 netmask 0xffffffff"
1142 ifconfig_ed0_alias2="inet 127.0.0.253 netmask 0xffffffff"
1143 ifconfig_ed0_alias4="inet 127.0.0.254 netmask 0xffffffff"
1144 .Ed
1145 .Pp
1146 Then note that alias4 would
1147 .Em not
1148 be added since the search would
1149 stop with the missing
1150 .Dq Li alias3
1151 entry.
1152 Due to this difficult to manage behavior, the
1153 .Va ifconfig_ Ns Ao Ar interface Ac Ns Va _alias Ns Aq Ar n
1154 form is deprecated.
1155 .Pp
1156 If the
1157 .Pa /etc/start_if. Ns Aq Ar interface
1158 file is present, it is read and executed by the
1159 .Xr sh 1
1160 interpreter
1161 before configuring the interface as specified in the
1162 .Va ifconfig_ Ns Aq Ar interface
1163 and
1164 .Va ifconfig_ Ns Ao Ar interface Ac Ns Va _alias Ns Aq Ar n
1165 variables.
1166 .Pp
1167 If a
1168 .Va vlans_ Ns Aq Ar interface
1169 variable is set,
1170 a
1171 .Xr vlan 4
1172 interface will be created for each item in the list with the
1173 .Ar vlandev
1174 argument set to
1175 .Ar interface .
1176 If a vlan interface's name is a number,
1177 then that number is used as the vlan tag and the new vlan interface is
1178 named
1179 .Ar interface . Ns Ar tag .
1180 Otherwise,
1181 the vlan tag must be specified via a
1182 .Va vlan
1183 parameter in the
1184 .Va create_args_ Ns Aq Ar interface
1185 variable.
1186 .Pp
1187 To create a vlan device named
1188 .Li em0.101
1189 on
1190 .Li em0
1191 with the vlan tag 101 and the optional the IPv4 address 192.0.2.1/24:
1192 .Bd -literal
1193 vlans_em0="101"
1194 ifconfig_em0_101="inet 192.0.2.1/24"
1195 .Ed
1196 .Pp
1197 To create a vlan device named
1198 .Li myvlan
1199 on
1200 .Li em0
1201 with the vlan tag 102:
1202 .Bd -literal
1203 vlans_em0="myvlan"
1204 create_args_myvlan="vlan 102"
1205 .Ed
1206 .Pp
1207 If a
1208 .Va wlans_ Ns Aq Ar interface
1209 variable is set,
1210 an
1211 .Xr wlan 4
1212 interface will be created for each item in the list with the
1213 .Ar wlandev
1214 argument set to
1215 .Ar interface .
1216 Further wlan cloning arguments may be passed to the
1217 .Xr ifconfig 8
1218 .Cm create
1219 command by setting the
1220 .Va create_args_ Ns Aq Ar interface
1221 variable.
1222 One or more
1223 .Xr wlan 4
1224 devices must be created for each wireless devices as of
1225 .Fx 8.0 .
1226 Debugging flags for
1227 .Xr wlan 4
1228 devices as set by
1229 .Xr wlandebug 8
1230 may be specified with an
1231 .Va wlandebug_ Ns Aq Ar interface
1232 variable.
1233 The contents of this variable will be passed directly to
1234 .Xr wlandebug 8 .
1235 .Pp
1236 If the
1237 .Va ifconfig_ Ns Aq Ar interface
1238 contains the keyword
1239 .Dq Li NOAUTO
1240 then the interface will not be configured
1241 at boot or by
1242 .Pa /etc/pccard_ether
1243 when
1244 .Va network_interfaces
1245 is set to
1246 .Dq Li AUTO .
1247 .Pp
1248 It is possible to bring up an interface with DHCP by adding
1249 .Dq Li DHCP
1250 to the
1251 .Va ifconfig_ Ns Aq Ar interface
1252 variable.
1253 For instance, to initialize the
1254 .Li ed0
1255 device via DHCP,
1256 it is possible to use something like:
1257 .Bd -literal
1258 ifconfig_ed0="DHCP"
1259 .Ed
1260 .Pp
1261 Also, if you want to configure your wireless interface with
1262 .Xr wpa_supplicant 8
1263 for use with WPA, EAP/LEAP or WEP, you need to add
1264 .Dq Li WPA
1265 to the
1266 .Va ifconfig_ Ns Aq Ar interface
1267 variable.
1268 .Pp
1269 Finally, you can add
1270 .Xr ifconfig 8
1271 options in this variable, in addition to the
1272 .Pa /etc/start_if. Ns Aq Ar interface
1273 file.
1274 For instance, to configure an
1275 .Xr ath 4
1276 wireless device in station mode with an address obtained
1277 via DHCP, using WPA authentication and 802.11b mode, it is
1278 possible to use something like:
1279 .Bd -literal
1280 wlans_ath0="wlan0"
1281 ifconfig_wlan0="DHCP WPA mode 11b"
1282 .Ed
1283 .Pp
1284 In addition to the
1285 .Va ifconfig_ Ns Aq Ar interface
1286 form, a fallback variable
1287 .Va ifconfig_DEFAULT
1288 may be configured.
1289 It will be used for all interfaces with no
1290 .Va ifconfig_ Ns Aq Ar interface
1291 variable.
1292 This is intended to replace the no longer supported
1293 .Va pccard_ifconfig
1294 variable.
1295 .Pp
1296 It is also possible to rename an interface by doing:
1297 .Bd -literal
1298 ifconfig_ed0_name="net0"
1299 ifconfig_net0="inet 192.0.2.1 netmask 0xffffff00"
1300 .Ed
1301 .It Va ipv6_enable
1302 This variable is deprecated.
1303 Use
1304 .Va ifconfig_ Ns Ao Ar interface Ac Ns _ipv6
1305 and
1306 .Va ipv6_activate_all_interfaces
1307 if necessary.
1308 .Pp
1309 .Pq Vt bool
1310 If the variable is
1311 .Dq Li YES ,
1312 .Dq Li inet6 accept_rtadv
1313 is added to all of
1314 .Va ifconfig_ Ns Ao Ar interface Ac Ns _ipv6
1315 and the
1316 .Va ipv6_activate_all_interfaces
1317 is defined as
1318 .Dq Li YES .
1319 .It Va ipv6_prefer
1320 This variable is deprecated.
1321 Use
1322 .Va ip6addrctl_policy
1323 instead.
1324 .Pp
1325 .Pq Vt bool
1326 If the variable is
1327 .Dq Li YES ,
1328 the default address selection policy table set by
1329 .Xr ip6addrctl 8
1330 will be IPv6-preferred.
1331 .Pp
1332 If the variable is
1333 .Dq Li NO ,
1334 the default address selection policy table set by
1335 .Xr ip6addrctl 8
1336 will be IPv4-preferred.
1337 .It Va ipv6_activate_all_interfaces
1338 .Pq Vt bool
1339 This controls initial configuration on IPv6-capable
1340 interfaces with no corresponding
1341 .Va ifconfig_ Ns Ao Ar interface Ac Ns _ipv6
1342 variable.
1343 Note that it is not always necessary to set this variable to
1344 .Dq YES
1345 to use IPv6 functionality on
1346 .Fx .
1347 In most cases, just configuring
1348 .Va ifconfig_ Ns Ao Ar interface Ac Ns _ipv6
1349 variables works.
1350 .Pp
1351 If the variable is
1352 .Dq Li NO ,
1353 all interfaces which do not have a corresponding
1354 .Va ifconfig_ Ns Ao Ar interface Ac Ns _ipv6
1355 variable will be marked as
1356 .Dq Li IFDISABLED
1357 at creation.
1358 This means that all of IPv6 functionality on that interface
1359 is completely disabled to enforce a security policy.
1360 If the variable is set to
1361 .Dq YES ,
1362 the flag will be cleared on all of the interfaces.
1363 .Pp
1364 In most cases, just defining an
1365 .Va ifconfig_ Ns Ao Ar interface Ac Ns _ipv6
1366 for an IPv6-capable interface should be sufficient.
1367 However, if an interface is added dynamically
1368 .Pq by some tunneling protocols such as PPP, for example ,
1369 it is often difficult to define the variable in advance.
1370 In such a case, configuring the
1371 .Dq Li IFDISABLED
1372 flag can be disabled by setting this variable to
1373 .Dq YES .
1374 .Pp
1375 For more details of the
1376 .Dq Li IFDISABLED
1377 flag and keywords
1378 .Dq Li inet6 ifdisabled ,
1379 see
1380 .Xr ifconfig 8 .
1381 .Pp
1382 Default is
1383 .Dq Li NO .
1384 .It Va ipv6_privacy
1385 .Pq Vt bool
1386 If the variable is
1387 .Dq Li YES
1388 privacy addresses will be generated for each IPv6
1389 interface as described in RFC 4941.
1390 .It Va ipv6_network_interfaces
1391 .Pq Vt str
1392 This is the IPv6 equivalent of
1393 .Va network_interfaces .
1394 Normally manual configuration of this variable is not needed.
1395 .Pp
1396 .It Va ipv6_cpe_wanif
1397 .Pq Vt str
1398 If the variable is set to an interface name,
1399 the
1400 .Xr ifconfig 8
1401 options
1402 .Dq inet6 -no_radr accept_rtadv
1403 will be added to the specified interface automatically before evaluating
1404 .Va ifconfig_ Ns Ao Ar interface Ac Ns _ipv6 ,
1405 and two
1406 .Xr sysctl 8
1407 variables
1408 .Va net.inet6.ip6.rfc6204w3
1409 and
1410 .Va net.inet6.ip6.no_radr
1411 will be set to 1.
1412 .Pp
1413 This means the specified interface will accept ICMPv6 Router
1414 Advertisement messages on that link and add the discovered
1415 routers into the Default Router List.
1416 While the other interfaces can still accept RA messages if the
1417 .Dq inet6 accept_rtadv
1418 option is specified, adding
1419 routes into the Default Router List will be disabled by
1420 .Dq inet6 no_radr
1421 option by default.
1422 See
1423 .Xr ifconfig 8
1424 for more details.
1425 .Pp
1426 Note that ICMPv6 Router Advertisement messages will be
1427 accepted even when
1428 .Va net.inet6.ip6.forwarding
1429 is 1
1430 .Pq packet forwarding is enabled
1431 when
1432 .Va net.inet6.ip6.rfc6204w3
1433 is set to 1.
1434 .Pp
1435 Default is
1436 .Dq Li NO .
1437 .It Va ifconfig_ Ns Ao Ar interface Ac Ns _ipv6
1438 .Pq Vt str
1439 IPv6 functionality on an interface should be configured by
1440 .Va ifconfig_ Ns Ao Ar interface Ac Ns _ipv6 ,
1441 instead of setting ifconfig parameters in
1442 .Va ifconfig_ Ns Aq Ar interface .
1443 If this variable is empty, all of IPv6 configurations on the
1444 specified interface by other variables such as
1445 .Va ipv6_prefix_ Ns Ao Ar interface Ac
1446 will be ignored.
1447 .Pp
1448 Aliases should be set by
1449 .Va ifconfig_ Ns Ao Ar interface Ac Ns Va _alias Ns Aq Ar n
1450 with
1451 .Dq Li inet6
1452 keyword.
1453 For example:
1454 .Bd -literal
1455 ifconfig_ed0_ipv6="inet6 2001:db8:1::1 prefixlen 64"
1456 ifconfig_ed0_alias0="inet6 2001:db8:2::1 prefixlen 64"
1457 .Ed
1458 .Pp
1459 Interfaces that have an
1460 .Dq Li inet6 accept_rtadv
1461 keyword in
1462 .Va ifconfig_ Ns Ao Ar interface Ac Ns _ipv6
1463 setting will be automatically configured by SLAAC
1464 .Pq StateLess Address AutoConfiguration
1465 described in
1466 .Rs
1467 .%T "RFC 4862"
1468 .Re
1469 .Pp
1470 Note that a link-local address will be automatically configured in
1471 addition to the configured global-scope addresses because the IPv6
1472 specifications require it on each link.
1473 The address is calculated from the MAC address by using an algorithm
1474 defined in
1475 .Rs
1476 .%T "RFC 4862"
1477 .%O "Section 5.3"
1478 .Re
1479 .Pp
1480 If only a link-local address is needed on the interface,
1481 the following configuration can be used:
1482 .Bd -literal
1483 ifconfig_ed0_ipv6="inet6 auto_linklocal"
1484 .Ed
1485 .Pp
1486 A link-local address can also be configured manually.
1487 This is useful for the default router address of an IPv6 router
1488 so that it does not change when the network interface
1489 card is replaced.
1490 For example:
1491 .Bd -literal
1492 ifconfig_ed0_ipv6="inet6 fe80::1 prefixlen 64"
1493 .Ed
1494 .It Va ipv6_prefix_ Ns Aq Ar interface
1495 .Pq Vt str
1496 If one or more prefixes are defined in
1497 .Va ipv6_prefix_ Ns Aq Ar interface
1498 addresses based on each prefix and the EUI-64 interface index will be
1499 configured on that interface.
1500 Note that this variable will be ignored when
1501 .Va ifconfig_ Ns Ao Ar interface Ac Ns _ipv6
1502 is empty.
1503 .Pp
1504 For example, the following configuration
1505 .Bd -literal
1506 ipv6_prefix_ed0="2001:db8:1:0 2001:db8:2:0"
1507 .Ed
1508 .Pp
1509 is equivalent to the following:
1510 .Bd -literal
1511 ifconfig_ed0_alias0="inet6 2001:db8:1:: eui64 prefixlen 64"
1512 ifconfig_ed0_alias1="inet6 2001:db8:1:: prefixlen 64 anycast"
1513 ifconfig_ed0_alias2="inet6 2001:db8:2:: eui64 prefixlen 64"
1514 ifconfig_ed0_alias3="inet6 2001:db8:2:: prefixlen 64 anycast"
1515 .Ed
1516 .Pp
1517 These Subnet-Router anycast addresses will be added only when
1518 .Va ipv6_gateway_enable
1519 is YES.
1520 .It Va ipv6_default_interface
1521 .Pq Vt str
1522 If not set to
1523 .Dq Li NO ,
1524 this is the default output interface for scoped addresses.
1525 This works only with ipv6_gateway_enable="NO".
1526 .It Va ip6addrctl_enable
1527 .Pq Vt bool
1528 This variable is to enable configuring default address selection policy table
1529 .Pq RFC 3484 .
1530 The table can be specified in another variable
1531 .Va ip6addrctl_policy .
1532 For
1533 .Va ip6addrctl_policy
1534 the following keywords can be specified:
1535 .Dq Li ipv4_prefer ,
1536 .Dq Li ipv6_prefer ,
1537 or
1538 .Dq Li AUTO .
1539 .Pp
1540 If
1541 .Dq Li ipv4_prefer
1542 or
1543 .Dq Li ipv6_prefer
1544 is specified,
1545 .Xr ip6addrctl 8
1546 installs a pre-defined policy table described in Section 2.1
1547 .Pq IPv6-preferred
1548 or 10.3
1549 .Pq IPv4-preferred
1550 of RFC 3484.
1551 .Pp
1552 If
1553 .Dq Li AUTO
1554 is specified, it attempts to read a file
1555 .Pa /etc/ip6addrctl.conf
1556 first.
1557 If this file is found,
1558 .Xr ip6addrctl 8
1559 reads and installs it.
1560 If not found, a policy is automatically set
1561 according to
1562 .Va ipv6_activate_all_interfaces
1563 variable; if the variable is set to
1564 .Dq Li YES
1565 the IPv6-preferred one is used.
1566 Otherwise IPv4-preferred.
1567 .Pp
1568 The default value of
1569 .Va ip6addrctl_enable
1570 and
1571 .Va ip6addrctl_policy
1572 are
1573 .Dq Li YES
1574 and
1575 .Dq Li AUTO ,
1576 respectively.
1577 .It Va cloned_interfaces
1578 .Pq Vt str
1579 Set to the list of clonable network interfaces to create on this host.
1580 Further cloning arguments may be passed to the
1581 .Xr ifconfig 8
1582 .Cm create
1583 command for each interface by setting the
1584 .Va create_args_ Ns Aq Ar interface
1585 variable.
1586 Entries in
1587 .Va cloned_interfaces
1588 are automatically appended to
1589 .Va network_interfaces
1590 for configuration.
1591 .It Va fec_interfaces
1592 .Pq Vt str
1593 Set to the list of
1594 .Xr ng_fec 4
1595 Fast EtherChannel interfaces to configure on this host.
1596 A
1597 .Va fecconfig_ Ns Aq Ar interface
1598 variable is assumed to exist for each value of
1599 .Ar interface .
1600 The value of this variable is used to configure link aggregated interfaces
1601 according to the syntax of the
1602 .Cm NGM_FEC_ADD_IFACE
1603 to
1604 .Xr ngctl 8
1605 msg.
1606 Additionally, this option ensures that each listed interface is created
1607 via the
1608 .Cm mkpeer
1609 command to
1610 .Xr ngctl 8
1611 before attempting to configure it.
1612 For example:
1613 .Bd -literal
1614 fec_interfaces="fec0"
1615 fecconfig_fec0="em0 em1"
1616 ifconfig_fec0="DHCP"
1617 .Ed
1618 .It Va gif_interfaces
1619 .Pq Vt str
1620 Set to the list of
1621 .Xr gif 4
1622 tunnel interfaces to configure on this host.
1623 A
1624 .Va gifconfig_ Ns Aq Ar interface
1625 variable is assumed to exist for each value of
1626 .Ar interface .
1627 The value of this variable is used to configure the link layer of the
1628 tunnel according to the syntax of the
1629 .Cm tunnel
1630 option to
1631 .Xr ifconfig 8 .
1632 Additionally, this option ensures that each listed interface is created
1633 via the
1634 .Cm create
1635 option to
1636 .Xr ifconfig 8
1637 before attempting to configure it.
1638 .It Va sppp_interfaces
1639 .Pq Vt str
1640 Set to the list of
1641 .Xr sppp 4
1642 interfaces to configure on this host.
1643 A
1644 .Va spppconfig_ Ns Aq Ar interface
1645 variable is assumed to exist for each value of
1646 .Ar interface .
1647 Each interface should also be configured by a general
1648 .Va ifconfig_ Ns Aq Ar interface
1649 setting.
1650 Refer to
1651 .Xr spppcontrol 8
1652 for more information about available options.
1653 .It Va ppp_enable
1654 .Pq Vt bool
1655 If set to
1656 .Dq Li YES ,
1657 run the
1658 .Xr ppp 8
1659 daemon.
1660 .It Va ppp_profile
1661 .Pq Vt str
1662 The name of the profile to use from
1663 .Pa /etc/ppp/ppp.conf .
1664 Also used for per-profile overrides of
1665 .Va ppp_mode
1666 and
1667 .Va ppp_nat ,
1668 and
1669 .Va ppp_ Ns Ao Ar profile Ac Ns _unit .
1670 When the profile name contains any of the characters
1671 .Dq Li .-/+
1672 they are translated to
1673 .Dq Li _
1674 for the proposes of the override variable names.
1675 .It Va ppp_mode
1676 .Pq Vt str
1677 Mode in which to run the
1678 .Xr ppp 8
1679 daemon.
1680 .It Va ppp_ Ns Ao Ar profile Ac Ns _mode
1681 .Pq Vt str
1682 Overrides the global
1683 .Va ppp_mode
1684 for
1685 .Ar profile .
1686 Accepted modes are
1687 .Dq Li auto ,
1688 .Dq Li ddial ,
1689 .Dq Li direct
1690 and
1691 .Dq Li dedicated .
1692 See the manual for a full description.
1693 .It Va ppp_nat
1694 .Pq Vt bool
1695 If set to
1696 .Dq Li YES ,
1697 enables network address translation.
1698 Used in conjunction with
1699 .Va gateway_enable
1700 allows hosts on private network addresses access to the Internet using
1701 this host as a network address translating router.
1702 .It Va ppp_ Ns Ao Ar profile Ac Ns _nat
1703 .Pq Vt str
1704 Overrides the global
1705 .Va ppp_nat
1706 for
1707 .Ar profile .
1708 .It Va ppp_ Ns Ao Ar profile Ac Ns _unit
1709 .Pq Vt int
1710 Set the unit number to be used for this profile.
1711 See the manual description of
1712 .Fl unit Ns Ar N
1713 for details.
1714 .It Va ppp_user
1715 .Pq Vt str
1716 The name of the user under which
1717 .Xr ppp 8
1718 should be started.
1719 By
1720 default,
1721 .Xr ppp 8
1722 is started as
1723 .Dq Li root .
1724 .It Va rc_conf_files
1725 .Pq Vt str
1726 This option is used to specify a list of files that will override
1727 the settings in
1728 .Pa /etc/defaults/rc.conf .
1729 The files will be read in the order in which they are specified and should
1730 include the full path to the file.
1731 By default, the files specified are
1732 .Pa /etc/rc.conf
1733 and
1734 .Pa /etc/rc.conf.local
1735 .It Va zfs_enable
1736 .Pq Vt bool
1737 If set to
1738 .Dq Li YES ,
1739 .Pa /etc/rc.d/zfs
1740 will attempt to automatically mount ZFS file systems and initialize ZFS volumes
1741 (ZVOLs).
1742 .It Va gptboot_enable
1743 .Pq Vt bool
1744 If set to
1745 .Dq Li YES ,
1746 .Pa /etc/rc.d/gptboot
1747 will log if the system successfully (or not) booted from a GPT partition,
1748 which had the
1749 .Ar bootonce
1750 attribute set using
1751 .Xr gpart 8
1752 utility.
1753 .It Va gbde_autoattach_all
1754 .Pq Vt bool
1755 If set to
1756 .Dq Li YES ,
1757 .Pa /etc/rc.d/gbde
1758 will attempt to automatically initialize your .bde devices in
1759 .Pa /etc/fstab .
1760 .It Va gbde_devices
1761 .Pq Vt str
1762 List the devices that the script should try to attach,
1763 or
1764 .Dq Li AUTO .
1765 .It Va gbde_lockdir
1766 .Pq Vt str
1767 The directory where the
1768 .Xr gbde 4
1769 lockfiles are located.
1770 The default lockfile directory is
1771 .Pa /etc .
1772 .Pp
1773 The lockfile for each individual
1774 .Xr gbde 4
1775 device can be overridden by setting the variable
1776 .Va gbde_lock_ Ns Aq Ar device ,
1777 where
1778 .Ar device
1779 is the encrypted device without the
1780 .Dq Pa /dev/
1781 and
1782 .Dq Pa .bde
1783 parts.
1784 .It Va gbde_attach_attempts
1785 .Pq Vt int
1786 Number of times to attempt attaching to a
1787 .Xr gbde 4
1788 device, i.e., how many times the user is asked for the pass-phrase.
1789 Default is 3.
1790 .It Va geli_devices
1791 .Pq Vt str
1792 List of devices to automatically attach on boot.
1793 Note that .eli devices from
1794 .Pa /etc/fstab
1795 are automatically appended to this list.
1796 .It Va geli_tries
1797 .Pq Vt int
1798 Number of times user is asked for the pass-phrase.
1799 If empty, it will be taken from
1800 .Va kern.geom.eli.tries
1801 sysctl variable.
1802 .It Va geli_default_flags
1803 .Pq Vt str
1804 Default flags to use by
1805 .Xr geli 8
1806 when configuring disk encryption.
1807 Flags can be configured for every device separately by defining
1808 .Va geli_ Ns Ao Ar device Ac Ns Va _flags
1809 variable.
1810 .It Va geli_autodetach
1811 .Pq Vt str
1812 Specifies if GELI devices should be marked for detach on last close after
1813 file systems are mounted.
1814 Default is
1815 .Dq Li YES .
1816 This can be changed for every device separately by defining
1817 .Va geli_ Ns Ao Ar device Ac Ns Va _autodetach
1818 variable.
1819 .It Va geli_swap_flags
1820 Options passed to the
1821 .Xr geli 8
1822 utility when encrypted GEOM providers for swap partitions are created.
1823 The default is
1824 .Dq Li "-e aes -l 256 -s 4096 -d" .
1825 .It Va root_rw_mount
1826 .Pq Vt bool
1827 Set to
1828 .Dq Li YES
1829 by default.
1830 After the file systems are checked at boot time, the root file system
1831 is remounted as read-write if this is set to
1832 .Dq Li YES .
1833 Diskless systems that mount their root file system from a read-only remote
1834 NFS share should set this to
1835 .Dq Li NO
1836 in their
1837 .Pa rc.conf .
1838 .It Va fsck_y_enable
1839 .Pq Vt bool
1840 If set to
1841 .Dq Li YES ,
1842 .Xr fsck 8
1843 will be run with the
1844 .Fl y
1845 flag if the initial preen
1846 of the file systems fails.
1847 .It Va background_fsck
1848 .Pq Vt bool
1849 If set to
1850 .Dq Li YES ,
1851 the system will attempt to run
1852 .Xr fsck 8
1853 in the background where possible.
1854 .It Va background_fsck_delay
1855 .Pq Vt int
1856 The amount of time in seconds to sleep before starting a background
1857 .Xr fsck 8 .
1858 It defaults to sixty seconds to allow large applications such as
1859 the X server to start before disk I/O bandwidth is monopolized by
1860 .Xr fsck 8 .
1861 If set to a negative number, the background file system check will be
1862 delayed indefinitely to allow the administrator to run it at a more
1863 convenient time.
1864 For example it may be run from
1865 .Xr cron 8
1866 by adding a line like
1867 .Pp
1868 .Dl "0 4 * * * root /etc/rc.d/bgfsck forcestart"
1869 .Pp
1870 to
1871 .Pa /etc/crontab .
1872 .It Va netfs_types
1873 .Pq Vt str
1874 List of file system types that are network-based.
1875 This list should generally not be modified by end users.
1876 Use
1877 .Va extra_netfs_types
1878 instead.
1879 .It Va extra_netfs_types
1880 .Pq Vt str
1881 If set to something other than
1882 .Dq Li NO
1883 (the default),
1884 this variable extends the list of file system types
1885 for which automatic mounting at startup by
1886 .Xr rc 8
1887 should be delayed until the network is initialized.
1888 It should contain
1889 a whitespace-separated list of network file system descriptor pairs,
1890 each consisting of a file system type as passed to
1891 .Xr mount 8
1892 and a human-readable, one-word description,
1893 joined with a colon
1894 .Pq Ql \&: .
1895 Extending the default list in this way is only necessary
1896 when third party file system types are used.
1897 .It Va syslogd_enable
1898 .Pq Vt bool
1899 If set to
1900 .Dq Li YES ,
1901 run the
1902 .Xr syslogd 8
1903 daemon.
1904 .It Va syslogd_program
1905 .Pq Vt str
1906 Path to
1907 .Xr syslogd 8
1908 (default
1909 .Pa /usr/sbin/syslogd ) .
1910 .It Va syslogd_flags
1911 .Pq Vt str
1912 If
1913 .Va syslogd_enable
1914 is set to
1915 .Dq Li YES ,
1916 these are the flags to pass to
1917 .Xr syslogd 8 .
1918 .It Va inetd_enable
1919 .Pq Vt bool
1920 If set to
1921 .Dq Li YES ,
1922 run the
1923 .Xr inetd 8
1924 daemon.
1925 .It Va inetd_program
1926 .Pq Vt str
1927 Path to
1928 .Xr inetd 8
1929 (default
1930 .Pa /usr/sbin/inetd ) .
1931 .It Va inetd_flags
1932 .Pq Vt str
1933 If
1934 .Va inetd_enable
1935 is set to
1936 .Dq Li YES ,
1937 these are the flags to pass to
1938 .Xr inetd 8 .
1939 .It Va hastd_enable
1940 .Pq Vt bool
1941 If set to
1942 .Dq Li YES ,
1943 run the
1944 .Xr hastd 8
1945 daemon.
1946 .It Va hastd_program
1947 .Pq Vt str
1948 Path to
1949 .Xr hastd 8
1950 (default
1951 .Pa /sbin/hastd ) .
1952 .It Va hastd_flags
1953 .Pq Vt str
1954 If
1955 .Va hastd_enable
1956 is set to
1957 .Dq Li YES ,
1958 these are the flags to pass to
1959 .Xr hastd 8 .
1960 .It Va named_enable
1961 .Pq Vt bool
1962 If set to
1963 .Dq Li YES ,
1964 run the
1965 .Xr named 8
1966 daemon.
1967 .It Va named_program
1968 .Pq Vt str
1969 Path to
1970 .Xr named 8
1971 (default
1972 .Pa /usr/sbin/named ) .
1973 .It Va named_conf
1974 .Pq Vt str
1975 Path to
1976 .Xr named 8
1977 configuration file, (default
1978 .Pa /etc/namedb/named.conf ) .
1979 .It Va named_flags
1980 .Pq Vt str
1981 If
1982 .Va named_enable
1983 is set to
1984 .Dq Li YES ,
1985 these are the flags to pass to
1986 .Xr named 8 .
1987 .It Va named_uid
1988 .Pq Vt str
1989 The user that the
1990 .Xr named 8
1991 process should be run as.
1992 .It Va named_chrootdir
1993 .Pq Vt str
1994 The root directory for a name server run in a
1995 .Xr chroot 8
1996 environment (default
1997 .Pa /var/named ) .
1998 If left empty
1999 .Xr named 8
2000 will not be run in a
2001 .Xr chroot 8
2002 environment.
2003 .It Va named_chroot_autoupdate
2004 .Pq Vt bool
2005 Set to
2006 .Dq Li NO
2007 to disable automatic update of the
2008 .Xr chroot 8
2009 environment.
2010 .It Va named_symlink_enable
2011 .Pq Vt bool
2012 Set to
2013 .Dq Li NO
2014 to disable symlinking of
2015 daemon's PID file
2016 into the
2017 .Xr chroot 8
2018 environment.
2019 .It Va named_wait
2020 .Pq Vt bool
2021 Set to have
2022 .Pa /etc/rc.d/named
2023 loop until working name service is established.
2024 .It Va named_wait_host
2025 .Pq Vt str
2026 Name of host to lookup for the named_wait option.
2027 (Default localhost)
2028 .It Va named_auto_forward
2029 .Pq Vt bool
2030 Set to enable automatic creation of a forwarder
2031 configuration file derived from
2032 .Pa /etc/resolv.conf .
2033 .It Va named_auto_forward_only
2034 .Pq Vt bool
2035 Set to change the default forwarder configuration from
2036 .Dq forward first
2037 to
2038 .Dq forward only .
2039 .It Va kerberos5_server_enable
2040 .Pq Vt bool
2041 Set to
2042 .Dq Li YES
2043 to start a Kerberos 5 authentication server
2044 at boot time.
2045 .It Va kerberos5_server
2046 .Pq Vt str
2047 If
2048 .Va kerberos5_server_enable
2049 is set to
2050 .Dq Li YES
2051 this is the path to Kerberos 5 Authentication Server.
2052 .It Va kerberos5_server_flags
2053 .Pq Vt str
2054 Empty by default.
2055 This variable contains additional flags to be passed to the Kerberos 5
2056 authentication server.
2057 .It Va kadmind5_server_enable
2058 .Pq Vt bool
2059 Set to
2060 .Dq Li YES
2061 to start
2062 .Xr kadmind 8 ,
2063 the Kerberos 5 Administration Daemon; set to
2064 .Dq Li NO
2065 on a slave server.
2066 .It Va kadmind5_server
2067 .Pq Vt str
2068 If
2069 .Va kadmind5_server_enable
2070 is set to
2071 .Dq Li YES
2072 this is the path to Kerberos 5 Administration Daemon.
2073 .It Va kpasswdd_server_enable
2074 .Pq Vt bool
2075 Set to
2076 .Dq Li YES
2077 to start
2078 .Xr kpasswdd 8 ,
2079 the Kerberos 5 Password-Changing Daemon; set to
2080 .Dq Li NO
2081 on a slave server.
2082 .It Va kpasswdd_server
2083 .Pq Vt str
2084 If
2085 .Va kpasswdd_server_enable
2086 is set to
2087 .Dq Li YES
2088 this is the path to Kerberos 5 Password-Changing Daemon.
2089 .It Va kfd_enable
2090 .Pq Vt bool
2091 Set to
2092 .Dq Li YES
2093 to start
2094 .Xr kfd 8 ,
2095 the Kerberos 5 ticket forwarding daemon, at the boot time.
2096 .It Va kfd_program
2097 .Pq Vt str
2098 Path to
2099 .Xr kfd 8
2100 (default
2101 .Pa /usr/libexec/kfd ) .
2102 .It Va rwhod_enable
2103 .Pq Vt bool
2104 If set to
2105 .Dq Li YES ,
2106 run the
2107 .Xr rwhod 8
2108 daemon at boot time.
2109 .It Va rwhod_flags
2110 .Pq Vt str
2111 If
2112 .Va rwhod_enable
2113 is set to
2114 .Dq Li YES ,
2115 these are the flags to pass to it.
2116 .It Va amd_enable
2117 .Pq Vt bool
2118 If set to
2119 .Dq Li YES ,
2120 run the
2121 .Xr amd 8
2122 daemon at boot time.
2123 .It Va amd_flags
2124 .Pq Vt str
2125 If
2126 .Va amd_enable
2127 is set to
2128 .Dq Li YES ,
2129 these are the flags to pass to it.
2130 See the
2131 .Xr amd 8
2132 manpage for more information.
2133 .It Va amd_map_program
2134 .Pq Vt str
2135 If set,
2136 the specified program is run to get the list of
2137 .Xr amd 8
2138 maps.
2139 For example, if the
2140 .Xr amd 8
2141 maps are stored in NIS, one can set this to
2142 run
2143 .Xr ypcat 1
2144 to get a list of
2145 .Xr amd 8
2146 maps from the
2147 .Pa amd.master
2148 NIS map.
2149 .It Va update_motd
2150 .Pq Vt bool
2151 If set to
2152 .Dq Li YES ,
2153 .Pa /etc/motd
2154 will be updated at boot time to reflect the kernel release
2155 being run.
2156 If set to
2157 .Dq Li NO ,
2158 .Pa /etc/motd
2159 will not be updated.
2160 .It Va nfs_client_enable
2161 .Pq Vt bool
2162 If set to
2163 .Dq Li YES ,
2164 run the NFS client daemons at boot time.
2165 .It Va nfs_access_cache
2166 .Pq Vt int
2167 If
2168 .Va nfs_client_enable
2169 is set to
2170 .Dq Li YES ,
2171 this can be set to
2172 .Dq Li 0
2173 to disable NFS ACCESS RPC caching, or to the number of seconds for which
2174 NFS ACCESS
2175 results should be cached.
2176 A value of 2-10 seconds will substantially reduce network
2177 traffic for many NFS operations.
2178 .It Va nfs_server_enable
2179 .Pq Vt bool
2180 If set to
2181 .Dq Li YES ,
2182 run the NFS server daemons at boot time.
2183 .It Va nfs_server_flags
2184 .Pq Vt str
2185 If
2186 .Va nfs_server_enable
2187 is set to
2188 .Dq Li YES ,
2189 these are the flags to pass to the
2190 .Xr nfsd 8
2191 daemon.
2192 .It Va nfsv4_server_enable
2193 .Pq Vt bool
2194 If
2195 .Va nfs_server_enable
2196 is set to
2197 .Dq Li YES
2198 and
2199 .Va nfsv4_server_enable
2200 are set to
2201 .Dq Li YES ,
2202 enable the server for NFSv4 as well as NFSv2 and NFSv3.
2203 .It Va nfsuserd_enable
2204 .Pq Vt bool
2205 If
2206 .Va nfsuserd_enable
2207 is set to
2208 .Dq Li YES ,
2209 run the nfsuserd daemon, which is needed for NFSv4 in order
2210 to map between user/group names vs uid/gid numbers.
2211 If
2212 .Va nfsv4_server_enable
2213 is set to
2214 .Dq Li YES ,
2215 this will be forced enabled.
2216 .It Va nfsuserd_flags
2217 .Pq Vt str
2218 If
2219 .Va nfsuserd_enable
2220 is set to
2221 .Dq Li YES ,
2222 these are the flags to pass to the
2223 .Xr nfsuserd 8
2224 daemon.
2225 .It Va nfscbd_enable
2226 .Pq Vt bool
2227 If
2228 .Va nfscbd_enable
2229 is set to
2230 .Dq Li YES ,
2231 run the nfscbd daemon, which enables callbacks/delegations for the NFSv4 client.
2232 .It Va nfscbd_flags
2233 .Pq Vt str
2234 If
2235 .Va nfscbd_enable
2236 is set to
2237 .Dq Li YES ,
2238 these are the flags to pass to the
2239 .Xr nfscbd 8
2240 daemon.
2241 .It Va oldnfs_server_enable
2242 .Pq Vt bool
2243 If
2244 .Va oldnfs_server_enable
2245 is set to
2246 .Dq Li YES ,
2247 force the NFS server daemons to run the old NFS server code
2248 that does not support NFSv4.
2249 .It Va mountd_enable
2250 .Pq Vt bool
2251 If set to
2252 .Dq Li YES ,
2253 and no
2254 .Va nfs_server_enable
2255 is set, start
2256 .Xr mountd 8 ,
2257 but not
2258 .Xr nfsd 8
2259 daemon.
2260 It is commonly needed to run CFS without real NFS used.
2261 .It Va mountd_flags
2262 .Pq Vt str
2263 If
2264 .Va mountd_enable
2265 is set to
2266 .Dq Li YES ,
2267 these are the flags to pass to the
2268 .Xr mountd 8
2269 daemon.
2270 .It Va weak_mountd_authentication
2271 .Pq Vt bool
2272 If set to
2273 .Dq Li YES ,
2274 allow services like PCNFSD to make non-privileged mount
2275 requests.
2276 .It Va nfs_reserved_port_only
2277 .Pq Vt bool
2278 If set to
2279 .Dq Li YES ,
2280 provide NFS services only on a secure port.
2281 .It Va nfs_bufpackets
2282 .Pq Vt int
2283 If set to a number, indicates the number of packets worth of
2284 socket buffer space to reserve on an NFS client.
2285 The kernel default is typically 4.
2286 Using a higher number may be
2287 useful on gigabit networks to improve performance.
2288 The minimum value is
2289 2 and the maximum is 64.
2290 .It Va rpc_lockd_enable
2291 .Pq Vt bool
2292 If set to
2293 .Dq Li YES
2294 and also an NFS server or client, run
2295 .Xr rpc.lockd 8
2296 at boot time.
2297 .It Va rpc_lockd_flags
2298 .Pq Vt str
2299 If
2300 .Va rpc_lockd_enable
2301 is set to
2302 .Dq Li YES ,
2303 these are the flags to pass to the
2304 .Xr rpc.lockd 8
2305 daemon.
2306 .It Va rpc_statd_enable
2307 .Pq Vt bool
2308 If set to
2309 .Dq Li YES
2310 and also an NFS server or client, run
2311 .Xr rpc.statd 8
2312 at boot time.
2313 .It Va rpc_statd_flags
2314 .Pq Vt str
2315 If
2316 .Va rpc_statd_enable
2317 is set to
2318 .Dq Li YES ,
2319 these are the flags to pass to the
2320 .Xr rpc.statd 8
2321 daemon.
2322 .It Va rpcbind_program
2323 .Pq Vt str
2324 Path to
2325 .Xr rpcbind 8
2326 (default
2327 .Pa /usr/sbin/rpcbind ) .
2328 .It Va rpcbind_enable
2329 .Pq Vt bool
2330 If set to
2331 .Dq Li YES ,
2332 run the
2333 .Xr rpcbind 8
2334 service at boot time.
2335 .It Va rpcbind_flags
2336 .Pq Vt str
2337 If
2338 .Va rpcbind_enable
2339 is set to
2340 .Dq Li YES ,
2341 these are the flags to pass to the
2342 .Xr rpcbind 8
2343 daemon.
2344 .It Va keyserv_enable
2345 .Pq Vt bool
2346 If set to
2347 .Dq Li YES ,
2348 run the
2349 .Xr keyserv 8
2350 daemon on boot for running Secure RPC.
2351 .It Va keyserv_flags
2352 .Pq Vt str
2353 If
2354 .Va keyserv_enable
2355 is set to
2356 .Dq Li YES ,
2357 these are the flags to pass to
2358 .Xr keyserv 8
2359 daemon.
2360 .It Va pppoed_enable
2361 .Pq Vt bool
2362 If set to
2363 .Dq Li YES ,
2364 run the
2365 .Xr pppoed 8
2366 daemon at boot time to provide PPP over Ethernet services.
2367 .It Va pppoed_ Ns Aq Ar provider
2368 .Pq Vt str
2369 .Xr pppoed 8
2370 listens to requests to this
2371 .Ar provider
2372 and ultimately runs
2373 .Xr ppp 8
2374 with a
2375 .Ar system
2376 argument of the same name.
2377 .It Va pppoed_flags
2378 .Pq Vt str
2379 Additional flags to pass to
2380 .Xr pppoed 8 .
2381 .It Va pppoed_interface
2382 .Pq Vt str
2383 The network interface to run
2384 .Xr pppoed 8
2385 on.
2386 This is mandatory when
2387 .Va pppoed_enable
2388 is set to
2389 .Dq Li YES .
2390 .It Va timed_enable
2391 .Pq Vt bool
2392 If set to
2393 .Dq Li YES ,
2394 run the
2395 .Xr timed 8
2396 service at boot time.
2397 This command is intended for networks of
2398 machines where a consistent
2399 .Dq "network time"
2400 for all hosts must be established.
2401 This is often useful in large NFS
2402 environments where time stamps on files are expected to be consistent
2403 network-wide.
2404 .It Va timed_flags
2405 .Pq Vt str
2406 If
2407 .Va timed_enable
2408 is set to
2409 .Dq Li YES ,
2410 these are the flags to pass to the
2411 .Xr timed 8
2412 service.
2413 .It Va ntpdate_enable
2414 .Pq Vt bool
2415 If set to
2416 .Dq Li YES ,
2417 run
2418 .Xr ntpdate 8
2419 at system startup.
2420 This command is intended to
2421 synchronize the system clock only
2422 .Em once
2423 from some standard reference.
2424 An option to set this up initially
2425 (from a list of known servers) is also provided by the
2426 .Xr sysinstall 8
2427 program when the system is first installed.
2428 .It Va ntpdate_config
2429 .Pq Vt str
2430 Configuration file for
2431 .Xr ntpdate 8 .
2432 Default
2433 .Pa /etc/ntp.conf .
2434 .It Va ntpdate_hosts
2435 .Pq Vt str
2436 A whitespace-separated list of NTP servers to synchronize with at startup.
2437 The default is to use the servers listed in
2438 .Va ntpdate_config ,
2439 if that file exists.
2440 .It Va ntpdate_program
2441 .Pq Vt str
2442 Path to
2443 .Xr ntpdate 8
2444 (default
2445 .Pa /usr/sbin/ntpdate ) .
2446 .It Va ntpdate_flags
2447 .Pq Vt str
2448 If
2449 .Va ntpdate_enable
2450 is set to
2451 .Dq Li YES ,
2452 these are the flags to pass to the
2453 .Xr ntpdate 8
2454 command (typically a hostname).
2455 .It Va ntpd_enable
2456 .Pq Vt bool
2457 If set to
2458 .Dq Li YES ,
2459 run the
2460 .Xr ntpd 8
2461 command at boot time.
2462 .It Va ntpd_program
2463 .Pq Vt str
2464 Path to
2465 .Xr ntpd 8
2466 (default
2467 .Pa /usr/sbin/ntpd ) .
2468 .It Va ntpd_config
2469 .Pq Vt str
2470 Path to
2471 .Xr ntpd 8
2472 configuration file.
2473 Default
2474 .Pa /etc/ntp.conf .
2475 .It Va ntpd_flags
2476 .Pq Vt str
2477 If
2478 .Va ntpd_enable
2479 is set to
2480 .Dq Li YES ,
2481 these are the flags to pass to the
2482 .Xr ntpd 8
2483 daemon.
2484 .It Va ntpd_sync_on_start
2485 .Pq Vt bool
2486 If set to
2487 .Dq Li YES ,
2488 .Xr ntpd 8
2489 is run with the
2490 .Fl g
2491 flag, which syncs the system's clock on startup.
2492 See
2493 .Xr ntpd 8
2494 for more information regarding the
2495 .Fl g
2496 option.
2497 This is a preferred alternative to using
2498 .Xr ntpdate 8
2499 or specifying the
2500 .Va ntpdate_enable
2501 variable.
2502 .It Va nis_client_enable
2503 .Pq Vt bool
2504 If set to
2505 .Dq Li YES ,
2506 run the
2507 .Xr ypbind 8
2508 service at system boot time.
2509 .It Va nis_client_flags
2510 .Pq Vt str
2511 If
2512 .Va nis_client_enable
2513 is set to
2514 .Dq Li YES ,
2515 these are the flags to pass to the
2516 .Xr ypbind 8
2517 service.
2518 .It Va nis_ypset_enable
2519 .Pq Vt bool
2520 If set to
2521 .Dq Li YES ,
2522 run the
2523 .Xr ypset 8
2524 daemon at system boot time.
2525 .It Va nis_ypset_flags
2526 .Pq Vt str
2527 If
2528 .Va nis_ypset_enable
2529 is set to
2530 .Dq Li YES ,
2531 these are the flags to pass to the
2532 .Xr ypset 8
2533 daemon.
2534 .It Va nis_server_enable
2535 .Pq Vt bool
2536 If set to
2537 .Dq Li YES ,
2538 run the
2539 .Xr ypserv 8
2540 daemon at system boot time.
2541 .It Va nis_server_flags
2542 .Pq Vt str
2543 If
2544 .Va nis_server_enable
2545 is set to
2546 .Dq Li YES ,
2547 these are the flags to pass to the
2548 .Xr ypserv 8
2549 daemon.
2550 .It Va nis_ypxfrd_enable
2551 .Pq Vt bool
2552 If set to
2553 .Dq Li YES ,
2554 run the
2555 .Xr rpc.ypxfrd 8
2556 daemon at system boot time.
2557 .It Va nis_ypxfrd_flags
2558 .Pq Vt str
2559 If
2560 .Va nis_ypxfrd_enable
2561 is set to
2562 .Dq Li YES ,
2563 these are the flags to pass to the
2564 .Xr rpc.ypxfrd 8
2565 daemon.
2566 .It Va nis_yppasswdd_enable
2567 .Pq Vt bool
2568 If set to
2569 .Dq Li YES ,
2570 run the
2571 .Xr rpc.yppasswdd 8
2572 daemon at system boot time.
2573 .It Va nis_yppasswdd_flags
2574 .Pq Vt str
2575 If
2576 .Va nis_yppasswdd_enable
2577 is set to
2578 .Dq Li YES ,
2579 these are the flags to pass to the
2580 .Xr rpc.yppasswdd 8
2581 daemon.
2582 .It Va rpc_ypupdated_enable
2583 .Pq Vt bool
2584 If set to
2585 .Dq Li YES ,
2586 run the
2587 .Nm rpc.ypupdated
2588 daemon at system boot time.
2589 .It Va bsnmpd_enable
2590 .Pq Vt bool
2591 If set to
2592 .Dq Li YES ,
2593 run the
2594 .Xr bsnmpd 1
2595 daemon at system boot time.
2596 Be sure to understand the security implications of running SNMP daemon
2597 on your host.
2598 .It Va bsnmpd_flags
2599 .Pq Vt str
2600 If
2601 .Va bsnmpd_enable
2602 is set to
2603 .Dq Li YES ,
2604 these are the flags to pass to the
2605 .Xr bsnmpd 1
2606 daemon.
2607 .It Va defaultrouter
2608 .Pq Vt str
2609 If not set to
2610 .Dq Li NO ,
2611 create a default route to this host name or IP address
2612 (use an IP address if this router is also required to get to the
2613 name server!).
2614 .It Va ipv6_defaultrouter
2615 .Pq Vt str
2616 The IPv6 equivalent of
2617 .Va defaultrouter .
2618 .It Va static_arp_pairs
2619 .Pq Vt str
2620 Set to the list of static ARP pairs that are to be added at system
2621 boot time.
2622 For each whitespace separated
2623 .Ar element
2624 in the value, a
2625 .Va static_arp_ Ns Aq Ar element
2626 variable is assumed to exist whose contents will later be passed to a
2627 .Dq Nm arp Cm -S
2628 operation.
2629 For example
2630 .Bd -literal
2631 static_arp_pairs="gw"
2632 static_arp_gw="192.168.1.1 00:01:02:03:04:05"
2633 .Ed
2634 .It Va static_ndp_pairs
2635 .Pq Vt str
2636 Set to the list of static NDP pairs that are to be added at system
2637 boot time.
2638 For each whitespace separated
2639 .Ar element
2640 in the value, a
2641 .Va static_ndp_ Ns Aq Ar element
2642 variable is assumed to exist whose contents will later be passed to a
2643 .Dq Nm ndp Cm -s
2644 operation.
2645 For example
2646 .Bd -literal
2647 static_ndp_pairs="gw"
2648 static_ndp_gw="2001:db8:3::1 00:01:02:03:04:05"
2649 .Ed
2650 .It Va static_routes
2651 .Pq Vt str
2652 Set to the list of static routes that are to be added at system
2653 boot time.
2654 If not set to
2655 .Dq Li NO
2656 then for each whitespace separated
2657 .Ar element
2658 in the value, a
2659 .Va route_ Ns Aq Ar element
2660 variable is assumed to exist
2661 whose contents will later be passed to a
2662 .Dq Nm route Cm add
2663 operation.
2664 For example:
2665 .Bd -literal
2666 static_routes="mcast gif0local"
2667 route_mcast="-net 224.0.0.0/4 -iface gif0"
2668 route_gif0local="-host 169.254.1.1 -iface lo0"
2669 .Ed
2670 .It Va ipv6_static_routes
2671 .Pq Vt str
2672 The IPv6 equivalent of
2673 .Va static_routes .
2674 If not set to
2675 .Dq Li NO
2676 then for each whitespace separated
2677 .Ar element
2678 in the value, a
2679 .Va ipv6_route_ Ns Aq Ar element
2680 variable is assumed to exist
2681 whose contents will later be passed to a
2682 .Dq Nm route Cm add Fl inet6
2683 operation.
2684 .It Va natm_static_routes
2685 .Pq Vt str
2686 The
2687 .Xr natmip 4
2688 equivalent of
2689 .Va static_routes .
2690 If not empty then for each whitespace separated
2691 .Ar element
2692 in the value, a
2693 .Va route_ Ns Aq Ar element
2694 variable is assumed to exist whose contents will later be passed to a
2695 .Dq Nm atmconfig Cm natm Cm add
2696 operation.
2697 .It Va gateway_enable
2698 .Pq Vt bool
2699 If set to
2700 .Dq Li YES ,
2701 configure host to act as an IP router, e.g.\& to forward packets
2702 between interfaces.
2703 .It Va ipv6_gateway_enable
2704 .Pq Vt bool
2705 The IPv6 equivalent of
2706 .Va gateway_enable .
2707 .It Va routed_enable
2708 .Pq Vt bool
2709 If set to
2710 .Dq Li YES ,
2711 run a routing daemon of some sort, based on the
2712 settings of
2713 .Va routed_program
2714 and
2715 .Va routed_flags .
2716 .It Va route6d_enable
2717 .Pq Vt bool
2718 The IPv6 equivalent of
2719 .Va routed_enable .
2720 If set to
2721 .Dq Li YES ,
2722 run a routing daemon of some sort, based on the
2723 settings of
2724 .Va route6d_program
2725 and
2726 .Va route6d_flags .
2727 .It Va routed_program
2728 .Pq Vt str
2729 If
2730 .Va routed_enable
2731 is set to
2732 .Dq Li YES ,
2733 this is the name of the routing daemon to use.
2734 .It Va route6d_program
2735 .Pq Vt str
2736 The IPv6 equivalent of
2737 .Va routed_program .
2738 .It Va routed_flags
2739 .Pq Vt str
2740 If
2741 .Va routed_enable
2742 is set to
2743 .Dq Li YES ,
2744 these are the flags to pass to the routing daemon.
2745 .It Va route6d_flags
2746 .Pq Vt str
2747 The IPv6 equivalent of
2748 .Va routed_flags .
2749 .It Va mrouted_enable
2750 .Pq Vt bool
2751 If set to
2752 .Dq Li YES ,
2753 run the multicast routing daemon,
2754 .Xr mrouted 8 .
2755 .It Va mroute6d_enable
2756 .Pq Vt bool
2757 The IPv6 equivalent of
2758 .Va mrouted_enable .
2759 If set to
2760 .Dq Li YES ,
2761 run the IPv6 multicast routing daemon.
2762 .Pp
2763 Note that multicast routing daemons are no longer included in the
2764 .Fx
2765 base system, however, both
2766 .Xr mrouted 8
2767 and
2768 .Xr pim6dd 8
2769 may be installed from the
2770 .Fx
2771 Ports Collection.
2772 .It Va mrouted_flags
2773 .Pq Vt str
2774 If
2775 .Va mrouted_enable
2776 is set to
2777 .Dq Li YES ,
2778 these are the flags to pass to the
2779 .Xr mrouted 8
2780 daemon.
2781 .It Va mroute6d_flags
2782 .Pq Vt str
2783 The IPv6 equivalent of
2784 .Va mrouted_flags .
2785 If
2786 .Va mroute6d_enable
2787 is set to
2788 .Dq Li YES ,
2789 these are the flags passed to the IPv6 multicast routing daemon.
2790 .It Va mroute6d_program
2791 .Pq Vt str
2792 If
2793 .Va mroute6d_enable
2794 is set to
2795 .Dq Li YES ,
2796 this is the path to the IPv6 multicast routing daemon.
2797 .It Va rtadvd_enable
2798 .Pq Vt bool
2799 If set to
2800 .Dq Li YES ,
2801 run the
2802 .Xr rtadvd 8
2803 daemon at boot time.
2804 The
2805 .Xr rtadvd 8
2806 utility sends ICMPv6 Router Advertisement messages to
2807 the interfaces specified in
2808 .Va rtadvd_interfaces .
2809 This should only be enabled with great care.
2810 You may want to fine-tune
2811 .Xr rtadvd.conf 5 .
2812 .It Va rtadvd_interfaces
2813 .Pq Vt str
2814 If
2815 .Va rtadvd_enable
2816 is set to
2817 .Dq Li YES
2818 this is the list of interfaces to use.
2819 .It Va ipxgateway_enable
2820 .Pq Vt bool
2821 If set to
2822 .Dq Li YES ,
2823 enable the routing of IPX traffic.
2824 .It Va ipxrouted_enable
2825 .Pq Vt bool
2826 If set to
2827 .Dq Li YES ,
2828 run the
2829 .Xr IPXrouted 8
2830 daemon at system boot time.
2831 .It Va ipxrouted_flags
2832 .Pq Vt str
2833 If
2834 .Va ipxrouted_enable
2835 is set to
2836 .Dq Li YES ,
2837 these are the flags to pass to the
2838 .Xr IPXrouted 8
2839 daemon.
2840 .It Va arpproxy_all
2841 .Pq Vt bool
2842 If set to
2843 .Dq Li YES ,
2844 enable global proxy ARP.
2845 .It Va forward_sourceroute
2846 .Pq Vt bool
2847 If set to
2848 .Dq Li YES
2849 and
2850 .Va gateway_enable
2851 is also set to
2852 .Dq Li YES ,
2853 source-routed packets are forwarded.
2854 .It Va accept_sourceroute
2855 .Pq Vt bool
2856 If set to
2857 .Dq Li YES ,
2858 the system will accept source-routed packets directed at it.
2859 .It Va rarpd_enable
2860 .Pq Vt bool
2861 If set to
2862 .Dq Li YES ,
2863 run the
2864 .Xr rarpd 8
2865 daemon at system boot time.
2866 .It Va rarpd_flags
2867 .Pq Vt str
2868 If
2869 .Va rarpd_enable
2870 is set to
2871 .Dq Li YES ,
2872 these are the flags to pass to the
2873 .Xr rarpd 8
2874 daemon.
2875 .It Va bootparamd_enable
2876 .Pq Vt bool
2877 If set to
2878 .Dq Li YES ,
2879 run the
2880 .Xr bootparamd 8
2881 daemon at system boot time.
2882 .It Va bootparamd_flags
2883 .Pq Vt str
2884 If
2885 .Va bootparamd_enable
2886 is set to
2887 .Dq Li YES ,
2888 these are the flags to pass to the
2889 .Xr bootparamd 8
2890 daemon.
2891 .It Va stf_interface_ipv4addr
2892 .Pq Vt str
2893 If not set to
2894 .Dq Li NO ,
2895 this is the local IPv4 address for 6to4 (IPv6 over IPv4 tunneling
2896 interface).
2897 Specify this entry to enable the 6to4 interface.
2898 .It Va stf_interface_ipv4plen
2899 .Pq Vt int
2900 Prefix length for 6to4 IPv4 addresses, to limit peer address range.
2901 An effective value is 0-31.
2902 .It Va stf_interface_ipv6_ifid
2903 .Pq Vt str
2904 IPv6 interface ID for
2905 .Xr stf 4 .
2906 This can be set to
2907 .Dq Li AUTO .
2908 .It Va stf_interface_ipv6_slaid
2909 .Pq Vt str
2910 IPv6 Site Level Aggregator for
2911 .Xr stf 4 .
2912 .It Va ipv6_faith_prefix
2913 .Pq Vt str
2914 If not set to
2915 .Dq Li NO ,
2916 this is the faith prefix to enable a FAITH IPv6-to-IPv4 TCP
2917 translator.
2918 You also need
2919 .Xr faithd 8
2920 setup.
2921 .It Va ipv6_ipv4mapping
2922 .Pq Vt bool
2923 If set to
2924 .Dq Li YES
2925 this enables IPv4 mapped IPv6 address communication (like
2926 .Li ::ffff:a.b.c.d ) .
2927 .It Va atm_enable
2928 .Pq Vt bool
2929 Set to
2930 .Dq Li YES
2931 to enable the configuration of ATM interfaces at system boot time.
2932 For all of the ATM variables described below, please refer to the
2933 .Xr atm 8
2934 manual page for further details on the available command parameters.
2935 Also refer to the files in
2936 .Pa /usr/share/examples/atm
2937 for more detailed configuration information.
2938 .It Va atm_load
2939 .Pq Vt str
2940 This is a list of physical ATM interface drivers to load.
2941 Typical values are
2942 .Dq Li hfa_pci
2943 and/or
2944 .Dq Li hea_pci .
2945 .It Va atm_netif_ Ns Aq Ar intf
2946 .Pq Vt str
2947 For the ATM physical interface
2948 .Ar intf ,
2949 this variable defines the name prefix and count for the ATM network
2950 interfaces to be created.
2951 The value will be passed as the parameters of an
2952 .Dq Nm atm Cm "set netif" Ar intf
2953 command.
2954 .It Va atm_sigmgr_ Ns Aq Ar intf
2955 .Pq Vt str
2956 For the ATM physical interface
2957 .Ar intf ,
2958 this variable defines the ATM signalling manager to be used.
2959 The value will be passed as the parameters of an
2960 .Dq Nm atm Cm attach Ar intf
2961 command.
2962 .It Va atm_prefix_ Ns Aq Ar intf
2963 .Pq Vt str
2964 For the ATM physical interface
2965 .Ar intf ,
2966 this variable defines the NSAP prefix for interfaces using a UNI signalling
2967 manager.
2968 If set to
2969 .Dq Li ILMI ,
2970 the prefix will automatically be set via the
2971 .Xr ilmid 8
2972 daemon.
2973 Otherwise, the value will be passed as the parameters of an
2974 .Dq Nm atm Cm "set prefix" Ar intf
2975 command.
2976 .It Va atm_macaddr_ Ns Aq Ar intf
2977 .Pq Vt str
2978 For the ATM physical interface
2979 .Ar intf ,
2980 this variable defines the MAC address for interfaces using a UNI signalling
2981 manager.
2982 If set to
2983 .Dq Li NO ,
2984 the hardware MAC address contained in the ATM interface card will be used.
2985 Otherwise, the value will be passed as the parameters of an
2986 .Dq Nm atm Cm "set mac" Ar intf
2987 command.
2988 .It Va atm_arpserver_ Ns Aq Ar netif
2989 .Pq Vt str
2990 For the ATM network interface
2991 .Ar netif ,
2992 this variable defines the ATM address for a host which is to provide ATMARP
2993 service.
2994 This variable is only applicable to interfaces using a UNI signalling
2995 manager.
2996 If set to
2997 .Dq Li local ,
2998 this host will become an ATMARP server.
2999 The value will be passed as the parameters of an
3000 .Dq Nm atm Cm "set arpserver" Ar netif
3001 command.
3002 .It Va atm_scsparp_ Ns Aq Ar netif
3003 .Pq Vt bool
3004 If set to
3005 .Dq Li YES ,
3006 SCSP/ATMARP service for the network interface
3007 .Ar netif
3008 will be initiated using the
3009 .Xr scspd 8
3010 and
3011 .Xr atmarpd 8
3012 daemons.
3013 This variable is only applicable if
3014 .Va atm_arpserver_ Ns Aq Ar netif
3015 is set to
3016 .Dq Li local .
3017 .It Va atm_pvcs
3018 .Pq Vt str
3019 Set to the list of ATM PVCs to be added at system
3020 boot time.
3021 For each whitespace separated
3022 .Ar element
3023 in the value, an
3024 .Va atm_pvc_ Ns Aq Ar element
3025 variable is assumed to exist.
3026 The value of each of these variables
3027 will be passed as the parameters of an
3028 .Dq Nm atm Cm "add pvc"
3029 command.
3030 .It Va atm_arps
3031 .Pq Vt str
3032 Set to the list of permanent ATM ARP entries to be added
3033 at system boot time.
3034 For each whitespace separated
3035 .Ar element
3036 in the value, an
3037 .Va atm_arp_ Ns Aq Ar element
3038 variable is assumed to exist.
3039 The value of each of these variables
3040 will be passed as the parameters of an
3041 .Dq Nm atm Cm "add arp"
3042 command.
3043 .It Va natm_interfaces
3044 .Pq Vt str
3045 Set to the list of
3046 .Xr natm 4
3047 interfaces that will also be used for HARP through
3048 .Xr harp 4 .
3049 If this list is not empty all interfaces in the list will be brought up
3050 with
3051 .Xr ifconfig 8
3052 and
3053 .Xr harp 4
3054 will be loaded.
3055 For this to work the interface drivers must be either compiled into the
3056 kernel or must reside on the root partition.
3057 .It Va keybell
3058 .Pq Vt str
3059 The keyboard bell sound.
3060 Set to
3061 .Dq Li normal ,
3062 .Dq Li visual ,
3063 .Dq Li off ,
3064 or
3065 .Dq Li NO
3066 if the default behavior is desired.
3067 For details, refer to the
3068 .Xr kbdcontrol 1
3069 manpage.
3070 .It Va keyboard
3071 .Pq Vt str
3072 If set to a non-null string, the virtual console's keyboard input is
3073 set to this device.
3074 .It Va keymap
3075 .Pq Vt str
3076 If set to
3077 .Dq Li NO ,
3078 no keymap is installed, otherwise the value is used to install
3079 the keymap file in
3080 .Pa /usr/share/syscons/keymaps/ Ns Ao Ar value Ac Ns Pa .kbd .
3081 .It Va keyrate
3082 .Pq Vt str
3083 The keyboard repeat speed.
3084 Set to
3085 .Dq Li slow ,
3086 .Dq Li normal ,
3087 .Dq Li fast ,
3088 or
3089 .Dq Li NO
3090 if the default behavior is desired.
3091 .It Va keychange
3092 .Pq Vt str
3093 If not set to
3094 .Dq Li NO ,
3095 attempt to program the function keys with the value.
3096 The value should
3097 be a single string of the form:
3098 .Dq Ar funkey_number new_value Op Ar funkey_number new_value ... .
3099 .It Va cursor
3100 .Pq Vt str
3101 Can be set to the value of
3102 .Dq Li normal ,
3103 .Dq Li blink ,
3104 .Dq Li destructive ,
3105 or
3106 .Dq Li NO
3107 to set the cursor behavior explicitly or choose the default behavior.
3108 .It Va scrnmap
3109 .Pq Vt str
3110 If set to
3111 .Dq Li NO ,
3112 no screen map is installed, otherwise the value is used to install
3113 the screen map file in
3114 .Pa /usr/share/syscons/scrnmaps/ Ns Aq Ar value .
3115 .It Va font8x16
3116 .Pq Vt str
3117 If set to
3118 .Dq Li NO ,
3119 the default 8x16 font value is used for screen size requests, otherwise
3120 the value in
3121 .Pa /usr/share/syscons/fonts/ Ns Aq Ar value
3122 is used.
3123 .It Va font8x14
3124 .Pq Vt str
3125 If set to
3126 .Dq Li NO ,
3127 the default 8x14 font value is used for screen size requests, otherwise
3128 the value in
3129 .Pa /usr/share/syscons/fonts/ Ns Aq Ar value
3130 is used.
3131 .It Va font8x8
3132 .Pq Vt str
3133 If set to
3134 .Dq Li NO ,
3135 the default 8x8 font value is used for screen size requests, otherwise
3136 the value in
3137 .Pa /usr/share/syscons/fonts/ Ns Aq Ar value
3138 is used.
3139 .It Va blanktime
3140 .Pq Vt int
3141 If set to
3142 .Dq Li NO ,
3143 the default screen blanking interval is used, otherwise it is set
3144 to
3145 .Ar value
3146 seconds.
3147 .It Va saver
3148 .Pq Vt str
3149 If not set to
3150 .Dq Li NO ,
3151 this is the actual screen saver to use
3152 .Li ( blank , snake , daemon ,
3153 etc).
3154 .It Va moused_nondefault_enable
3155 .Pq Vt str
3156 If set to
3157 .Dq Li NO ,
3158 the mouse device specified on
3159 the command line is not automatically treated as enabled by the
3160 .Pa /etc/rc.d/moused
3161 script.
3162 Having this variable set to
3163 .Dq Li YES
3164 allows a
3165 .Xr usb 4
3166 mouse,
3167 for example,
3168 to be enabled as soon as it is plugged in.
3169 .It Va moused_enable
3170 .Pq Vt str
3171 If set to
3172 .Dq Li YES ,
3173 the
3174 .Xr moused 8
3175 daemon is started for doing cut/paste selection on the console.
3176 .It Va moused_type
3177 .Pq Vt str
3178 This is the protocol type of the mouse connected to this host.
3179 This variable must be set if
3180 .Va moused_enable
3181 is set to
3182 .Dq Li YES .
3183 The
3184 .Xr moused 8
3185 daemon
3186 is able to detect the appropriate mouse type automatically in many cases.
3187 Set this variable to
3188 .Dq Li auto
3189 to let the daemon detect it, or
3190 select one from the following list if the automatic detection fails.
3191 .Pp
3192 If the mouse is attached to the PS/2 mouse port, choose
3193 .Dq Li auto
3194 or
3195 .Dq Li ps/2 ,
3196 regardless of the brand and model of the mouse.
3197 Likewise, if the
3198 mouse is attached to the bus mouse port, choose
3199 .Dq Li auto
3200 or
3201 .Dq Li busmouse .
3202 All other protocols are for serial mice and will not work with
3203 the PS/2 and bus mice.
3204 If this is a USB mouse,
3205 .Dq Li auto
3206 is the only protocol type which will work.
3207 .Pp
3208 .Bl -tag -width ".Li x10mouseremote" -compact
3209 .It Li microsoft
3210 Microsoft mouse (serial)
3211 .It Li intellimouse
3212 Microsoft IntelliMouse (serial)
3213 .It Li mousesystems
3214 Mouse systems Corp.\& mouse (serial)
3215 .It Li mmseries
3216 MM Series mouse (serial)
3217 .It Li logitech
3218 Logitech mouse (serial)
3219 .It Li busmouse
3220 A bus mouse
3221 .It Li mouseman
3222 Logitech MouseMan and TrackMan (serial)
3223 .It Li glidepoint
3224 ALPS GlidePoint (serial)
3225 .It Li thinkingmouse
3226 Kensington ThinkingMouse (serial)
3227 .It Li ps/2
3228 PS/2 mouse
3229 .It Li mmhittab
3230 MM HitTablet (serial)
3231 .It Li x10mouseremote
3232 X10 MouseRemote (serial)
3233 .It Li versapad
3234 Interlink VersaPad (serial)
3235 .El
3236 .Pp
3237 Even if the mouse is not in the above list, it may be compatible
3238 with one in the list.
3239 Refer to the manual page for
3240 .Xr moused 8
3241 for compatibility information.
3242 .Pp
3243 It should also be noted that while this is enabled, any
3244 other client of the mouse (such as an X server) should access
3245 the mouse through the virtual mouse device,
3246 .Pa /dev/sysmouse ,
3247 and configure it as a
3248 .Dq Li sysmouse
3249 type mouse, since all
3250 mouse data is converted to this single canonical format when
3251 using
3252 .Xr moused 8 .
3253 If the client program does not support the
3254 .Dq Li sysmouse
3255 type,
3256 specify the
3257 .Dq Li mousesystems
3258 type.
3259 It is the second preferred type.
3260 .It Va moused_port
3261 .Pq Vt str
3262 If
3263 .Va moused_enable
3264 is set to
3265 .Dq Li YES ,
3266 this is the actual port the mouse is on.
3267 It might be
3268 .Pa /dev/cuad0
3269 for a COM1 serial mouse,
3270 .Pa /dev/psm0
3271 for a PS/2 mouse or
3272 .Pa /dev/mse0
3273 for a bus mouse, for example.
3274 .It Va moused_flags
3275 .Pq Vt str
3276 If
3277 .Va moused_flags
3278 is set, its value is used as an additional set of flags to pass to the
3279 .Xr moused 8
3280 daemon.
3281 .It Va "moused_" Ns Ar XXX Ns Va "_flags"
3282 When
3283 .Va moused_nondefault_enable
3284 is enabled, and a
3285 .Xr moused 8
3286 daemon is started for a non-default port, the
3287 .Va "moused_" Ns Ar XXX Ns Va "_flags"
3288 set of options has precedence over and replaces the default
3289 .Va moused_flags (where
3290 .Ar XXX
3291 is the name of the non-default port, i.e.\&
3292 .Ar ums0 ) .
3293 By setting
3294 .Va "moused_" Ns Ar XXX Ns Va "_flags"
3295 it is possible to set up a different set of default flags for each
3296 .Xr moused 8
3297 instance.
3298 For example, you can use
3299 .Dq Li "-3"
3300 for the default
3301 .Va moused_flags
3302 to make your laptop's touchpad more comfortable to use,
3303 but an empty set of options for
3304 .Va moused_ums0_flags
3305 when your
3306 .Xr usb 4
3307 mouse has three or more buttons.
3308 .It Va mousechar_start
3309 .Pq Vt int
3310 If set to
3311 .Dq Li NO ,
3312 the default mouse cursor character range
3313 .Li 0xd0 Ns - Ns Li 0xd3
3314 is used,
3315 otherwise the range start is set
3316 to
3317 .Ar value
3318 character, see
3319 .Xr vidcontrol 1 .
3320 Use if the default range is occupied in the language code table.
3321 .It Va allscreens_flags
3322 .Pq Vt str
3323 If set,
3324 .Xr vidcontrol 1
3325 is run with these options for each of the virtual terminals
3326 .Pq Pa /dev/ttyv* .
3327 For example,
3328 .Dq Fl m Cm on
3329 will enable the mouse pointer on all virtual terminals
3330 if
3331 .Va moused_enable
3332 is set to
3333 .Dq Li YES .
3334 .It Va allscreens_kbdflags
3335 .Pq Vt str
3336 If set,
3337 .Xr kbdcontrol 1
3338 is run with these options for each of the virtual terminals
3339 .Pq Pa /dev/ttyv* .
3340 For example,
3341 .Dq Fl h Li 200
3342 will set the
3343 .Xr syscons 4
3344 scrollback (history) buffer to 200 lines.
3345 .It Va cron_enable
3346 .Pq Vt bool
3347 If set to
3348 .Dq Li YES ,
3349 run the
3350 .Xr cron 8
3351 daemon at system boot time.
3352 .It Va cron_program
3353 .Pq Vt str
3354 Path to
3355 .Xr cron 8
3356 (default
3357 .Pa /usr/sbin/cron ) .
3358 .It Va cron_flags
3359 .Pq Vt str
3360 If
3361 .Va cron_enable
3362 is set to
3363 .Dq Li YES ,
3364 these are the flags to pass to
3365 .Xr cron 8 .
3366 .It Va cron_dst
3367 .Pq Vt bool
3368 If set to
3369 .Dq Li YES ,
3370 enable the special handling of transitions to and from the
3371 Daylight Saving Time in
3372 .Xr cron 8
3373 (equivalent to using the flag
3374 .Fl s ) .
3375 .It Va lpd_program
3376 .Pq Vt str
3377 Path to
3378 .Xr lpd 8
3379 (default
3380 .Pa /usr/sbin/lpd ) .
3381 .It Va lpd_enable
3382 .Pq Vt bool
3383 If set to
3384 .Dq Li YES ,
3385 run the
3386 .Xr lpd 8
3387 daemon at system boot time.
3388 .It Va lpd_flags
3389 .Pq Vt str
3390 If
3391 .Va lpd_enable
3392 is set to
3393 .Dq Li YES ,
3394 these are the flags to pass to the
3395 .Xr lpd 8
3396 daemon.
3397 .It Va chkprintcap_enable
3398 .Pq Vt bool
3399 If set to
3400 .Dq Li YES ,
3401 run the
3402 .Xr chkprintcap 8
3403 command before starting the
3404 .Xr lpd 8
3405 daemon.
3406 .It Va chkprintcap_flags
3407 .Pq Vt str
3408 If
3409 .Va lpd_enable
3410 and
3411 .Va chkprintcap_enable
3412 are set to
3413 .Dq Li YES ,
3414 these are the flags to pass to the
3415 .Xr chkprintcap 8
3416 program.
3417 The default is
3418 .Dq Li -d ,
3419 which causes missing directories to be created.
3420 .It Va mta_start_script
3421 .Pq Vt str
3422 This variable specifies the full path to the script to run to start
3423 a mail transfer agent.
3424 The default is
3425 .Pa /etc/rc.sendmail .
3426 The
3427 .Va sendmail_*
3428 variables which
3429 .Pa /etc/rc.sendmail
3430 uses are documented in the
3431 .Xr rc.sendmail 8
3432 manual page.
3433 .It Va dumpdev
3434 .Pq Vt str
3435 Indicates the device (usually a swap partition) to which a crash dump
3436 should be written in the event of a system crash.
3437 If the value of this variable is
3438 .Dq Li AUTO ,
3439 the first suitable swap device listed in
3440 .Pa /etc/fstab
3441 will be used as dump device.
3442 Otherwise, the value of this variable is passed as the argument to
3443 .Xr dumpon 8 .
3444 To disable crash dumps, set this variable to
3445 .Dq Li NO .
3446 .It Va dumpdir
3447 .Pq Vt str
3448 When the system reboots after a crash and a crash dump is found on the
3449 device specified by the
3450 .Va dumpdev
3451 variable,
3452 .Xr savecore 8
3453 will save that crash dump and a copy of the kernel to the directory
3454 specified by the
3455 .Va dumpdir
3456 variable.
3457 The default value is
3458 .Pa /var/crash .
3459 Set to
3460 .Dq Li NO
3461 to not run
3462 .Xr savecore 8
3463 at boot time when
3464 .Va dumpdir
3465 is set.
3466 .It Va savecore_flags
3467 .Pq Vt str
3468 If crash dumps are enabled, these are the flags to pass to the
3469 .Xr savecore 8
3470 utility.
3471 .It Va quota_enable
3472 .Pq Vt bool
3473 Set to
3474 .Dq Li YES
3475 to turn on user and group disk quotas on system startup via the
3476 .Xr quotaon 8
3477 command for all file systems marked as having quotas enabled in
3478 .Pa /etc/fstab .
3479 The kernel must be built with
3480 .Cd "options QUOTA"
3481 for disk quotas to function.
3482 .It Va check_quotas
3483 .Pq Vt bool
3484 Set to
3485 .Dq Li YES
3486 to enable user and group disk quota checking via the
3487 .Xr quotacheck 8
3488 command.
3489 .It Va quotacheck_flags
3490 .Pq Vt str
3491 If
3492 .Va quota_enable
3493 is set to
3494 .Dq Li YES ,
3495 and
3496 .Va check_quotas
3497 is set to
3498 .Dq Li YES ,
3499 these are the flags to pass to the
3500 .Xr quotacheck 8
3501 utility.
3502 The default is
3503 .Dq Li "-a" ,
3504 which checks quotas for all file systems with quotas enabled in
3505 .Pa /etc/fstab .
3506 .It Va quotaon_flags
3507 .Pq Vt str
3508 If
3509 .Va quota_enable
3510 is set to
3511 .Dq Li YES ,
3512 these are the flags to pass to the
3513 .Xr quotaon 8
3514 utility.
3515 The default is
3516 .Dq Li "-a" ,
3517 which enables quotas for all file systems with quotas enabled in
3518 .Pa /etc/fstab .
3519 .It Va quotaoff_flags
3520 .Pq Vt str
3521 If
3522 .Va quota_enable
3523 is set to
3524 .Dq Li YES ,
3525 these are the flags to pass to the
3526 .Xr quotaoff 8
3527 utility when shutting down the quota system.
3528 The default is
3529 .Dq Li "-a" ,
3530 which disables quotas for all file systems with quotas enabled in
3531 .Pa /etc/fstab .
3532 .It Va accounting_enable
3533 .Pq Vt bool
3534 Set to
3535 .Dq Li YES
3536 to enable system accounting through the
3537 .Xr accton 8
3538 facility.
3539 .It Va ibcs2_enable
3540 .Pq Vt bool
3541 Set to
3542 .Dq Li YES
3543 to enable iBCS2 (SCO) binary emulation at system initial boot
3544 time.
3545 .It Va ibcs2_loaders
3546 .Pq Vt str
3547 If not set to
3548 .Dq Li NO
3549 and if
3550 .Va ibcs2_enable
3551 is set to
3552 .Dq Li YES ,
3553 this specifies a list of additional iBCS2 loaders to enable.
3554 .It Va linux_enable
3555 .Pq Vt bool
3556 Set to
3557 .Dq Li YES
3558 to enable Linux/ELF binary emulation at system initial
3559 boot time.
3560 .It Va svr4_enable
3561 .Pq Vt bool
3562 If set to
3563 .Dq Li YES ,
3564 enable SysVR4 emulation at boot time.
3565 .It Va sysvipc_enable
3566 .Pq Vt bool
3567 If set to
3568 .Dq Li YES ,
3569 load System V IPC primitives at boot time.
3570 .It Va clear_tmp_enable
3571 .Pq Vt bool
3572 Set to
3573 .Dq Li YES
3574 to have
3575 .Pa /tmp
3576 cleaned at startup.
3577 .It Va clear_tmp_X
3578 .Pq Vt bool
3579 Set to
3580 .Dq Li NO
3581 to disable removing of X11 lock files,
3582 and the removal and (secure) recreation
3583 of the various socket directories for X11
3584 related programs.
3585 .It Va ldconfig_paths
3586 .Pq Vt str
3587 Set to the list of shared library paths to use with
3588 .Xr ldconfig 8 .
3589 NOTE:
3590 .Pa /usr/lib
3591 will always be added first, so it need not appear in this list.
3592 .It Va ldconfig32_paths
3593 .Pq Vt str
3594 Set to the list of 32-bit compatibility shared library paths to
3595 use with
3596 .Xr ldconfig 8 .
3597 .It Va ldconfig_paths_aout
3598 .Pq Vt str
3599 Set to the list of shared library paths to use with
3600 .Xr ldconfig 8
3601 legacy
3602 .Xr a.out 5
3603 support.
3604 .It Va ldconfig_insecure
3605 .Pq Vt bool
3606 The
3607 .Xr ldconfig 8
3608 utility normally refuses to use directories
3609 which are writable by anyone except root.
3610 Set this variable to
3611 .Dq Li YES
3612 to disable that security check during system startup.
3613 .It Va ldconfig_local_dirs
3614 .Pq Vt str
3615 Set to the list of local
3616 .Xr ldconfig 8
3617 directories.
3618 The names of all files in the directories listed will be
3619 passed as arguments to
3620 .Xr ldconfig 8 .
3621 .It Va ldconfig_local32_dirs
3622 .Pq Vt str
3623 Set to the list of local 32-bit compatibility
3624 .Xr ldconfig 8
3625 directories.
3626 The names of all files in the directories listed will be
3627 passed as arguments to
3628 .Dq Nm ldconfig Fl 32 .
3629 .It Va kern_securelevel_enable
3630 .Pq Vt bool
3631 Set to
3632 .Dq Li YES
3633 to set the kernel security level at system startup.
3634 .It Va kern_securelevel
3635 .Pq Vt int
3636 The kernel security level to set at startup.
3637 The allowed range of
3638 .Ar value
3639 ranges from \-1 (the compile time default) to 3 (the
3640 most secure).
3641 See
3642 .Xr security 7
3643 for the list of possible security levels and their effect
3644 on system operation.
3645 .It Va sshd_program
3646 .Pq Vt str
3647 Path to the SSH server program
3648 .Pa ( /usr/sbin/sshd
3649 is the default).
3650 .It Va sshd_enable
3651 .Pq Vt bool
3652 Set to
3653 .Dq Li YES
3654 to start
3655 .Xr sshd 8
3656 at system boot time.
3657 .It Va sshd_flags
3658 .Pq Vt str
3659 If
3660 .Va sshd_enable
3661 is set to
3662 .Dq Li YES ,
3663 these are the flags to pass to the
3664 .Xr sshd 8
3665 daemon.
3666 .It Va ftpd_program
3667 .Pq Vt str
3668 Path to the FTP server program
3669 .Pa ( /usr/libexec/ftpd
3670 is the default).
3671 .It Va ftpd_enable
3672 .Pq Vt bool
3673 Set to
3674 .Dq Li YES
3675 to start
3676 .Xr ftpd 8
3677 as a stand-alone daemon at system boot time.
3678 .It Va ftpd_flags
3679 .Pq Vt str
3680 If
3681 .Va ftpd_enable
3682 is set to
3683 .Dq Li YES ,
3684 these are the additional flags to pass to the
3685 .Xr ftpd 8
3686 daemon.
3687 .It Va watchdogd_enable
3688 .Pq Vt bool
3689 If set to
3690 .Dq Li YES ,
3691 start the
3692 .Xr watchdogd 8
3693 daemon at boot time.
3694 This requires that the kernel have been compiled with a
3695 .Xr watchdog 4
3696 compatible device.
3697 .It Va watchdogd_flags
3698 .Pq Vt str
3699 If
3700 .Va watchdogd_enable
3701 is set to
3702 .Dq Li YES ,
3703 these are the flags passed to the
3704 .Xr watchdogd 8
3705 daemon.
3706 .It Va devfs_rulesets
3707 .Pq Vt str
3708 List of files containing sets of rules for
3709 .Xr devfs 8 .
3710 .It Va devfs_system_ruleset
3711 .Pq Vt str
3712 Rule name(s) to apply to the system
3713 .Pa /dev
3714 itself.
3715 .It Va devfs_set_rulesets
3716 .Pq Vt str
3717 Pairs of already-mounted
3718 .Pa dev
3719 directories and rulesets that should be applied to them.
3720 For example: /mount/dev=ruleset_name
3721 .It Va devfs_load_rulesets
3722 .Pq Vt bool
3723 If set, always load the default rulesets listed in
3724 .Va devfs_rulesets .
3725 .It Va performance_cx_lowest
3726 .Pq Vt str
3727 CPU idle state to use while on AC power.
3728 The string
3729 .Dq Li LOW
3730 indicates that
3731 .Xr acpi 4
3732 should use the lowest power state available while
3733 .Dq Li HIGH
3734 indicates that the lowest latency state (less power savings) should be used.
3735 .It Va performance_cpu_freq
3736 .Pq Vt str
3737 CPU clock frequency to use while on AC power.
3738 The string
3739 .Dq Li LOW
3740 indicates that
3741 .Xr cpufreq 4
3742 should use the lowest frequency available while
3743 .Dq Li HIGH
3744 indicates that the highest frequency (less power savings) should be used.
3745 .It Va economy_cx_lowest
3746 .Pq Vt str
3747 CPU idle state to use when off AC power.
3748 The string
3749 .Dq Li LOW
3750 indicates that
3751 .Xr acpi 4
3752 should use the lowest power state available while
3753 .Dq Li HIGH
3754 indicates that the lowest latency state (less power savings) should be used.
3755 .It Va economy_cpu_freq
3756 .Pq Vt str
3757 CPU clock frequency to use when off AC power.
3758 The string
3759 .Dq Li LOW
3760 indicates that
3761 .Xr cpufreq 4
3762 should use the lowest frequency available while
3763 .Dq Li HIGH
3764 indicates that the highest frequency (less power savings) should be used.
3765 .It Va jail_enable
3766 .Pq Vt bool
3767 If set to
3768 .Dq Li NO ,
3769 any configured jails will not be started.
3770 .It Va jail_parallel_start
3771 .Pq Vt bool
3772 If set to
3773 .Dq Li YES ,
3774 all configured jails will be started in the background (in parallel).
3775 .It Va jail_list
3776 .Pq Vt str
3777 A space separated list of names for jails.
3778 This is purely a configuration aid to help identify and
3779 configure multiple jails.
3780 The names specified in this list will be used to
3781 identify settings common to an instance of a jail,
3782 and should contain alphanumeric characters only.
3783 Assuming that the jail in question was named
3784 .Li vjail ,
3785 you would have the following dependent variables:
3786 .Bd -literal
3787 jail_vjail_hostname="jail.example.com"
3788 jail_vjail_ip="192.0.2.100"
3789 jail_vjail_rootdir="/var/jails/vjail/root"
3790 .Ed
3791 .Pp
3792 .It Va jail_flags
3793 .Pq Vt str
3794 Unset by default.
3795 When set, use as default value for
3796 .Va jail_ Ns Ao Ar jname Ac Ns Va _flags
3797 for every jail in
3798 .Va jail_list .
3799 .It Va jail_interface
3800 .Pq Vt str
3801 Unset by default.
3802 When set, use as default value for
3803 .Va jail_ Ns Ao Ar jname Ac Ns Va _interface
3804 for every jail in
3805 .Va jail_list .
3806 .It Va jail_fstab
3807 .Pq Vt str
3808 Unset by default.
3809 When set, use as default value for
3810 .Va jail_ Ns Ao Ar jname Ac Ns Va _fstab
3811 for every jail in
3812 .Va jail_list .
3813 .It Va jail_mount_enable
3814 .Pq Vt bool
3815 Set to
3816 .Dq Li NO
3817 by default.
3818 When set to
3819 .Dq Li YES ,
3820 sets
3821 .Va jail_ Ns Ao Ar jname Ac Ns Va _mount_enable
3822 to
3823 .Dq Li YES
3824 by default for every jail in
3825 .Va jail_list .
3826 .It Va jail_devfs_ruleset
3827 .Pq Vt str
3828 Unset by default.
3829 When set, sets
3830 .Va jail_ Ns Ao Ar jname Ac Ns Va _devfs_ruleset
3831 to given value for every jail in
3832 .Va jail_list .
3833 .It Va jail_devfs_enable
3834 .Pq Vt bool
3835 Set to
3836 .Dq Li NO
3837 by default.
3838 When set to
3839 .Dq Li YES ,
3840 sets
3841 .Va jail_ Ns Ao Ar jname Ac Ns Va _devfs_enable
3842 to
3843 .Dq Li YES
3844 by default for every jail in
3845 .Va jail_list .
3846 .It Va jail_fdescfs_enable
3847 .Pq Vt bool
3848 Set to
3849 .Dq Li NO
3850 by default.
3851 When set to
3852 .Dq Li YES ,
3853 sets
3854 .Va jail_ Ns Ao Ar jname Ac Ns Va _fdescfs_enable
3855 to
3856 .Dq Li YES
3857 by default for every jail in
3858 .Va jail_list .
3859 .It Va jail_procfs_enable
3860 .Pq Vt bool
3861 Set to
3862 .Dq Li NO
3863 by default.
3864 When set to
3865 .Dq Li YES ,
3866 sets
3867 .Va jail_ Ns Ao Ar jname Ac Ns Va _fdescfs_enable
3868 to
3869 .Dq Li YES
3870 by default for every jail in
3871 .Va jail_list .
3872 .It Va jail_exec_prestart Ns Aq Ar N
3873 .Pq Vt str
3874 Unset by default.
3875 When set, use as default value for
3876 .Va jail_ Ns Ao Ar jname Ac Ns Va _exec_prestart Ns Aq Ar N
3877 for every jail in
3878 .Va jail_list .
3879 .It Va jail_exec_start
3880 .Pq Vt str
3881 Unset by default.
3882 When set, use as default value for
3883 .Va jail_ Ns Ao Ar jname Ac Ns Va _exec_start
3884 for every jail in
3885 .Va jail_list .
3886 .It Va jail_exec_afterstart Ns Aq Ar N
3887 .Pq Vt str
3888 Unset by default.
3889 When set, use as default value for
3890 .Va jail_ Ns Ao Ar jname Ac Ns Va _exec_afterstart Ns Aq Ar N
3891 for every jail in
3892 .Va jail_list .
3893 .It Va jail_exec_poststart Ns Aq Ar N
3894 .Pq Vt str
3895 Unset by default.
3896 When set, use as default value for
3897 .Va jail_ Ns Ao Ar jname Ac Ns Va _exec_poststart Ns Aq Ar N
3898 for every jail in
3899 .Va jail_list .
3900 .It Va jail_exec_prestop Ns Aq Ar N
3901 .Pq Vt str
3902 Unset by default.
3903 When set, use as default value for
3904 .Va jail_ Ns Ao Ar jname Ac Ns Va _exec_prestop Ns Aq Ar N
3905 for every jail in
3906 .Va jail_list .
3907 .It Va jail_exec_stop
3908 Unset by default.
3909 When set, use as default value for
3910 .Va jail_ Ns Ao Ar jname Ac Ns Va _exec_stop
3911 for every jail in
3912 .Va jail_list .
3913 .It Va jail_exec_poststop Ns Aq Ar N
3914 .Pq Vt str
3915 Unset by default.
3916 When set, use as default value for
3917 .Va jail_ Ns Ao Ar jname Ac Ns Va _exec_poststop Ns Aq Ar N
3918 for every jail in
3919 .Va jail_list .
3920 .It Va jail_ Ns Ao Ar jname Ac Ns Va _rootdir
3921 .Pq Vt str
3922 Unset by default.
3923 Set to the root directory used by jail
3924 .Va jname .
3925 .It Va jail_ Ns Ao Ar jname Ac Ns Va _hostname
3926 .Pq Vt str
3927 Unset by default.
3928 Set to the fully qualified domain name (FQDN) assigned to jail
3929 .Va jname .
3930 .It Va jail_ Ns Ao Ar jname Ac Ns Va _ip
3931 .Pq Vt str
3932 Unset by default.
3933 Set to the (primary) IPv4 and/or IPv6 address(es) assigned to the jail.
3934 The argument can be a sole address or a comma separated list of addresses.
3935 Additionally each address can be prefixed by the name of an interface
3936 followed by a pipe to overwrite
3937 .Va jail_ Ns Ao Ar jname Ac Ns Va _interface
3938 or
3939 .Va jail_interface
3940 and/or suffixed by a netmask, prefixlen or prefix.
3941 In case no netmask, prefixlen or prefix is given,
3942 .Sq /32
3943 will be used for IPv4 and
3944 .Sq /128
3945 will be used for an IPv6 address.
3946 If no address is given for the jail then the jail will be started with
3947 no networking support.
3948 .It Va jail_ Ns Ao Ar jname Ac Ns Va _ip_multi Ns Aq Ar n
3949 .Pq Vt str
3950 Unset by default.
3951 Set additional IPv4 and/or IPv6 address(es) assigned to the jail.
3952 The sequence starts with
3953 .Dq Li _multi0
3954 and the numbers have to be strictly ascending.
3955 These entries follow the same syntax as their primary
3956 .Va jail_ Ns Ao Ar jname Ac Ns Va _ip
3957 entry.
3958 The order of the entries can be important as the first address for
3959 each address family found will be the primary address of the jail.
3960 See
3961 .Va ip-addresses
3962 option in
3963 .Xr jail 8
3964 for more details.
3965 .It Va jail_ Ns Ao Ar jname Ac Ns Va _flags
3966 .Pq Vt str
3967 Set to
3968 .Dq Li -l -U root
3969 by default.
3970 These are flags to pass to
3971 .Xr jail 8 .
3972 .It Va jail_ Ns Ao Ar jname Ac Ns Va _interface
3973 .Pq Vt str
3974 Unset by default.
3975 When set, sets the interface to use when setting IP address alias.
3976 Note that the alias is created at jail startup and removed at jail shutdown.
3977 .It Va jail_ Ns Ao Ar jname Ac Ns Va _fib
3978 .Pq Vt str
3979 Unset by default.
3980 When set, the jail is started with the specified forwarding table (sometimes
3981 referred to as a routing table) via
3982 .Xr setfib 1 .
3983 .It Va jail_ Ns Ao Ar jname Ac Ns Va _fstab
3984 .Pq Vt str
3985 Set to
3986 .Pa /etc/fstab. Ns Aq Ar jname
3987 by default.
3988 This is the file system information file to use for jail
3989 .Va jname .
3990 .It Va jail_ Ns Ao Ar jname Ac Ns Va _mount_enable
3991 .Pq Vt bool
3992 Set to
3993 .Dq Li NO
3994 by default.
3995 When set to
3996 .Dq Li YES ,
3997 mount all file systems from
3998 .Va jail_ Ns Ao Ar jname Ac Ns Va _fstab
3999 at jail startup.
4000 .It Va jail_ Ns Ao Ar jname Ac Ns Va _devfs_ruleset
4001 .Pq Vt str
4002 Unset by default.
4003 When set, defines the device file system ruleset file to use for jail
4004 .Va jname .
4005 .It Va jail_ Ns Ao Ar jname Ac Ns Va _devfs_enable
4006 .Pq Vt bool
4007 Set to
4008 .Dq Li NO
4009 by default.
4010 When set to
4011 .Dq Li YES ,
4012 mount the device file system inside jail
4013 .Ar jname
4014 at jail startup.
4015 .It Va jail_ Ns Ao Ar jname Ac Ns Va _fdescfs_enable
4016 .Pq Vt bool
4017 Set to
4018 .Dq Li NO
4019 by default.
4020 When set to
4021 .Dq Li YES ,
4022 mount the file-descriptor file system inside jail
4023 .Ar jname
4024 at jail startup.
4025 .It Va jail_ Ns Ao Ar jname Ac Ns Va _procfs_enable
4026 .Pq Vt bool
4027 Set to
4028 .Dq Li NO
4029 by default.
4030 When set to
4031 .Dq Li YES ,
4032 mount the process file system inside jail
4033 .Ar jname
4034 at jail startup.
4035 .It Va jail_ Ns Ao Ar jname Ac Ns Va _exec_prestart Ns Aq Ar N
4036 .Pq Vt str
4037 Unset by default.
4038 This is the command run as
4039 .Ar N Ns
4040 th command
4041 before jail startup, where
4042 .Ar N
4043 is 0, 1, and so on.
4044 It is run outside the jail.
4045 .It Va jail_ Ns Ao Ar jname Ac Ns Va _exec_start
4046 .Pq Vt str
4047 Set to
4048 .Dq Li /bin/sh /etc/rc
4049 by default.
4050 This is the command executed in a jail at jail startup.
4051 .It Va jail_ Ns Ao Ar jname Ac Ns Va _exec_afterstart Ns Aq Ar N
4052 .Pq Vt str
4053 Unset by default.
4054 This is the command run as
4055 .Ar N Ns
4056 th command
4057 in a jail
4058 after jail startup, where
4059 .Ar N
4060 is 1, 2, and so on.
4061 .It Va jail_ Ns Ao Ar jname Ac Ns Va _exec_poststart Ns Aq Ar N
4062 .Pq Vt str
4063 Unset by default.
4064 This is the command run as
4065 .Ar N Ns
4066 th command
4067 after jail startup, where
4068 .Ar N
4069 is 0, 1, and so on.
4070 It is run outside the jail.
4071 .It Va jail_ Ns Ao Ar jname Ac Ns Va _exec_prestop Ns Aq Ar N
4072 .Pq Vt str
4073 Unset by default.
4074 This is the command run as
4075 .Ar N Ns
4076 th command
4077 before jail shutdown, where
4078 .Ar N
4079 is 0, 1, and so on.
4080 It is run outside the jail.
4081 .It Va jail_ Ns Ao Ar jname Ac Ns Va _exec_stop
4082 .Pq Vt str
4083 Set to
4084 .Dq Li /bin/sh /etc/rc.shutdown
4085 by default.
4086 This is the command executed in a jail at jail shutdown.
4087 .It Va jail_ Ns Ao Ar jname Ac Ns Va _exec_poststop Ns Aq Ar N
4088 .Pq Vt str
4089 Unset by default.
4090 This is the command run as
4091 .Ar N Ns
4092 th command
4093 after jail shutdown, where
4094 .Ar N
4095 is 0, 1, and so on.
4096 It is run outside the jail.
4097 .It Va jail_set_hostname_allow
4098 .Pq Vt bool
4099 If set to
4100 .Dq Li NO ,
4101 do not allow the root user in a jail to set its hostname.
4102 .It Va jail_socket_unixiproute_only
4103 .Pq Vt bool
4104 If set to
4105 .Dq Li YES ,
4106 do not allow any sockets,
4107 besides UNIX/IP/route sockets,
4108 to be used within a jail.
4109 .It Va jail_sysvipc_allow
4110 .Pq Vt bool
4111 If set to
4112 .Dq Li YES ,
4113 allow applications within a jail to use System V IPC.
4114 .\" -----------------------------------------------------
4115 .It Va harvest_interrupt
4116 .Pq Vt bool
4117 Set to
4118 .Dq Li YES
4119 to use hardware interrupts as an entropy source.
4120 Refer to
4121 .Xr random 4
4122 for more information.
4123 .It Va harvest_ethernet
4124 .Pq Vt bool
4125 Set to
4126 .Dq Li YES
4127 to use LAN traffic as an entropy source.
4128 Refer to
4129 .Xr random 4
4130 for more information.
4131 .It Va harvest_p_to_p
4132 .Pq Vt bool
4133 Set to
4134 .Dq Li YES
4135 to use serial line traffic as an entropy source.
4136 Refer to
4137 .Xr random 4
4138 for more information.
4139 .It Va entropy_dir
4140 .Pq Vt str
4141 Set to
4142 .Dq Li NO
4143 to disable caching entropy via
4144 .Xr cron 8 .
4145 Otherwise set to the directory used to store entropy files in.
4146 .It Va entropy_file
4147 .Pq Vt str
4148 Set to
4149 .Dq Li NO
4150 to disable caching entropy through reboots.
4151 Otherwise set to the filename used to store cached entropy through
4152 reboots.
4153 This file should be located on the root file system to seed the
4154 .Xr random 4
4155 device as early as possible in the boot process.
4156 .It Va entropy_save_sz
4157 .Pq Vt int
4158 Size of the entropy cache files saved by
4159 .Nm save-entropy
4160 periodically.
4161 .It Va entropy_save_num
4162 .Pq Vt int
4163 Number of entropy cache files to save by
4164 .Nm save-entropy
4165 periodically.
4166 .It Va ipsec_enable
4167 .Pq Vt bool
4168 Set to
4169 .Dq Li YES
4170 to run
4171 .Xr setkey 8
4172 on
4173 .Va ipsec_file
4174 at boot time.
4175 .It Va ipsec_file
4176 .Pq Vt str
4177 Configuration file for
4178 .Xr setkey 8 .
4179 .It Va dmesg_enable
4180 .Pq Vt bool
4181 Set to
4182 .Dq Li YES
4183 to save
4184 .Xr dmesg 8
4185 to
4186 .Pa /var/run/dmesg.boot
4187 on boot.
4188 .It Va rcshutdown_timeout
4189 .Pq Vt int
4190 If set, start a watchdog timer in the background which will terminate
4191 .Pa rc.shutdown
4192 if
4193 .Xr shutdown 8
4194 has not completed within the specified time (in seconds).
4195 Notice that in addition to this soft timeout,
4196 .Xr init 8
4197 also applies a hard timeout for the execution of
4198 .Pa rc.shutdown .
4199 This is configured via
4200 .Xr sysctl 8
4201 variable
4202 .Va kern.init_shutdown_timeout
4203 and defaults to 120 seconds.
4204 Setting the value of
4205 .Va rcshutdown_timeout
4206 to more than 120 seconds will have no effect until the
4207 .Xr sysctl 8
4208 variable
4209 .Va kern.init_shutdown_timeout
4210 is also increased.
4211 .It Va virecover_enable
4212 .Pq Vt bool
4213 Set to
4214 .Dq Li NO
4215 to prevent the system from trying to
4216 recover pre-maturely terminated
4217 .Xr vi 1
4218 sessions.
4219 .It Va ugidfw_enable
4220 .Pq Vt bool
4221 Set to
4222 .Dq Li YES
4223 to load the
4224 .Xr mac_bsdextended 4
4225 module upon system initialization and load a default
4226 ruleset file.
4227 .It Va bsdextended_script
4228 .Pq Vt str
4229 The default
4230 .Xr mac_bsdextended 4
4231 ruleset file to load.
4232 The default value of this variable is
4233 .Pa /etc/rc.bsdextended .
4234 .It Va newsyslog_enable
4235 .Pq Vt bool
4236 If set to
4237 .Dq Li YES ,
4238 run
4239 .Xr newsyslog 8
4240 command at startup.
4241 .It Va newsyslog_flags
4242 .Pq Vt str
4243 If
4244 .Va newsyslog_enable
4245 is set to
4246 .Dq Li YES ,
4247 these are the flags to pass to the
4248 .Xr newsyslog 8
4249 program.
4250 The default is
4251 .Dq Li -CN ,
4252 which causes log files flagged with a
4253 .Cm C
4254 to be created.
4255 .It Va mdconfig_md Ns Aq Ar X
4256 .Pq Vt str
4257 Arguments to
4258 .Xr mdconfig 8
4259 for
4260 .Xr md 4
4261 device
4262 .Ar X .
4263 At minimum a
4264 .Fl t Ar type
4265 must be specified and either a
4266 .Fl s Ar size
4267 for malloc or swap backed
4268 .Xr md 4
4269 devices or a
4270 .Fl f Ar file
4271 for vnode backed
4272 .Xr md 4
4273 devices.
4274 Note that
4275 .Va mdconfig_md Ns Aq Ar X
4276 variables are evaluated until one variable is unset or null.
4277 .It Va mdconfig_md Ns Ao Ar X Ac Ns Va _newfs
4278 .Pq Vt str
4279 Optional arguments passed to
4280 .Xr newfs 8
4281 to initialize
4282 .Xr md 4
4283 device
4284 .Ar X .
4285 .It Va mdconfig_md Ns Ao Ar X Ac Ns Va _owner
4286 .Pq Vt str
4287 An ownership specification passed to
4288 .Xr chown 8
4289 after the specified
4290 .Xr md 4
4291 device
4292 .Ar X
4293 has been mounted.
4294 Both the
4295 .Xr md 4
4296 device and the mount point will be changed.
4297 .It Va mdconfig_md Ns Ao Ar X Ac Ns Va _perms
4298 .Pq Vt str
4299 A mode string passed to
4300 .Xr chmod 1
4301 after the specified
4302 .Xr md 4
4303 device
4304 .Ar X
4305 has been mounted.
4306 Both the
4307 .Xr md 4
4308 device and the mount point will be changed.
4309 .It Va mdconfig_md Ns Ao Ar X Ac Ns Va _files
4310 .Pq Vt str
4311 Files to be copied to the mount point of the
4312 .Xr md 4
4313 device
4314 .Ar X
4315 after it has been mounted.
4316 .It Va mdconfig_md Ns Ao Ar X Ac Ns Va _cmd
4317 .Pq Vt str
4318 Command to execute after the specified
4319 .Xr md 4
4320 device
4321 .Ar X
4322 has been mounted.
4323 Note that the command is passed to
4324 .Ic eval
4325 and that both
4326 .Va _dev
4327 and
4328 .Va _mp
4329 variables can be used to reference respectively the
4330 .Xr md 4
4331 device and the mount point.
4332 Assuming that the
4333 .Xr md 4
4334 device is
4335 .Li md0 ,
4336 one could set the following:
4337 .Bd -literal
4338 mdconfig_md0_cmd="tar xfzC /var/file.tgz \e${_mp}"
4339 .Ed
4340 .It Va autobridge_interfaces
4341 .Pq Vt str
4342 Set to the list of bridge interfaces that will have newly arriving interfaces
4343 checked against to be automatically added.
4344 If not set to
4345 .Dq Li NO
4346 then for each whitespace separated
4347 .Ar element
4348 in the value, a
4349 .Va autobridge_ Ns Aq Ar element
4350 variable is assumed to exist which has a whitespace separated list of interface
4351 names to match, these names can use wildcards.
4352 For example:
4353 .Bd -literal
4354 autobridge_interfaces="bridge0"
4355 autobridge_bridge0="tap* dc0 vlan[345]"
4356 .Ed
4357 .It Va mixer_enable
4358 .Pq Vt bool
4359 If set to
4360 .Dq Li YES ,
4361 enable support for sound mixer.
4362 .It Va hcsecd_enable
4363 .Pq Vt bool
4364 If set to
4365 .Dq Li YES ,
4366 enable Bluetooth security daemon.
4367 .It Va hcsecd_config
4368 .Pq Vt str
4369 Configuration file for
4370 .Xr hcsecd 8 .
4371 Default
4372 .Pa /etc/bluetooth/hcsecd.conf .
4373 .It Va sdpd_enable
4374 .Pq Vt bool
4375 If set to
4376 .Dq Li YES ,
4377 enable Bluetooth Service Discovery Protocol daemon.
4378 .It Va sdpd_control
4379 .Pq Vt str
4380 Path to
4381 .Xr sdpd 8
4382 control socket.
4383 Default
4384 .Pa /var/run/sdp .
4385 .It Va sdpd_groupname
4386 .Pq Vt str
4387 Sets
4388 .Xr sdpd 8
4389 group to run as after it initializes.
4390 Default
4391 .Dq Li nobody .
4392 .It Va sdpd_username
4393 .Pq Vt str
4394 Sets
4395 .Xr sdpd 8
4396 user to run as after it initializes.
4397 Default
4398 .Dq Li nobody .
4399 .It Va bthidd_enable
4400 .Pq Vt bool
4401 If set to
4402 .Dq Li YES ,
4403 enable Bluetooth Human Interface Device daemon.
4404 .It Va bthidd_config
4405 .Pq Vt str
4406 Configuration file for
4407 .Xr bthidd 8 .
4408 Default
4409 .Pa /etc/bluetooth/bthidd.conf .
4410 .It Va bthidd_hids
4411 .Pq Vt str
4412 Path to a file, where
4413 .Xr bthidd 8
4414 will store information about known HID devices.
4415 Default
4416 .Pa /var/db/bthidd.hids .
4417 .It Va rfcomm_pppd_server_enable
4418 .Pq Vt bool
4419 If set to
4420 .Dq Li YES ,
4421 enable Bluetooth RFCOMM PPP wrapper daemon.
4422 .It Va rfcomm_pppd_server_profile
4423 .Pq Vt str
4424 The name of the profile to use from
4425 .Pa /etc/ppp/ppp.conf .
4426 Multiple profiles can be specified here.
4427 Also used to specify per-profile overrides.
4428 When the profile name contains any of the characters
4429 .Dq Li .-/+
4430 they are translated to
4431 .Dq Li _
4432 for the proposes of the override variable names.
4433 .It Va rfcomm_pppd_server_ Ns Ao Ar profile Ac Ns _bdaddr
4434 .Pq Vt str
4435 Overrides local address to listen on.
4436 By default
4437 .Xr rfcomm_pppd 8
4438 will listen on
4439 .Dq Li ANY
4440 address.
4441 The address can be specified as BD_ADDR or name.
4442 .It Va rfcomm_pppd_server_ Ns Ao Ar profile Ac Ns _channel
4443 .Pq Vt str
4444 Overrides local RFCOMM channel to listen on.
4445 By default
4446 .Xr rfcomm_pppd 8
4447 will listen on RFCOMM channel 1.
4448 Must set properly if multiple profiles used in the same time.
4449 .It Va rfcomm_pppd_server_ Ns Ao Ar profile Ac Ns _register_sp
4450 .Pq Vt bool
4451 Tells
4452 .Xr rfcomm_pppd 8
4453 if it should register Serial Port service on the specified RFCOMM channel.
4454 Default
4455 .Dq Li NO .
4456 .It Va rfcomm_pppd_server_ Ns Ao Ar profile Ac Ns _register_dun
4457 .Pq Vt bool
4458 Tells
4459 .Xr rfcomm_pppd 8
4460 if it should register Dial-Up Networking service on the specified
4461 RFCOMM channel.
4462 Default
4463 .Dq Li NO .
4464 .It Va ubthidhci_enable
4465 .Pq Vt bool
4466 If set to
4467 .Dq Li YES ,
4468 change the USB Bluetooth controller from HID mode to HCI mode.
4469 You also need to specify the location of USB Bluetooth controller with the
4470 .Va ubthidhci_busnum
4471 and
4472 .Va ubthidhci_addr
4473 variables.
4474 .It Va ubthidhci_busnum
4475 Bus number where the USB Bluetooth controller is located.
4476 Check the output of
4477 .Xr usbconfig 8
4478 on your system to find this information.
4479 .It Va ubthidhci_addr
4480 Bus address of the USB Bluetooth controller.
4481 Check the output of
4482 .Xr usbconfig 8
4483 on your system to find this information.
4484 .It Va netwait_enable
4485 .Pq Vt bool
4486 If set to
4487 .Dq Li YES ,
4488 delays the start of network-reliant services until
4489 .Va netwait_if
4490 is up and ICMP packets to a destination defined in
4491 .Va netwait_ip
4492 are flowing.
4493 Link state is examined first, followed by
4494 .Dq Li pinging
4495 an IP address to verify network usability.
4496 If no destination can be reached or timeouts are exceeded,
4497 network services are started anyway with no guarantee that
4498 the network is usable.
4499 Use of this variable requires both
4500 .Va netwait_ip
4501 and
4502 .Va netwait_if
4503 to be set.
4504 .It Va netwait_ip
4505 .Pq Vt str
4506 Empty by default.
4507 This variable contains a space-delimited list of IP addresses to
4508 .Xr ping 8 .
4509 DNS hostnames should not be used as resolution is not guaranteed
4510 to be functional at this point.
4511 If multiple IP addresses are specified,
4512 each will be tried until one is successful or the list is exhausted.
4513 .It Va netwait_timeout
4514 .Pq Vt int
4515 Indicates the total number of seconds to perform a
4516 .Dq Li ping
4517 against each IP address in
4518 .Va netwait_ip ,
4519 at a rate of one ping per second.
4520 If any of the pings are successful,
4521 full network connectivity is considered reliable.
4522 The default is 60.
4523 .It Va netwait_if
4524 .Pq Vt str
4525 Empty by default.
4526 Defines the name of the network interface on which watch for link.
4527 .Xr ifconfig 8
4528 is used to monitor the interface, looking for
4529 .Dq Li status: no carrier .
4530 Once gone, the link is considered up.
4531 This can be a
4532 .Xr vlan 4
4533 interface if desired.
4534 .It Va netwait_if_timeout
4535 .Pq Vt int
4536 Defines the total number of seconds to wait for link to become usable,
4537 polled at a 1-second interval.
4538 The default is 30.
4539 .El
4540 .Sh FILES
4541 .Bl -tag -width ".Pa /etc/defaults/rc.conf" -compact
4542 .It Pa /etc/defaults/rc.conf
4543 .It Pa /etc/rc.conf
4544 .It Pa /etc/rc.conf.local
4545 .El
4546 .Sh SEE ALSO
4547 .Xr catman 1 ,
4548 .Xr chmod 1 ,
4549 .Xr gdb 1 ,
4550 .Xr info 1 ,
4551 .Xr kbdcontrol 1 ,
4552 .Xr makewhatis 1 ,
4553 .Xr sh 1 ,
4554 .Xr vi 1 ,
4555 .Xr vidcontrol 1 ,
4556 .Xr bridge 4 ,
4557 .Xr dummynet 4 ,
4558 .Xr ip 4 ,
4559 .Xr ipf 4 ,
4560 .Xr ipfw 4 ,
4561 .Xr ipnat 4 ,
4562 .Xr kld 4 ,
4563 .Xr pf 4 ,
4564 .Xr pflog 4 ,
4565 .Xr pfsync 4 ,
4566 .Xr tcp 4 ,
4567 .Xr udp 4 ,
4568 .Xr exports 5 ,
4569 .Xr fstab 5 ,
4570 .Xr ipf 5 ,
4571 .Xr ipnat 5 ,
4572 .Xr motd 5 ,
4573 .Xr newsyslog.conf 5 ,
4574 .Xr pf.conf 5 ,
4575 .Xr security 7 ,
4576 .Xr accton 8 ,
4577 .Xr amd 8 ,
4578 .Xr apm 8 ,
4579 .Xr atm 8 ,
4580 .Xr bthidd 8 ,
4581 .Xr chkprintcap 8 ,
4582 .Xr chown 8 ,
4583 .Xr cron 8 ,
4584 .Xr devfs 8 ,
4585 .Xr dhclient 8 ,
4586 .Xr ftpd 8 ,
4587 .Xr geli 8 ,
4588 .Xr hcsecd 8 ,
4589 .Xr ifconfig 8 ,
4590 .Xr inetd 8 ,
4591 .Xr ipf 8 ,
4592 .Xr ipfw 8 ,
4593 .Xr ipnat 8 ,
4594 .Xr jail 8 ,
4595 .Xr kldxref 8 ,
4596 .Xr lpd 8 ,
4597 .Xr mdconfig 8 ,
4598 .Xr mdmfs 8 ,
4599 .Xr mixer 8 ,
4600 .Xr mountd 8 ,
4601 .Xr moused 8 ,
4602 .Xr mrouted 8 ,
4603 .Xr named 8 ,
4604 .Xr newfs 8 ,
4605 .Xr newsyslog 8 ,
4606 .Xr nfsd 8 ,
4607 .Xr ntpd 8 ,
4608 .Xr ntpdate 8 ,
4609 .Xr pfctl 8 ,
4610 .Xr pflogd 8 ,
4611 .Xr ping 8 ,
4612 .Xr powerd 8 ,
4613 .Xr quotacheck 8 ,
4614 .Xr quotaon 8 ,
4615 .Xr rc 8 ,
4616 .Xr rc.sendmail 8 ,
4617 .Xr rfcomm_pppd 8 ,
4618 .Xr route 8 ,
4619 .Xr routed 8 ,
4620 .Xr rpcbind 8 ,
4621 .Xr rpc.lockd 8 ,
4622 .Xr rpc.statd 8 ,
4623 .Xr rwhod 8 ,
4624 .Xr savecore 8 ,
4625 .Xr sdpd 8 ,
4626 .Xr sshd 8 ,
4627 .Xr swapon 8 ,
4628 .Xr sysctl 8 ,
4629 .Xr syslogd 8 ,
4630 .Xr timed 8 ,
4631 .Xr usbconfig 8 ,
4632 .Xr wlandebug 8 ,
4633 .Xr yp 8 ,
4634 .Xr ypbind 8 ,
4635 .Xr ypserv 8 ,
4636 .Xr ypset 8
4637 .Sh HISTORY
4638 The
4639 .Nm
4640 file appeared in
4641 .Fx 2.2.2 .
4642 .Sh AUTHORS
4643 .An Jordan K. Hubbard .