]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/man/man5/rc.conf.5
Update to OpenPAM Micrampelis.
[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 May 06, 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 .Pq Vt bool
1303 This variable is deprecated.
1304 Use
1305 .Va ifconfig_ Ns Ao Ar interface Ac Ns _ipv6
1306 and
1307 .Va ipv6_activate_all_interfaces
1308 if necessary.
1309 .Pp
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 .Pq Vt bool
1321 This variable is deprecated.
1322 Use
1323 .Va ip6addrctl_policy
1324 instead.
1325 .Pp
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
3290 (where
3291 .Ar XXX
3292 is the name of the non-default port, i.e.,\&
3293 .Ar ums0 ) .
3294 By setting
3295 .Va "moused_" Ns Ar XXX Ns Va "_flags"
3296 it is possible to set up a different set of default flags for each
3297 .Xr moused 8
3298 instance.
3299 For example, you can use
3300 .Dq Li "-3"
3301 for the default
3302 .Va moused_flags
3303 to make your laptop's touchpad more comfortable to use,
3304 but an empty set of options for
3305 .Va moused_ums0_flags
3306 when your
3307 .Xr usb 4
3308 mouse has three or more buttons.
3309 .It Va mousechar_start
3310 .Pq Vt int
3311 If set to
3312 .Dq Li NO ,
3313 the default mouse cursor character range
3314 .Li 0xd0 Ns - Ns Li 0xd3
3315 is used,
3316 otherwise the range start is set
3317 to
3318 .Ar value
3319 character, see
3320 .Xr vidcontrol 1 .
3321 Use if the default range is occupied in the language code table.
3322 .It Va allscreens_flags
3323 .Pq Vt str
3324 If set,
3325 .Xr vidcontrol 1
3326 is run with these options for each of the virtual terminals
3327 .Pq Pa /dev/ttyv* .
3328 For example,
3329 .Dq Fl m Cm on
3330 will enable the mouse pointer on all virtual terminals
3331 if
3332 .Va moused_enable
3333 is set to
3334 .Dq Li YES .
3335 .It Va allscreens_kbdflags
3336 .Pq Vt str
3337 If set,
3338 .Xr kbdcontrol 1
3339 is run with these options for each of the virtual terminals
3340 .Pq Pa /dev/ttyv* .
3341 For example,
3342 .Dq Fl h Li 200
3343 will set the
3344 .Xr syscons 4
3345 scrollback (history) buffer to 200 lines.
3346 .It Va cron_enable
3347 .Pq Vt bool
3348 If set to
3349 .Dq Li YES ,
3350 run the
3351 .Xr cron 8
3352 daemon at system boot time.
3353 .It Va cron_program
3354 .Pq Vt str
3355 Path to
3356 .Xr cron 8
3357 (default
3358 .Pa /usr/sbin/cron ) .
3359 .It Va cron_flags
3360 .Pq Vt str
3361 If
3362 .Va cron_enable
3363 is set to
3364 .Dq Li YES ,
3365 these are the flags to pass to
3366 .Xr cron 8 .
3367 .It Va cron_dst
3368 .Pq Vt bool
3369 If set to
3370 .Dq Li YES ,
3371 enable the special handling of transitions to and from the
3372 Daylight Saving Time in
3373 .Xr cron 8
3374 (equivalent to using the flag
3375 .Fl s ) .
3376 .It Va lpd_program
3377 .Pq Vt str
3378 Path to
3379 .Xr lpd 8
3380 (default
3381 .Pa /usr/sbin/lpd ) .
3382 .It Va lpd_enable
3383 .Pq Vt bool
3384 If set to
3385 .Dq Li YES ,
3386 run the
3387 .Xr lpd 8
3388 daemon at system boot time.
3389 .It Va lpd_flags
3390 .Pq Vt str
3391 If
3392 .Va lpd_enable
3393 is set to
3394 .Dq Li YES ,
3395 these are the flags to pass to the
3396 .Xr lpd 8
3397 daemon.
3398 .It Va chkprintcap_enable
3399 .Pq Vt bool
3400 If set to
3401 .Dq Li YES ,
3402 run the
3403 .Xr chkprintcap 8
3404 command before starting the
3405 .Xr lpd 8
3406 daemon.
3407 .It Va chkprintcap_flags
3408 .Pq Vt str
3409 If
3410 .Va lpd_enable
3411 and
3412 .Va chkprintcap_enable
3413 are set to
3414 .Dq Li YES ,
3415 these are the flags to pass to the
3416 .Xr chkprintcap 8
3417 program.
3418 The default is
3419 .Dq Li -d ,
3420 which causes missing directories to be created.
3421 .It Va mta_start_script
3422 .Pq Vt str
3423 This variable specifies the full path to the script to run to start
3424 a mail transfer agent.
3425 The default is
3426 .Pa /etc/rc.sendmail .
3427 The
3428 .Va sendmail_*
3429 variables which
3430 .Pa /etc/rc.sendmail
3431 uses are documented in the
3432 .Xr rc.sendmail 8
3433 manual page.
3434 .It Va dumpdev
3435 .Pq Vt str
3436 Indicates the device (usually a swap partition) to which a crash dump
3437 should be written in the event of a system crash.
3438 If the value of this variable is
3439 .Dq Li AUTO ,
3440 the first suitable swap device listed in
3441 .Pa /etc/fstab
3442 will be used as dump device.
3443 Otherwise, the value of this variable is passed as the argument to
3444 .Xr dumpon 8 .
3445 To disable crash dumps, set this variable to
3446 .Dq Li NO .
3447 .It Va dumpdir
3448 .Pq Vt str
3449 When the system reboots after a crash and a crash dump is found on the
3450 device specified by the
3451 .Va dumpdev
3452 variable,
3453 .Xr savecore 8
3454 will save that crash dump and a copy of the kernel to the directory
3455 specified by the
3456 .Va dumpdir
3457 variable.
3458 The default value is
3459 .Pa /var/crash .
3460 Set to
3461 .Dq Li NO
3462 to not run
3463 .Xr savecore 8
3464 at boot time when
3465 .Va dumpdir
3466 is set.
3467 .It Va savecore_flags
3468 .Pq Vt str
3469 If crash dumps are enabled, these are the flags to pass to the
3470 .Xr savecore 8
3471 utility.
3472 .It Va quota_enable
3473 .Pq Vt bool
3474 Set to
3475 .Dq Li YES
3476 to turn on user and group disk quotas on system startup via the
3477 .Xr quotaon 8
3478 command for all file systems marked as having quotas enabled in
3479 .Pa /etc/fstab .
3480 The kernel must be built with
3481 .Cd "options QUOTA"
3482 for disk quotas to function.
3483 .It Va check_quotas
3484 .Pq Vt bool
3485 Set to
3486 .Dq Li YES
3487 to enable user and group disk quota checking via the
3488 .Xr quotacheck 8
3489 command.
3490 .It Va quotacheck_flags
3491 .Pq Vt str
3492 If
3493 .Va quota_enable
3494 is set to
3495 .Dq Li YES ,
3496 and
3497 .Va check_quotas
3498 is set to
3499 .Dq Li YES ,
3500 these are the flags to pass to the
3501 .Xr quotacheck 8
3502 utility.
3503 The default is
3504 .Dq Li "-a" ,
3505 which checks quotas for all file systems with quotas enabled in
3506 .Pa /etc/fstab .
3507 .It Va quotaon_flags
3508 .Pq Vt str
3509 If
3510 .Va quota_enable
3511 is set to
3512 .Dq Li YES ,
3513 these are the flags to pass to the
3514 .Xr quotaon 8
3515 utility.
3516 The default is
3517 .Dq Li "-a" ,
3518 which enables quotas for all file systems with quotas enabled in
3519 .Pa /etc/fstab .
3520 .It Va quotaoff_flags
3521 .Pq Vt str
3522 If
3523 .Va quota_enable
3524 is set to
3525 .Dq Li YES ,
3526 these are the flags to pass to the
3527 .Xr quotaoff 8
3528 utility when shutting down the quota system.
3529 The default is
3530 .Dq Li "-a" ,
3531 which disables quotas for all file systems with quotas enabled in
3532 .Pa /etc/fstab .
3533 .It Va accounting_enable
3534 .Pq Vt bool
3535 Set to
3536 .Dq Li YES
3537 to enable system accounting through the
3538 .Xr accton 8
3539 facility.
3540 .It Va ibcs2_enable
3541 .Pq Vt bool
3542 Set to
3543 .Dq Li YES
3544 to enable iBCS2 (SCO) binary emulation at system initial boot
3545 time.
3546 .It Va ibcs2_loaders
3547 .Pq Vt str
3548 If not set to
3549 .Dq Li NO
3550 and if
3551 .Va ibcs2_enable
3552 is set to
3553 .Dq Li YES ,
3554 this specifies a list of additional iBCS2 loaders to enable.
3555 .It Va linux_enable
3556 .Pq Vt bool
3557 Set to
3558 .Dq Li YES
3559 to enable Linux/ELF binary emulation at system initial
3560 boot time.
3561 .It Va svr4_enable
3562 .Pq Vt bool
3563 If set to
3564 .Dq Li YES ,
3565 enable SysVR4 emulation at boot time.
3566 .It Va sysvipc_enable
3567 .Pq Vt bool
3568 If set to
3569 .Dq Li YES ,
3570 load System V IPC primitives at boot time.
3571 .It Va clear_tmp_enable
3572 .Pq Vt bool
3573 Set to
3574 .Dq Li YES
3575 to have
3576 .Pa /tmp
3577 cleaned at startup.
3578 .It Va clear_tmp_X
3579 .Pq Vt bool
3580 Set to
3581 .Dq Li NO
3582 to disable removing of X11 lock files,
3583 and the removal and (secure) recreation
3584 of the various socket directories for X11
3585 related programs.
3586 .It Va ldconfig_paths
3587 .Pq Vt str
3588 Set to the list of shared library paths to use with
3589 .Xr ldconfig 8 .
3590 NOTE:
3591 .Pa /usr/lib
3592 will always be added first, so it need not appear in this list.
3593 .It Va ldconfig32_paths
3594 .Pq Vt str
3595 Set to the list of 32-bit compatibility shared library paths to
3596 use with
3597 .Xr ldconfig 8 .
3598 .It Va ldconfig_paths_aout
3599 .Pq Vt str
3600 Set to the list of shared library paths to use with
3601 .Xr ldconfig 8
3602 legacy
3603 .Xr a.out 5
3604 support.
3605 .It Va ldconfig_insecure
3606 .Pq Vt bool
3607 The
3608 .Xr ldconfig 8
3609 utility normally refuses to use directories
3610 which are writable by anyone except root.
3611 Set this variable to
3612 .Dq Li YES
3613 to disable that security check during system startup.
3614 .It Va ldconfig_local_dirs
3615 .Pq Vt str
3616 Set to the list of local
3617 .Xr ldconfig 8
3618 directories.
3619 The names of all files in the directories listed will be
3620 passed as arguments to
3621 .Xr ldconfig 8 .
3622 .It Va ldconfig_local32_dirs
3623 .Pq Vt str
3624 Set to the list of local 32-bit compatibility
3625 .Xr ldconfig 8
3626 directories.
3627 The names of all files in the directories listed will be
3628 passed as arguments to
3629 .Dq Nm ldconfig Fl 32 .
3630 .It Va kern_securelevel_enable
3631 .Pq Vt bool
3632 Set to
3633 .Dq Li YES
3634 to set the kernel security level at system startup.
3635 .It Va kern_securelevel
3636 .Pq Vt int
3637 The kernel security level to set at startup.
3638 The allowed range of
3639 .Ar value
3640 ranges from \-1 (the compile time default) to 3 (the
3641 most secure).
3642 See
3643 .Xr security 7
3644 for the list of possible security levels and their effect
3645 on system operation.
3646 .It Va sshd_program
3647 .Pq Vt str
3648 Path to the SSH server program
3649 .Pa ( /usr/sbin/sshd
3650 is the default).
3651 .It Va sshd_enable
3652 .Pq Vt bool
3653 Set to
3654 .Dq Li YES
3655 to start
3656 .Xr sshd 8
3657 at system boot time.
3658 .It Va sshd_flags
3659 .Pq Vt str
3660 If
3661 .Va sshd_enable
3662 is set to
3663 .Dq Li YES ,
3664 these are the flags to pass to the
3665 .Xr sshd 8
3666 daemon.
3667 .It Va ftpd_program
3668 .Pq Vt str
3669 Path to the FTP server program
3670 .Pa ( /usr/libexec/ftpd
3671 is the default).
3672 .It Va ftpd_enable
3673 .Pq Vt bool
3674 Set to
3675 .Dq Li YES
3676 to start
3677 .Xr ftpd 8
3678 as a stand-alone daemon at system boot time.
3679 .It Va ftpd_flags
3680 .Pq Vt str
3681 If
3682 .Va ftpd_enable
3683 is set to
3684 .Dq Li YES ,
3685 these are the additional flags to pass to the
3686 .Xr ftpd 8
3687 daemon.
3688 .It Va watchdogd_enable
3689 .Pq Vt bool
3690 If set to
3691 .Dq Li YES ,
3692 start the
3693 .Xr watchdogd 8
3694 daemon at boot time.
3695 This requires that the kernel have been compiled with a
3696 .Xr watchdog 4
3697 compatible device.
3698 .It Va watchdogd_flags
3699 .Pq Vt str
3700 If
3701 .Va watchdogd_enable
3702 is set to
3703 .Dq Li YES ,
3704 these are the flags passed to the
3705 .Xr watchdogd 8
3706 daemon.
3707 .It Va devfs_rulesets
3708 .Pq Vt str
3709 List of files containing sets of rules for
3710 .Xr devfs 8 .
3711 .It Va devfs_system_ruleset
3712 .Pq Vt str
3713 Rule name(s) to apply to the system
3714 .Pa /dev
3715 itself.
3716 .It Va devfs_set_rulesets
3717 .Pq Vt str
3718 Pairs of already-mounted
3719 .Pa dev
3720 directories and rulesets that should be applied to them.
3721 For example: /mount/dev=ruleset_name
3722 .It Va devfs_load_rulesets
3723 .Pq Vt bool
3724 If set, always load the default rulesets listed in
3725 .Va devfs_rulesets .
3726 .It Va performance_cx_lowest
3727 .Pq Vt str
3728 CPU idle state to use while on AC power.
3729 The string
3730 .Dq Li LOW
3731 indicates that
3732 .Xr acpi 4
3733 should use the lowest power state available while
3734 .Dq Li HIGH
3735 indicates that the lowest latency state (less power savings) should be used.
3736 .It Va performance_cpu_freq
3737 .Pq Vt str
3738 CPU clock frequency to use while on AC power.
3739 The string
3740 .Dq Li LOW
3741 indicates that
3742 .Xr cpufreq 4
3743 should use the lowest frequency available while
3744 .Dq Li HIGH
3745 indicates that the highest frequency (less power savings) should be used.
3746 .It Va economy_cx_lowest
3747 .Pq Vt str
3748 CPU idle state to use when off AC power.
3749 The string
3750 .Dq Li LOW
3751 indicates that
3752 .Xr acpi 4
3753 should use the lowest power state available while
3754 .Dq Li HIGH
3755 indicates that the lowest latency state (less power savings) should be used.
3756 .It Va economy_cpu_freq
3757 .Pq Vt str
3758 CPU clock frequency to use when off AC power.
3759 The string
3760 .Dq Li LOW
3761 indicates that
3762 .Xr cpufreq 4
3763 should use the lowest frequency available while
3764 .Dq Li HIGH
3765 indicates that the highest frequency (less power savings) should be used.
3766 .It Va jail_enable
3767 .Pq Vt bool
3768 If set to
3769 .Dq Li NO ,
3770 any configured jails will not be started.
3771 .It Va jail_parallel_start
3772 .Pq Vt bool
3773 If set to
3774 .Dq Li YES ,
3775 all configured jails will be started in the background (in parallel).
3776 .It Va jail_list
3777 .Pq Vt str
3778 A space separated list of names for jails.
3779 This is purely a configuration aid to help identify and
3780 configure multiple jails.
3781 The names specified in this list will be used to
3782 identify settings common to an instance of a jail,
3783 and should contain alphanumeric characters only.
3784 Assuming that the jail in question was named
3785 .Li vjail ,
3786 you would have the following dependent variables:
3787 .Bd -literal
3788 jail_vjail_hostname="jail.example.com"
3789 jail_vjail_ip="192.0.2.100"
3790 jail_vjail_rootdir="/var/jails/vjail/root"
3791 .Ed
3792 .Pp
3793 .It Va jail_flags
3794 .Pq Vt str
3795 Unset by default.
3796 When set, use as default value for
3797 .Va jail_ Ns Ao Ar jname Ac Ns Va _flags
3798 for every jail in
3799 .Va jail_list .
3800 .It Va jail_interface
3801 .Pq Vt str
3802 Unset by default.
3803 When set, use as default value for
3804 .Va jail_ Ns Ao Ar jname Ac Ns Va _interface
3805 for every jail in
3806 .Va jail_list .
3807 .It Va jail_fstab
3808 .Pq Vt str
3809 Unset by default.
3810 When set, use as default value for
3811 .Va jail_ Ns Ao Ar jname Ac Ns Va _fstab
3812 for every jail in
3813 .Va jail_list .
3814 .It Va jail_mount_enable
3815 .Pq Vt bool
3816 Set to
3817 .Dq Li NO
3818 by default.
3819 When set to
3820 .Dq Li YES ,
3821 sets
3822 .Va jail_ Ns Ao Ar jname Ac Ns Va _mount_enable
3823 to
3824 .Dq Li YES
3825 by default for every jail in
3826 .Va jail_list .
3827 .It Va jail_devfs_ruleset
3828 .Pq Vt str
3829 Unset by default.
3830 When set, sets
3831 .Va jail_ Ns Ao Ar jname Ac Ns Va _devfs_ruleset
3832 to given value for every jail in
3833 .Va jail_list .
3834 .It Va jail_devfs_enable
3835 .Pq Vt bool
3836 Set to
3837 .Dq Li NO
3838 by default.
3839 When set to
3840 .Dq Li YES ,
3841 sets
3842 .Va jail_ Ns Ao Ar jname Ac Ns Va _devfs_enable
3843 to
3844 .Dq Li YES
3845 by default for every jail in
3846 .Va jail_list .
3847 .It Va jail_fdescfs_enable
3848 .Pq Vt bool
3849 Set to
3850 .Dq Li NO
3851 by default.
3852 When set to
3853 .Dq Li YES ,
3854 sets
3855 .Va jail_ Ns Ao Ar jname Ac Ns Va _fdescfs_enable
3856 to
3857 .Dq Li YES
3858 by default for every jail in
3859 .Va jail_list .
3860 .It Va jail_procfs_enable
3861 .Pq Vt bool
3862 Set to
3863 .Dq Li NO
3864 by default.
3865 When set to
3866 .Dq Li YES ,
3867 sets
3868 .Va jail_ Ns Ao Ar jname Ac Ns Va _fdescfs_enable
3869 to
3870 .Dq Li YES
3871 by default for every jail in
3872 .Va jail_list .
3873 .It Va jail_exec_prestart Ns Aq Ar N
3874 .Pq Vt str
3875 Unset by default.
3876 When set, use as default value for
3877 .Va jail_ Ns Ao Ar jname Ac Ns Va _exec_prestart Ns Aq Ar N
3878 for every jail in
3879 .Va jail_list .
3880 .It Va jail_exec_start
3881 .Pq Vt str
3882 Unset by default.
3883 When set, use as default value for
3884 .Va jail_ Ns Ao Ar jname Ac Ns Va _exec_start
3885 for every jail in
3886 .Va jail_list .
3887 .It Va jail_exec_afterstart Ns Aq Ar N
3888 .Pq Vt str
3889 Unset by default.
3890 When set, use as default value for
3891 .Va jail_ Ns Ao Ar jname Ac Ns Va _exec_afterstart Ns Aq Ar N
3892 for every jail in
3893 .Va jail_list .
3894 .It Va jail_exec_poststart Ns Aq Ar N
3895 .Pq Vt str
3896 Unset by default.
3897 When set, use as default value for
3898 .Va jail_ Ns Ao Ar jname Ac Ns Va _exec_poststart Ns Aq Ar N
3899 for every jail in
3900 .Va jail_list .
3901 .It Va jail_exec_prestop Ns Aq Ar N
3902 .Pq Vt str
3903 Unset by default.
3904 When set, use as default value for
3905 .Va jail_ Ns Ao Ar jname Ac Ns Va _exec_prestop Ns Aq Ar N
3906 for every jail in
3907 .Va jail_list .
3908 .It Va jail_exec_stop
3909 Unset by default.
3910 When set, use as default value for
3911 .Va jail_ Ns Ao Ar jname Ac Ns Va _exec_stop
3912 for every jail in
3913 .Va jail_list .
3914 .It Va jail_exec_poststop Ns Aq Ar N
3915 .Pq Vt str
3916 Unset by default.
3917 When set, use as default value for
3918 .Va jail_ Ns Ao Ar jname Ac Ns Va _exec_poststop Ns Aq Ar N
3919 for every jail in
3920 .Va jail_list .
3921 .It Va jail_ Ns Ao Ar jname Ac Ns Va _rootdir
3922 .Pq Vt str
3923 Unset by default.
3924 Set to the root directory used by jail
3925 .Va jname .
3926 .It Va jail_ Ns Ao Ar jname Ac Ns Va _hostname
3927 .Pq Vt str
3928 Unset by default.
3929 Set to the fully qualified domain name (FQDN) assigned to jail
3930 .Va jname .
3931 .It Va jail_ Ns Ao Ar jname Ac Ns Va _ip
3932 .Pq Vt str
3933 Unset by default.
3934 Set to the (primary) IPv4 and/or IPv6 address(es) assigned to the jail.
3935 The argument can be a sole address or a comma separated list of addresses.
3936 Additionally each address can be prefixed by the name of an interface
3937 followed by a pipe to overwrite
3938 .Va jail_ Ns Ao Ar jname Ac Ns Va _interface
3939 or
3940 .Va jail_interface
3941 and/or suffixed by a netmask, prefixlen or prefix.
3942 In case no netmask, prefixlen or prefix is given,
3943 .Sq /32
3944 will be used for IPv4 and
3945 .Sq /128
3946 will be used for an IPv6 address.
3947 If no address is given for the jail then the jail will be started with
3948 no networking support.
3949 .It Va jail_ Ns Ao Ar jname Ac Ns Va _ip_multi Ns Aq Ar n
3950 .Pq Vt str
3951 Unset by default.
3952 Set additional IPv4 and/or IPv6 address(es) assigned to the jail.
3953 The sequence starts with
3954 .Dq Li _multi0
3955 and the numbers have to be strictly ascending.
3956 These entries follow the same syntax as their primary
3957 .Va jail_ Ns Ao Ar jname Ac Ns Va _ip
3958 entry.
3959 The order of the entries can be important as the first address for
3960 each address family found will be the primary address of the jail.
3961 See
3962 .Va ip-addresses
3963 option in
3964 .Xr jail 8
3965 for more details.
3966 .It Va jail_ Ns Ao Ar jname Ac Ns Va _flags
3967 .Pq Vt str
3968 Set to
3969 .Dq Li -l -U root
3970 by default.
3971 These are flags to pass to
3972 .Xr jail 8 .
3973 .It Va jail_ Ns Ao Ar jname Ac Ns Va _interface
3974 .Pq Vt str
3975 Unset by default.
3976 When set, sets the interface to use when setting IP address alias.
3977 Note that the alias is created at jail startup and removed at jail shutdown.
3978 .It Va jail_ Ns Ao Ar jname Ac Ns Va _fib
3979 .Pq Vt str
3980 Unset by default.
3981 When set, the jail is started with the specified forwarding table (sometimes
3982 referred to as a routing table) via
3983 .Xr setfib 1 .
3984 .It Va jail_ Ns Ao Ar jname Ac Ns Va _fstab
3985 .Pq Vt str
3986 Set to
3987 .Pa /etc/fstab. Ns Aq Ar jname
3988 by default.
3989 This is the file system information file to use for jail
3990 .Va jname .
3991 .It Va jail_ Ns Ao Ar jname Ac Ns Va _mount_enable
3992 .Pq Vt bool
3993 Set to
3994 .Dq Li NO
3995 by default.
3996 When set to
3997 .Dq Li YES ,
3998 mount all file systems from
3999 .Va jail_ Ns Ao Ar jname Ac Ns Va _fstab
4000 at jail startup.
4001 .It Va jail_ Ns Ao Ar jname Ac Ns Va _devfs_ruleset
4002 .Pq Vt str
4003 Unset by default.
4004 When set, defines the device file system ruleset file to use for jail
4005 .Va jname .
4006 .It Va jail_ Ns Ao Ar jname Ac Ns Va _devfs_enable
4007 .Pq Vt bool
4008 Set to
4009 .Dq Li NO
4010 by default.
4011 When set to
4012 .Dq Li YES ,
4013 mount the device file system inside jail
4014 .Ar jname
4015 at jail startup.
4016 .It Va jail_ Ns Ao Ar jname Ac Ns Va _fdescfs_enable
4017 .Pq Vt bool
4018 Set to
4019 .Dq Li NO
4020 by default.
4021 When set to
4022 .Dq Li YES ,
4023 mount the file-descriptor file system inside jail
4024 .Ar jname
4025 at jail startup.
4026 .It Va jail_ Ns Ao Ar jname Ac Ns Va _procfs_enable
4027 .Pq Vt bool
4028 Set to
4029 .Dq Li NO
4030 by default.
4031 When set to
4032 .Dq Li YES ,
4033 mount the process file system inside jail
4034 .Ar jname
4035 at jail startup.
4036 .It Va jail_ Ns Ao Ar jname Ac Ns Va _exec_prestart Ns Aq Ar N
4037 .Pq Vt str
4038 Unset by default.
4039 This is the command run as
4040 .Ar N Ns
4041 th command
4042 before jail startup, where
4043 .Ar N
4044 is 0, 1, and so on.
4045 It is run outside the jail.
4046 .It Va jail_ Ns Ao Ar jname Ac Ns Va _exec_start
4047 .Pq Vt str
4048 Set to
4049 .Dq Li /bin/sh /etc/rc
4050 by default.
4051 This is the command executed in a jail at jail startup.
4052 .It Va jail_ Ns Ao Ar jname Ac Ns Va _exec_afterstart Ns Aq Ar N
4053 .Pq Vt str
4054 Unset by default.
4055 This is the command run as
4056 .Ar N Ns
4057 th command
4058 in a jail
4059 after jail startup, where
4060 .Ar N
4061 is 1, 2, and so on.
4062 .It Va jail_ Ns Ao Ar jname Ac Ns Va _exec_poststart Ns Aq Ar N
4063 .Pq Vt str
4064 Unset by default.
4065 This is the command run as
4066 .Ar N Ns
4067 th command
4068 after jail startup, where
4069 .Ar N
4070 is 0, 1, and so on.
4071 It is run outside the jail.
4072 .It Va jail_ Ns Ao Ar jname Ac Ns Va _exec_prestop Ns Aq Ar N
4073 .Pq Vt str
4074 Unset by default.
4075 This is the command run as
4076 .Ar N Ns
4077 th command
4078 before jail shutdown, where
4079 .Ar N
4080 is 0, 1, and so on.
4081 It is run outside the jail.
4082 .It Va jail_ Ns Ao Ar jname Ac Ns Va _exec_stop
4083 .Pq Vt str
4084 Set to
4085 .Dq Li /bin/sh /etc/rc.shutdown
4086 by default.
4087 This is the command executed in a jail at jail shutdown.
4088 .It Va jail_ Ns Ao Ar jname Ac Ns Va _exec_poststop Ns Aq Ar N
4089 .Pq Vt str
4090 Unset by default.
4091 This is the command run as
4092 .Ar N Ns
4093 th command
4094 after jail shutdown, where
4095 .Ar N
4096 is 0, 1, and so on.
4097 It is run outside the jail.
4098 .It Va jail_set_hostname_allow
4099 .Pq Vt bool
4100 If set to
4101 .Dq Li NO ,
4102 do not allow the root user in a jail to set its hostname.
4103 .It Va jail_socket_unixiproute_only
4104 .Pq Vt bool
4105 If set to
4106 .Dq Li YES ,
4107 do not allow any sockets,
4108 besides UNIX/IP/route sockets,
4109 to be used within a jail.
4110 .It Va jail_sysvipc_allow
4111 .Pq Vt bool
4112 If set to
4113 .Dq Li YES ,
4114 allow applications within a jail to use System V IPC.
4115 .\" -----------------------------------------------------
4116 .It Va harvest_interrupt
4117 .Pq Vt bool
4118 Set to
4119 .Dq Li YES
4120 to use hardware interrupts as an entropy source.
4121 Refer to
4122 .Xr random 4
4123 for more information.
4124 .It Va harvest_ethernet
4125 .Pq Vt bool
4126 Set to
4127 .Dq Li YES
4128 to use LAN traffic as an entropy source.
4129 Refer to
4130 .Xr random 4
4131 for more information.
4132 .It Va harvest_p_to_p
4133 .Pq Vt bool
4134 Set to
4135 .Dq Li YES
4136 to use serial line traffic as an entropy source.
4137 Refer to
4138 .Xr random 4
4139 for more information.
4140 .It Va entropy_dir
4141 .Pq Vt str
4142 Set to
4143 .Dq Li NO
4144 to disable caching entropy via
4145 .Xr cron 8 .
4146 Otherwise set to the directory used to store entropy files in.
4147 .It Va entropy_file
4148 .Pq Vt str
4149 Set to
4150 .Dq Li NO
4151 to disable caching entropy through reboots.
4152 Otherwise set to the filename used to store cached entropy through
4153 reboots.
4154 This file should be located on the root file system to seed the
4155 .Xr random 4
4156 device as early as possible in the boot process.
4157 .It Va entropy_save_sz
4158 .Pq Vt int
4159 Size of the entropy cache files saved by
4160 .Nm save-entropy
4161 periodically.
4162 .It Va entropy_save_num
4163 .Pq Vt int
4164 Number of entropy cache files to save by
4165 .Nm save-entropy
4166 periodically.
4167 .It Va ipsec_enable
4168 .Pq Vt bool
4169 Set to
4170 .Dq Li YES
4171 to run
4172 .Xr setkey 8
4173 on
4174 .Va ipsec_file
4175 at boot time.
4176 .It Va ipsec_file
4177 .Pq Vt str
4178 Configuration file for
4179 .Xr setkey 8 .
4180 .It Va dmesg_enable
4181 .Pq Vt bool
4182 Set to
4183 .Dq Li YES
4184 to save
4185 .Xr dmesg 8
4186 to
4187 .Pa /var/run/dmesg.boot
4188 on boot.
4189 .It Va rcshutdown_timeout
4190 .Pq Vt int
4191 If set, start a watchdog timer in the background which will terminate
4192 .Pa rc.shutdown
4193 if
4194 .Xr shutdown 8
4195 has not completed within the specified time (in seconds).
4196 Notice that in addition to this soft timeout,
4197 .Xr init 8
4198 also applies a hard timeout for the execution of
4199 .Pa rc.shutdown .
4200 This is configured via
4201 .Xr sysctl 8
4202 variable
4203 .Va kern.init_shutdown_timeout
4204 and defaults to 120 seconds.
4205 Setting the value of
4206 .Va rcshutdown_timeout
4207 to more than 120 seconds will have no effect until the
4208 .Xr sysctl 8
4209 variable
4210 .Va kern.init_shutdown_timeout
4211 is also increased.
4212 .It Va virecover_enable
4213 .Pq Vt bool
4214 Set to
4215 .Dq Li NO
4216 to prevent the system from trying to
4217 recover pre-maturely terminated
4218 .Xr vi 1
4219 sessions.
4220 .It Va ugidfw_enable
4221 .Pq Vt bool
4222 Set to
4223 .Dq Li YES
4224 to load the
4225 .Xr mac_bsdextended 4
4226 module upon system initialization and load a default
4227 ruleset file.
4228 .It Va bsdextended_script
4229 .Pq Vt str
4230 The default
4231 .Xr mac_bsdextended 4
4232 ruleset file to load.
4233 The default value of this variable is
4234 .Pa /etc/rc.bsdextended .
4235 .It Va newsyslog_enable
4236 .Pq Vt bool
4237 If set to
4238 .Dq Li YES ,
4239 run
4240 .Xr newsyslog 8
4241 command at startup.
4242 .It Va newsyslog_flags
4243 .Pq Vt str
4244 If
4245 .Va newsyslog_enable
4246 is set to
4247 .Dq Li YES ,
4248 these are the flags to pass to the
4249 .Xr newsyslog 8
4250 program.
4251 The default is
4252 .Dq Li -CN ,
4253 which causes log files flagged with a
4254 .Cm C
4255 to be created.
4256 .It Va mdconfig_md Ns Aq Ar X
4257 .Pq Vt str
4258 Arguments to
4259 .Xr mdconfig 8
4260 for
4261 .Xr md 4
4262 device
4263 .Ar X .
4264 At minimum a
4265 .Fl t Ar type
4266 must be specified and either a
4267 .Fl s Ar size
4268 for malloc or swap backed
4269 .Xr md 4
4270 devices or a
4271 .Fl f Ar file
4272 for vnode backed
4273 .Xr md 4
4274 devices.
4275 Note that
4276 .Va mdconfig_md Ns Aq Ar X
4277 variables are evaluated until one variable is unset or null.
4278 .It Va mdconfig_md Ns Ao Ar X Ac Ns Va _newfs
4279 .Pq Vt str
4280 Optional arguments passed to
4281 .Xr newfs 8
4282 to initialize
4283 .Xr md 4
4284 device
4285 .Ar X .
4286 .It Va mdconfig_md Ns Ao Ar X Ac Ns Va _owner
4287 .Pq Vt str
4288 An ownership specification passed to
4289 .Xr chown 8
4290 after the specified
4291 .Xr md 4
4292 device
4293 .Ar X
4294 has been mounted.
4295 Both the
4296 .Xr md 4
4297 device and the mount point will be changed.
4298 .It Va mdconfig_md Ns Ao Ar X Ac Ns Va _perms
4299 .Pq Vt str
4300 A mode string passed to
4301 .Xr chmod 1
4302 after the specified
4303 .Xr md 4
4304 device
4305 .Ar X
4306 has been mounted.
4307 Both the
4308 .Xr md 4
4309 device and the mount point will be changed.
4310 .It Va mdconfig_md Ns Ao Ar X Ac Ns Va _files
4311 .Pq Vt str
4312 Files to be copied to the mount point of the
4313 .Xr md 4
4314 device
4315 .Ar X
4316 after it has been mounted.
4317 .It Va mdconfig_md Ns Ao Ar X Ac Ns Va _cmd
4318 .Pq Vt str
4319 Command to execute after the specified
4320 .Xr md 4
4321 device
4322 .Ar X
4323 has been mounted.
4324 Note that the command is passed to
4325 .Ic eval
4326 and that both
4327 .Va _dev
4328 and
4329 .Va _mp
4330 variables can be used to reference respectively the
4331 .Xr md 4
4332 device and the mount point.
4333 Assuming that the
4334 .Xr md 4
4335 device is
4336 .Li md0 ,
4337 one could set the following:
4338 .Bd -literal
4339 mdconfig_md0_cmd="tar xfzC /var/file.tgz \e${_mp}"
4340 .Ed
4341 .It Va autobridge_interfaces
4342 .Pq Vt str
4343 Set to the list of bridge interfaces that will have newly arriving interfaces
4344 checked against to be automatically added.
4345 If not set to
4346 .Dq Li NO
4347 then for each whitespace separated
4348 .Ar element
4349 in the value, a
4350 .Va autobridge_ Ns Aq Ar element
4351 variable is assumed to exist which has a whitespace separated list of interface
4352 names to match, these names can use wildcards.
4353 For example:
4354 .Bd -literal
4355 autobridge_interfaces="bridge0"
4356 autobridge_bridge0="tap* dc0 vlan[345]"
4357 .Ed
4358 .It Va mixer_enable
4359 .Pq Vt bool
4360 If set to
4361 .Dq Li YES ,
4362 enable support for sound mixer.
4363 .It Va hcsecd_enable
4364 .Pq Vt bool
4365 If set to
4366 .Dq Li YES ,
4367 enable Bluetooth security daemon.
4368 .It Va hcsecd_config
4369 .Pq Vt str
4370 Configuration file for
4371 .Xr hcsecd 8 .
4372 Default
4373 .Pa /etc/bluetooth/hcsecd.conf .
4374 .It Va sdpd_enable
4375 .Pq Vt bool
4376 If set to
4377 .Dq Li YES ,
4378 enable Bluetooth Service Discovery Protocol daemon.
4379 .It Va sdpd_control
4380 .Pq Vt str
4381 Path to
4382 .Xr sdpd 8
4383 control socket.
4384 Default
4385 .Pa /var/run/sdp .
4386 .It Va sdpd_groupname
4387 .Pq Vt str
4388 Sets
4389 .Xr sdpd 8
4390 group to run as after it initializes.
4391 Default
4392 .Dq Li nobody .
4393 .It Va sdpd_username
4394 .Pq Vt str
4395 Sets
4396 .Xr sdpd 8
4397 user to run as after it initializes.
4398 Default
4399 .Dq Li nobody .
4400 .It Va bthidd_enable
4401 .Pq Vt bool
4402 If set to
4403 .Dq Li YES ,
4404 enable Bluetooth Human Interface Device daemon.
4405 .It Va bthidd_config
4406 .Pq Vt str
4407 Configuration file for
4408 .Xr bthidd 8 .
4409 Default
4410 .Pa /etc/bluetooth/bthidd.conf .
4411 .It Va bthidd_hids
4412 .Pq Vt str
4413 Path to a file, where
4414 .Xr bthidd 8
4415 will store information about known HID devices.
4416 Default
4417 .Pa /var/db/bthidd.hids .
4418 .It Va rfcomm_pppd_server_enable
4419 .Pq Vt bool
4420 If set to
4421 .Dq Li YES ,
4422 enable Bluetooth RFCOMM PPP wrapper daemon.
4423 .It Va rfcomm_pppd_server_profile
4424 .Pq Vt str
4425 The name of the profile to use from
4426 .Pa /etc/ppp/ppp.conf .
4427 Multiple profiles can be specified here.
4428 Also used to specify per-profile overrides.
4429 When the profile name contains any of the characters
4430 .Dq Li .-/+
4431 they are translated to
4432 .Dq Li _
4433 for the proposes of the override variable names.
4434 .It Va rfcomm_pppd_server_ Ns Ao Ar profile Ac Ns _bdaddr
4435 .Pq Vt str
4436 Overrides local address to listen on.
4437 By default
4438 .Xr rfcomm_pppd 8
4439 will listen on
4440 .Dq Li ANY
4441 address.
4442 The address can be specified as BD_ADDR or name.
4443 .It Va rfcomm_pppd_server_ Ns Ao Ar profile Ac Ns _channel
4444 .Pq Vt str
4445 Overrides local RFCOMM channel to listen on.
4446 By default
4447 .Xr rfcomm_pppd 8
4448 will listen on RFCOMM channel 1.
4449 Must set properly if multiple profiles used in the same time.
4450 .It Va rfcomm_pppd_server_ Ns Ao Ar profile Ac Ns _register_sp
4451 .Pq Vt bool
4452 Tells
4453 .Xr rfcomm_pppd 8
4454 if it should register Serial Port service on the specified RFCOMM channel.
4455 Default
4456 .Dq Li NO .
4457 .It Va rfcomm_pppd_server_ Ns Ao Ar profile Ac Ns _register_dun
4458 .Pq Vt bool
4459 Tells
4460 .Xr rfcomm_pppd 8
4461 if it should register Dial-Up Networking service on the specified
4462 RFCOMM channel.
4463 Default
4464 .Dq Li NO .
4465 .It Va ubthidhci_enable
4466 .Pq Vt bool
4467 If set to
4468 .Dq Li YES ,
4469 change the USB Bluetooth controller from HID mode to HCI mode.
4470 You also need to specify the location of USB Bluetooth controller with the
4471 .Va ubthidhci_busnum
4472 and
4473 .Va ubthidhci_addr
4474 variables.
4475 .It Va ubthidhci_busnum
4476 Bus number where the USB Bluetooth controller is located.
4477 Check the output of
4478 .Xr usbconfig 8
4479 on your system to find this information.
4480 .It Va ubthidhci_addr
4481 Bus address of the USB Bluetooth controller.
4482 Check the output of
4483 .Xr usbconfig 8
4484 on your system to find this information.
4485 .It Va netwait_enable
4486 .Pq Vt bool
4487 If set to
4488 .Dq Li YES ,
4489 delays the start of network-reliant services until
4490 .Va netwait_if
4491 is up and ICMP packets to a destination defined in
4492 .Va netwait_ip
4493 are flowing.
4494 Link state is examined first, followed by
4495 .Dq Li pinging
4496 an IP address to verify network usability.
4497 If no destination can be reached or timeouts are exceeded,
4498 network services are started anyway with no guarantee that
4499 the network is usable.
4500 Use of this variable requires both
4501 .Va netwait_ip
4502 and
4503 .Va netwait_if
4504 to be set.
4505 .It Va netwait_ip
4506 .Pq Vt str
4507 Empty by default.
4508 This variable contains a space-delimited list of IP addresses to
4509 .Xr ping 8 .
4510 DNS hostnames should not be used as resolution is not guaranteed
4511 to be functional at this point.
4512 If multiple IP addresses are specified,
4513 each will be tried until one is successful or the list is exhausted.
4514 .It Va netwait_timeout
4515 .Pq Vt int
4516 Indicates the total number of seconds to perform a
4517 .Dq Li ping
4518 against each IP address in
4519 .Va netwait_ip ,
4520 at a rate of one ping per second.
4521 If any of the pings are successful,
4522 full network connectivity is considered reliable.
4523 The default is 60.
4524 .It Va netwait_if
4525 .Pq Vt str
4526 Empty by default.
4527 Defines the name of the network interface on which watch for link.
4528 .Xr ifconfig 8
4529 is used to monitor the interface, looking for
4530 .Dq Li status: no carrier .
4531 Once gone, the link is considered up.
4532 This can be a
4533 .Xr vlan 4
4534 interface if desired.
4535 .It Va netwait_if_timeout
4536 .Pq Vt int
4537 Defines the total number of seconds to wait for link to become usable,
4538 polled at a 1-second interval.
4539 The default is 30.
4540 .El
4541 .Sh FILES
4542 .Bl -tag -width ".Pa /etc/defaults/rc.conf" -compact
4543 .It Pa /etc/defaults/rc.conf
4544 .It Pa /etc/rc.conf
4545 .It Pa /etc/rc.conf.local
4546 .El
4547 .Sh SEE ALSO
4548 .Xr catman 1 ,
4549 .Xr chmod 1 ,
4550 .Xr gdb 1 ,
4551 .Xr info 1 ,
4552 .Xr kbdcontrol 1 ,
4553 .Xr makewhatis 1 ,
4554 .Xr sh 1 ,
4555 .Xr vi 1 ,
4556 .Xr vidcontrol 1 ,
4557 .Xr bridge 4 ,
4558 .Xr dummynet 4 ,
4559 .Xr ip 4 ,
4560 .Xr ipf 4 ,
4561 .Xr ipfw 4 ,
4562 .Xr ipnat 4 ,
4563 .Xr kld 4 ,
4564 .Xr pf 4 ,
4565 .Xr pflog 4 ,
4566 .Xr pfsync 4 ,
4567 .Xr tcp 4 ,
4568 .Xr udp 4 ,
4569 .Xr exports 5 ,
4570 .Xr fstab 5 ,
4571 .Xr ipf 5 ,
4572 .Xr ipnat 5 ,
4573 .Xr motd 5 ,
4574 .Xr newsyslog.conf 5 ,
4575 .Xr pf.conf 5 ,
4576 .Xr security 7 ,
4577 .Xr accton 8 ,
4578 .Xr amd 8 ,
4579 .Xr apm 8 ,
4580 .Xr atm 8 ,
4581 .Xr bthidd 8 ,
4582 .Xr chkprintcap 8 ,
4583 .Xr chown 8 ,
4584 .Xr cron 8 ,
4585 .Xr devfs 8 ,
4586 .Xr dhclient 8 ,
4587 .Xr ftpd 8 ,
4588 .Xr geli 8 ,
4589 .Xr hcsecd 8 ,
4590 .Xr ifconfig 8 ,
4591 .Xr inetd 8 ,
4592 .Xr ipf 8 ,
4593 .Xr ipfw 8 ,
4594 .Xr ipnat 8 ,
4595 .Xr jail 8 ,
4596 .Xr kldxref 8 ,
4597 .Xr lpd 8 ,
4598 .Xr mdconfig 8 ,
4599 .Xr mdmfs 8 ,
4600 .Xr mixer 8 ,
4601 .Xr mountd 8 ,
4602 .Xr moused 8 ,
4603 .Xr mrouted 8 ,
4604 .Xr named 8 ,
4605 .Xr newfs 8 ,
4606 .Xr newsyslog 8 ,
4607 .Xr nfsd 8 ,
4608 .Xr ntpd 8 ,
4609 .Xr ntpdate 8 ,
4610 .Xr pfctl 8 ,
4611 .Xr pflogd 8 ,
4612 .Xr ping 8 ,
4613 .Xr powerd 8 ,
4614 .Xr quotacheck 8 ,
4615 .Xr quotaon 8 ,
4616 .Xr rc 8 ,
4617 .Xr rc.sendmail 8 ,
4618 .Xr rfcomm_pppd 8 ,
4619 .Xr route 8 ,
4620 .Xr routed 8 ,
4621 .Xr rpcbind 8 ,
4622 .Xr rpc.lockd 8 ,
4623 .Xr rpc.statd 8 ,
4624 .Xr rwhod 8 ,
4625 .Xr savecore 8 ,
4626 .Xr sdpd 8 ,
4627 .Xr sshd 8 ,
4628 .Xr swapon 8 ,
4629 .Xr sysctl 8 ,
4630 .Xr syslogd 8 ,
4631 .Xr timed 8 ,
4632 .Xr usbconfig 8 ,
4633 .Xr wlandebug 8 ,
4634 .Xr yp 8 ,
4635 .Xr ypbind 8 ,
4636 .Xr ypserv 8 ,
4637 .Xr ypset 8
4638 .Sh HISTORY
4639 The
4640 .Nm
4641 file appeared in
4642 .Fx 2.2.2 .
4643 .Sh AUTHORS
4644 .An Jordan K. Hubbard .