1997-09-11 14:31:55 +00:00
|
|
|
.\" Copyright (c) 1995
|
|
|
|
.\" Jordan K. Hubbard
|
|
|
|
.\"
|
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
.\" are met:
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
|
|
|
.\"
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND
|
|
|
|
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE
|
|
|
|
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
.\" SUCH DAMAGE.
|
|
|
|
.\"
|
1999-08-28 00:22:10 +00:00
|
|
|
.\" $FreeBSD$
|
1997-09-11 14:31:55 +00:00
|
|
|
.\"
|
2001-02-05 04:54:42 +00:00
|
|
|
.Dd February 4, 2001
|
1997-09-11 14:31:55 +00:00
|
|
|
.Dt RC.CONF 5
|
2000-07-03 12:56:00 +00:00
|
|
|
.Os
|
1997-09-11 14:31:55 +00:00
|
|
|
.Sh NAME
|
|
|
|
.Nm rc.conf
|
2001-04-18 15:54:10 +00:00
|
|
|
.Nd system configuration information
|
1997-09-11 14:31:55 +00:00
|
|
|
.Sh DESCRIPTION
|
|
|
|
The file
|
2000-07-03 12:56:00 +00:00
|
|
|
.Nm
|
1997-09-11 14:31:55 +00:00
|
|
|
contains descriptive information about the local host name, configuration
|
|
|
|
details for any potential network interfaces and which services should be
|
|
|
|
started up at system initial boot time. In new installations, the
|
2000-07-03 12:56:00 +00:00
|
|
|
.Nm
|
1997-09-11 14:31:55 +00:00
|
|
|
file is generally initialized by the system installation utility:
|
|
|
|
.Pa /stand/sysinstall .
|
|
|
|
.Pp
|
|
|
|
The purpose of
|
2000-07-03 12:56:00 +00:00
|
|
|
.Nm
|
1997-09-11 14:31:55 +00:00
|
|
|
is not to run commands or perform system startup actions
|
|
|
|
directly. Instead, it is included by the
|
|
|
|
various generic startup scripts in
|
|
|
|
.Pa /etc
|
|
|
|
which conditionalize their
|
|
|
|
internal actions according to the settings found there.
|
|
|
|
.Pp
|
1999-07-09 01:47:00 +00:00
|
|
|
The
|
|
|
|
.Pa /etc/rc.conf
|
|
|
|
file is included from the file
|
|
|
|
.Pa /etc/defaults/rc.conf ,
|
2000-03-03 14:05:08 +00:00
|
|
|
which specifies the default settings for all the available options.
|
|
|
|
Options
|
2001-04-24 20:00:58 +00:00
|
|
|
need only be specified in
|
1999-07-09 01:47:00 +00:00
|
|
|
.Pa /etc/rc.conf
|
2000-03-03 14:05:08 +00:00
|
|
|
when the system administrator wishes to override these defaults.
|
|
|
|
The file
|
1999-07-09 01:47:00 +00:00
|
|
|
.Pa /etc/rc.conf.local
|
|
|
|
is used to override settings in
|
|
|
|
.Pa /etc/rc.conf
|
2000-03-03 14:05:08 +00:00
|
|
|
for historical reasons.
|
|
|
|
See the
|
1999-07-09 01:47:00 +00:00
|
|
|
.Dq rc_conf_files
|
|
|
|
option below.
|
|
|
|
.Pp
|
1997-09-11 14:31:55 +00:00
|
|
|
The following list provides a name and short description for each
|
|
|
|
variable you can set in the
|
|
|
|
.Nm
|
|
|
|
file:
|
|
|
|
.Bl -tag -width Ar
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va swapfile
|
|
|
|
.Pq Vt str
|
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq NO
|
1997-09-11 14:31:55 +00:00
|
|
|
then no swapfile is installed, otherwise the value is used as the full
|
|
|
|
pathname to a file to use for additional swap space.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va apm_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
1997-09-11 14:31:55 +00:00
|
|
|
enable support for Automatic Power Management with
|
|
|
|
the
|
|
|
|
.Xr apm 8
|
|
|
|
command.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va apmd_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
Run
|
1999-08-25 15:13:24 +00:00
|
|
|
.Xr apmd 8
|
|
|
|
to handle APM event from userland.
|
|
|
|
This also enable support for APM.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va apmd_flags
|
|
|
|
.Pq Vt str
|
|
|
|
If
|
|
|
|
.Va apmd_enable
|
1999-08-25 15:13:24 +00:00
|
|
|
is set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
1999-08-25 15:13:24 +00:00
|
|
|
these are the flags to pass to the
|
|
|
|
.Xr apmd 8
|
|
|
|
daemon.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va pccard_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
1997-09-11 14:31:55 +00:00
|
|
|
enable PCCARD support at boot time.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va pccard_mem
|
|
|
|
.Pq Vt str
|
|
|
|
Set to PCCARD controller memory address or
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq DEFAULT
|
1997-09-11 14:31:55 +00:00
|
|
|
for the default value.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va pccard_ifconfig
|
|
|
|
.Pq Vt str
|
|
|
|
List of arguments to be passed to ifconfig(8) at boot time or on
|
2001-06-24 01:34:38 +00:00
|
|
|
insertion of the card (e.g. "inet 192.168.1.1 netmask 255.255.255.0"
|
1999-07-16 09:22:01 +00:00
|
|
|
for a fixed address or "DHCP" for a DHCP client).
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va pccard_beep
|
|
|
|
.Pq Vt integer
|
|
|
|
If 0,
|
2000-10-05 07:22:58 +00:00
|
|
|
set the PCCARD controller to silent mode.
|
|
|
|
If 1,
|
|
|
|
set it to beep mode.
|
2000-10-28 13:35:34 +00:00
|
|
|
If 2,
|
|
|
|
set it to melody mode.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va pccard_conf
|
|
|
|
.Pq Vt str
|
|
|
|
Path to the configuration file for the
|
1999-07-12 19:24:53 +00:00
|
|
|
.Xr pccardd 8
|
2001-04-24 20:00:58 +00:00
|
|
|
daemon (e.g.
|
2000-07-03 12:56:00 +00:00
|
|
|
.Pa /etc/pccard.conf.sample ) .
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va pccardd_flags
|
|
|
|
.Pq Vt str
|
|
|
|
If
|
|
|
|
.Va pccard_enable
|
2001-04-24 20:00:58 +00:00
|
|
|
is set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
2001-04-24 20:00:58 +00:00
|
|
|
these are the flags to pass to the
|
1999-07-12 19:24:53 +00:00
|
|
|
.Xr pccardd 8
|
|
|
|
daemon.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va removable_interfaces
|
|
|
|
.Pq Vt str
|
|
|
|
List of removable network interfaces to be supported by
|
2001-04-04 16:48:57 +00:00
|
|
|
.Pa /etc/pccard_ether .
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va local_startup
|
|
|
|
.Pq Vt str
|
|
|
|
List of directories to search for startup script files.
|
2001-07-17 14:33:52 +00:00
|
|
|
.It Va script_name_sep
|
|
|
|
.Pq Vt str
|
|
|
|
The field separator to use for breaking down the list of startup script files
|
|
|
|
into individual filenames.
|
|
|
|
The default is a space.
|
|
|
|
You do not need to change this unless you have startup scripts with names
|
|
|
|
containing spaces.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va hostname
|
|
|
|
.Pq Vt str
|
|
|
|
The Fully Qualified Domain Name of your host on the network.
|
1997-09-11 14:31:55 +00:00
|
|
|
This should almost certainly be set to something meaningful, even if
|
1999-09-02 18:10:40 +00:00
|
|
|
you are not connected to a network. If you are using
|
1999-09-02 05:12:03 +00:00
|
|
|
.Xr dhclient 8
|
|
|
|
to set your hostname via DHCP, this variable should be set to an empty string.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va nisdomainname
|
|
|
|
.Pq Vt str
|
|
|
|
The NIS domainname of your host, or
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq NO
|
1999-09-02 05:12:03 +00:00
|
|
|
if you are not running NIS.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va dhcp_program
|
|
|
|
.Pq Vt str
|
|
|
|
Path to the DHCP client program
|
2001-08-07 15:48:51 +00:00
|
|
|
.Pa ( /sbin/dhclient ,
|
2000-07-03 12:56:00 +00:00
|
|
|
the ISC DHCP client,
|
2001-08-07 15:48:51 +00:00
|
|
|
is the default).
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va dhcp_flags
|
|
|
|
.Pq Vt str
|
|
|
|
Additional flags to pass to the DHCP client program.
|
2000-01-13 12:53:54 +00:00
|
|
|
For the ISC DHCP client, see the
|
|
|
|
.Xr dhclient 8
|
|
|
|
page for a description of the command line options available.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va firewall_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
Set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq NO
|
2001-04-24 20:00:58 +00:00
|
|
|
if you do not want have firewall rules loaded at startup, or
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES
|
1997-10-20 08:37:59 +00:00
|
|
|
if you do.
|
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
1997-10-20 08:37:59 +00:00
|
|
|
and the kernel was not built with IPFIREWALL, the ipfw
|
|
|
|
kernel module will be loaded.
|
2000-10-06 12:24:45 +00:00
|
|
|
See also
|
2001-04-28 20:51:23 +00:00
|
|
|
.Va ipfilter_enable .
|
|
|
|
.It Va firewall_script
|
|
|
|
.Pq Vt str
|
|
|
|
If you want to run a firewall script other than
|
2000-04-27 09:10:53 +00:00
|
|
|
.Pa /etc/rc.firewall ,
|
|
|
|
set this variable to the full path to that script.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va firewall_type
|
|
|
|
.Pq Vt str
|
|
|
|
Names the firewall type from the selection in
|
1997-09-11 14:31:55 +00:00
|
|
|
.Pa /etc/rc.firewall ,
|
1997-10-20 08:37:59 +00:00
|
|
|
or the file which contains the local firewall ruleset. Valid selections
|
2001-04-24 20:00:58 +00:00
|
|
|
from
|
1997-10-20 08:37:59 +00:00
|
|
|
.Pa /etc/rc.firewall ,
|
2001-04-24 20:00:58 +00:00
|
|
|
are
|
1999-09-15 18:50:39 +00:00
|
|
|
.Dq open
|
|
|
|
- unrestricted IP access;
|
|
|
|
.Dq closed
|
|
|
|
- all IP services disabled, except via lo0;
|
|
|
|
.Dq client
|
|
|
|
- basic protection for a workstation;
|
|
|
|
.Dq simple
|
2001-04-24 20:00:58 +00:00
|
|
|
- basic protection for a LAN. If a filename is specified, the full path
|
2000-04-27 00:48:59 +00:00
|
|
|
must be given.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va firewall_quiet
|
|
|
|
.Pq Vt bool
|
|
|
|
Set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES
|
1997-10-20 08:37:59 +00:00
|
|
|
to disable the display of ipfw rules on the console during boot.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va firewall_logging
|
|
|
|
.Pq Vt bool
|
|
|
|
Set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES
|
2000-05-09 08:09:31 +00:00
|
|
|
to enable ipfw event logging.
|
2001-07-23 10:25:38 +00:00
|
|
|
This is equivalent to the
|
|
|
|
.Dv IPFIREWALL_VERBOSE
|
|
|
|
kernel option.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va natd_program
|
|
|
|
.Pq Vt str
|
2001-07-23 10:20:35 +00:00
|
|
|
Path to
|
1999-03-24 10:28:16 +00:00
|
|
|
.Xr natd 8 .
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va natd_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
Set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES
|
1998-04-18 10:27:19 +00:00
|
|
|
to enable natd.
|
2001-04-28 20:51:23 +00:00
|
|
|
.Va firewall_enable
|
1998-04-18 10:27:19 +00:00
|
|
|
must also be set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
1998-04-18 10:27:19 +00:00
|
|
|
and
|
|
|
|
.Xr divert 4
|
|
|
|
sockets must be enabled in your kernel.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va natd_interface
|
2001-07-24 09:19:58 +00:00
|
|
|
.Pq Vt str
|
1998-04-18 10:27:19 +00:00
|
|
|
This is the name of the public interface on which natd should run. It
|
|
|
|
is mandatory if
|
2001-04-28 20:51:23 +00:00
|
|
|
.Va natd_enable
|
1998-04-18 10:27:19 +00:00
|
|
|
is set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES .
|
1998-07-08 23:31:28 +00:00
|
|
|
The interface may be given as an interface name or as an IP address.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va natd_flags
|
2001-07-24 09:19:58 +00:00
|
|
|
.Pq Vt str
|
1998-04-18 10:27:19 +00:00
|
|
|
Additional natd flags should be placed here. The
|
|
|
|
.Fl n
|
1998-07-08 23:31:28 +00:00
|
|
|
or
|
|
|
|
.Fl a
|
1998-04-18 10:27:19 +00:00
|
|
|
flag is automatically added with the above
|
2001-04-28 20:51:23 +00:00
|
|
|
.Va natd_interface
|
1998-04-18 10:27:19 +00:00
|
|
|
as an argument.
|
2000-10-06 12:24:45 +00:00
|
|
|
.\" ----- ipfilter_enable seting --------------------------------
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va ipfilter_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
Set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq NO
|
2000-10-06 12:24:45 +00:00
|
|
|
by default.
|
|
|
|
Setting this to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES
|
2000-10-06 12:24:45 +00:00
|
|
|
enables
|
|
|
|
.Xr ipf 8
|
|
|
|
packet filtering.
|
|
|
|
Strictly speaking almost any filter could be established
|
|
|
|
"abusing" this setting and the fact that
|
2001-04-28 20:51:23 +00:00
|
|
|
.Va ipfilter_program ,
|
|
|
|
.Va ipfilter_rules
|
2000-10-06 12:24:45 +00:00
|
|
|
and
|
2001-04-28 20:51:23 +00:00
|
|
|
.Va ipfilter_flags
|
2000-10-06 12:24:45 +00:00
|
|
|
are concatenated to form a command,
|
|
|
|
as long as the file specified in
|
2001-04-28 20:51:23 +00:00
|
|
|
.Va ipfilter_rules
|
2000-10-06 12:24:45 +00:00
|
|
|
is readable.
|
|
|
|
When
|
2001-04-28 20:51:23 +00:00
|
|
|
.Va ipfilter_enable
|
2000-10-06 12:24:45 +00:00
|
|
|
and
|
2001-04-28 20:51:23 +00:00
|
|
|
.Va ipnat_enable
|
2000-10-06 12:24:45 +00:00
|
|
|
are set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES
|
2000-10-06 12:24:45 +00:00
|
|
|
and the file specified in
|
2001-04-28 20:51:23 +00:00
|
|
|
.Va ipnat_rules
|
2000-10-06 12:24:45 +00:00
|
|
|
is readable,
|
2001-04-28 20:51:23 +00:00
|
|
|
.Va ipnat_program ,
|
|
|
|
.Va ipnat_rules
|
2000-10-06 12:24:45 +00:00
|
|
|
and
|
2001-04-28 20:51:23 +00:00
|
|
|
.Va ipnat_flags
|
2000-10-06 12:24:45 +00:00
|
|
|
make up a command line to start a network address translation program.
|
|
|
|
When
|
2001-04-28 20:51:23 +00:00
|
|
|
.Va ipfilter_enable
|
2000-10-06 12:24:45 +00:00
|
|
|
and
|
2001-04-28 20:51:23 +00:00
|
|
|
.Va ipmon_enable
|
2000-10-06 12:24:45 +00:00
|
|
|
are set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
2001-04-28 20:51:23 +00:00
|
|
|
.Va ipmon_program
|
2000-10-06 12:24:45 +00:00
|
|
|
and
|
2001-04-28 20:51:23 +00:00
|
|
|
.Va ipmon_flags
|
2000-10-06 12:24:45 +00:00
|
|
|
form another command line for monitoring the above actions.
|
|
|
|
See
|
|
|
|
.Pa /etc/rc.network
|
|
|
|
for details.
|
|
|
|
.Pp
|
|
|
|
Typical usage will require putting
|
|
|
|
.Bd -literal
|
|
|
|
ipfilter_enable="YES"
|
|
|
|
ipfilter_flags=""
|
|
|
|
ipnat_enable="YES"
|
|
|
|
ipmon_enable="YES"
|
|
|
|
.Ed
|
2001-07-23 10:25:38 +00:00
|
|
|
.Pp
|
2000-10-06 12:24:45 +00:00
|
|
|
into
|
|
|
|
.Pa /etc/rc.conf
|
|
|
|
and editing
|
|
|
|
.Pa /etc/ipf.rules
|
|
|
|
and
|
|
|
|
.Pa /etc/ipnat.rules
|
|
|
|
appropriately.
|
|
|
|
Turning off
|
2001-04-28 20:51:23 +00:00
|
|
|
.Va firewall_enable
|
2000-10-06 12:24:45 +00:00
|
|
|
when using ipf is recommended.
|
|
|
|
Having
|
|
|
|
.Bd -literal
|
|
|
|
options IPFILTER
|
|
|
|
options IPFILTER_LOG
|
|
|
|
options IPFILTER_DEFAULT_BLOCK
|
|
|
|
.Ed
|
2001-07-23 10:25:38 +00:00
|
|
|
.Pp
|
2000-10-06 12:24:45 +00:00
|
|
|
in the kernel configuration file is a good idea, too.
|
|
|
|
.\" ----- ipfilter_program setting ------------------------------
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va ipfilter_program
|
|
|
|
.Pq Vt str
|
|
|
|
Set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq /sbin/ipf -Fa -f
|
2000-10-06 12:24:45 +00:00
|
|
|
by default.
|
|
|
|
This variable contains a command line
|
|
|
|
up to (but not including) the filter rule definition
|
|
|
|
(expected to live in a separate file).
|
|
|
|
See
|
2001-04-28 20:51:23 +00:00
|
|
|
.Va ipfilter_enable
|
2000-10-06 12:24:45 +00:00
|
|
|
for a detailled discussion.
|
|
|
|
.\" ----- ipfilter_rules setting --------------------------------
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va ipfilter_rules
|
|
|
|
.Pq Vt str
|
|
|
|
Set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq /etc/ipf.rules
|
2000-10-06 12:24:45 +00:00
|
|
|
by default.
|
|
|
|
This variable contains the name of the filter rule definition file.
|
|
|
|
The file is expected to be readable for the filter command to execute.
|
|
|
|
See
|
2001-04-28 20:51:23 +00:00
|
|
|
.Va ipfilter_enable
|
2000-10-06 12:24:45 +00:00
|
|
|
for a detailled discussion.
|
|
|
|
.\" ----- ipfilter_flags setting --------------------------------
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va ipfilter_flags
|
|
|
|
.Pq Vt str
|
|
|
|
Set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq -E
|
2000-10-06 12:24:45 +00:00
|
|
|
by default.
|
|
|
|
This variable contains flags appended to the filter command
|
|
|
|
after the rule definition filename.
|
|
|
|
The default setting will initialize an on demand loaded ipf module.
|
|
|
|
When compiling ipfilter directly into your kernel (as is recommended)
|
|
|
|
the variable should be empty to not initialize
|
|
|
|
the code more than once.
|
|
|
|
See
|
2001-04-28 20:51:23 +00:00
|
|
|
.Va ipfilter_enable
|
2000-10-06 12:24:45 +00:00
|
|
|
for a detailled discussion.
|
|
|
|
.\" ----- ipnat_enable setting ----------------------------------
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va ipnat_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
Set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq NO
|
2000-10-06 12:24:45 +00:00
|
|
|
by default.
|
|
|
|
Set it to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES
|
2000-10-06 12:24:45 +00:00
|
|
|
to enable
|
2001-06-05 12:23:22 +00:00
|
|
|
.Xr ipnat 1
|
2000-10-06 12:24:45 +00:00
|
|
|
network address translation.
|
|
|
|
Setting this variable needs setting
|
2001-04-28 20:51:23 +00:00
|
|
|
.Va ipfilter_enable ,
|
2000-10-06 12:24:45 +00:00
|
|
|
too.
|
|
|
|
See
|
2001-04-28 20:51:23 +00:00
|
|
|
.Va ipfilter_enable
|
2000-10-06 12:24:45 +00:00
|
|
|
for a detailled discussion.
|
|
|
|
.\" ----- ipnat_program setting ---------------------------------
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va ipnat_program
|
|
|
|
.Pq Vt str
|
|
|
|
Set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq /sbin/ipnat -CF -f
|
2000-10-06 12:24:45 +00:00
|
|
|
by default.
|
|
|
|
This variable contains a command line
|
|
|
|
up to (but not including) the translation rule definition
|
|
|
|
(expected to live in a separate file).
|
|
|
|
See
|
2001-04-28 20:51:23 +00:00
|
|
|
.Va ipfilter_enable
|
2000-10-06 12:24:45 +00:00
|
|
|
for a detailled discussion.
|
|
|
|
.\" ----- ipnat_rules setting -----------------------------------
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va ipnat_rules
|
|
|
|
.Pq Vt str
|
|
|
|
Set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq /etc/ipnat.rules
|
2000-10-06 12:24:45 +00:00
|
|
|
by default.
|
|
|
|
This variable contains the name of the file
|
|
|
|
holding the network address translation definition.
|
|
|
|
This file is expected to be readable for the NAT command to execute.
|
|
|
|
See
|
2001-04-28 20:51:23 +00:00
|
|
|
.Va ipfilter_enable
|
2000-10-06 12:24:45 +00:00
|
|
|
for a detailled discussion.
|
|
|
|
.\" ----- ipnat_flags setting -----------------------------------
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va ipnat_flags
|
|
|
|
.Pq Vt str
|
|
|
|
Empty by default.
|
2000-10-06 12:24:45 +00:00
|
|
|
This variable contains additional flags
|
|
|
|
appended to the ipnat command line
|
|
|
|
after the rule definition filename.
|
|
|
|
See
|
2001-04-28 20:51:23 +00:00
|
|
|
.Va ipfilter_enable
|
2000-10-06 12:24:45 +00:00
|
|
|
for a detailled discussion.
|
|
|
|
.\" ----- ipmon_enable setting ----------------------------------
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va ipmon_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
Set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq NO
|
2000-10-06 12:24:45 +00:00
|
|
|
by default.
|
|
|
|
Set it to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES
|
2000-10-06 12:24:45 +00:00
|
|
|
to enable
|
|
|
|
.Xr ipmon 8
|
|
|
|
monitoring (logging
|
|
|
|
.Xr ipf 8
|
|
|
|
and
|
2001-06-05 12:23:22 +00:00
|
|
|
.Xr ipnat 1
|
2000-10-06 12:24:45 +00:00
|
|
|
events).
|
|
|
|
Setting this variable needs setting
|
2001-04-28 20:51:23 +00:00
|
|
|
.Va ipfilter_enable ,
|
2000-10-06 12:24:45 +00:00
|
|
|
too.
|
|
|
|
See
|
2001-04-28 20:51:23 +00:00
|
|
|
.Va ipfilter_enable
|
2000-10-06 12:24:45 +00:00
|
|
|
for a detailled discussion.
|
|
|
|
.\" ----- ipmon_program setting ---------------------------------
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va ipmon_program
|
|
|
|
.Pq Vt str
|
|
|
|
Set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq /sbin/ipmon
|
2000-10-06 12:24:45 +00:00
|
|
|
by default.
|
|
|
|
This variable contains the
|
|
|
|
.Xr ipmon 8
|
|
|
|
executable filename.
|
|
|
|
See
|
2001-04-28 20:51:23 +00:00
|
|
|
.Va ipfilter_enable
|
2000-10-06 12:24:45 +00:00
|
|
|
for a detailled discussion.
|
|
|
|
.\" ----- ipmon_flags setting -----------------------------------
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va ipmon_flags
|
|
|
|
.Pq Vt str
|
|
|
|
Set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq -Ds
|
2000-10-06 12:24:45 +00:00
|
|
|
by default.
|
|
|
|
This variable contains flags passed to the
|
|
|
|
.Xr ipmon 8
|
|
|
|
program.
|
|
|
|
Another typical example would be
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq -D /var/log/ipflog
|
2000-10-06 12:24:45 +00:00
|
|
|
to have
|
|
|
|
.Xr ipmon 8
|
|
|
|
log directly to a file bypassing
|
|
|
|
.Xr syslogd 8 .
|
|
|
|
Make sure to adjust
|
|
|
|
.Pa /etc/newsyslog.conf
|
|
|
|
in such case like this:
|
|
|
|
.Bd -literal
|
|
|
|
/var/log/ipflog 640 10 100 * Z /var/run/ipmon.pid
|
|
|
|
.Ed
|
2001-07-23 10:25:38 +00:00
|
|
|
.Pp
|
2000-10-06 12:24:45 +00:00
|
|
|
See
|
2001-04-28 20:51:23 +00:00
|
|
|
.Va ipfilter_enable
|
2000-10-06 12:24:45 +00:00
|
|
|
for a detailled discussion.
|
|
|
|
.\" ----- end of added ipf hook ---------------------------------
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va tcp_extensions
|
|
|
|
.Pq Vt bool
|
|
|
|
Set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES
|
2000-03-03 14:05:08 +00:00
|
|
|
by default.
|
2001-05-25 04:27:48 +00:00
|
|
|
Setting this to NO disables certain TCP options as described by
|
1999-09-21 18:50:03 +00:00
|
|
|
.Rs
|
|
|
|
.%T RFC 1323
|
|
|
|
.Re
|
|
|
|
If you have problems with connections
|
1997-09-11 14:31:55 +00:00
|
|
|
randomly hanging or other weird behavior of such nature, you might
|
2001-05-25 04:27:48 +00:00
|
|
|
try setting this to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq NO
|
1997-09-11 14:31:55 +00:00
|
|
|
and seeing if that helps. Some hardware/software out there is known
|
|
|
|
to be broken with respect to these options.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va log_in_vain
|
|
|
|
.Pq Vt bool
|
|
|
|
Set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq NO
|
1999-08-13 06:39:12 +00:00
|
|
|
by default.
|
|
|
|
Setting to YES will enable logging of connection attempts to ports that
|
|
|
|
have no listening socket on them.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va tcp_keepalive
|
|
|
|
.Pq Vt bool
|
|
|
|
Set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES
|
1999-09-13 09:18:31 +00:00
|
|
|
by default.
|
|
|
|
Setting to NO will disable probing idle TCP connections to verify that the
|
|
|
|
peer is still up and reachable.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va tcp_drop_synfin
|
|
|
|
.Pq Vt bool
|
|
|
|
Set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq NO
|
1999-09-13 09:18:31 +00:00
|
|
|
by default.
|
|
|
|
Setting to YES will cause the kernel to ignore TCP frames that have both
|
2000-03-03 14:05:08 +00:00
|
|
|
the SYN and FIN flags set.
|
|
|
|
This prevents OS fingerprinting, but may
|
|
|
|
break some legitimate applications.
|
|
|
|
This option is only available if the
|
2001-07-23 10:25:38 +00:00
|
|
|
kernel was built with the
|
|
|
|
.Dv TCP_DROP_SYNFIN
|
|
|
|
option.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va icmp_drop_redirect
|
|
|
|
.Pq Vt bool
|
|
|
|
Set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq NO
|
1999-09-13 09:18:31 +00:00
|
|
|
by default.
|
|
|
|
Setting to YES will cause the kernel to ignore ICMP REDIRECT packets.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va icmp_log_redirect
|
|
|
|
.Pq Vt bool
|
|
|
|
Set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq NO
|
1999-09-13 09:18:31 +00:00
|
|
|
by default.
|
2000-03-03 14:05:08 +00:00
|
|
|
Setting to YES will cause the kernel to log ICMP REDIRECT packets.
|
|
|
|
Note that
|
1999-09-13 09:18:31 +00:00
|
|
|
the log messages are not rate-limited, so this option should only be used
|
|
|
|
for troubleshooting your own network.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va network_interfaces
|
|
|
|
.Pq Vt str
|
|
|
|
Set to the list of network interfaces to configure on this host.
|
1997-09-11 14:31:55 +00:00
|
|
|
For example, if you had a loopback device (standard) and an SMC Elite
|
|
|
|
Ultra NIC, you might have this set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq "lo0 ed0"
|
2001-04-24 20:00:58 +00:00
|
|
|
for the two interfaces. An
|
1997-09-11 14:31:55 +00:00
|
|
|
.No ifconfig_ Ns Em interface
|
2001-04-24 20:00:58 +00:00
|
|
|
variable is also assumed to exist for each value of
|
1997-09-11 14:31:55 +00:00
|
|
|
.Em interface .
|
|
|
|
It is also possible to add IP alias entries here in cases where you
|
|
|
|
want a single interface to have multiple IP addresses registered against
|
|
|
|
it.
|
|
|
|
Assuming that the interface in question was ed0, it might look
|
|
|
|
something like this:
|
|
|
|
.Bd -literal
|
2001-04-24 20:00:58 +00:00
|
|
|
ifconfig_ed0_alias0="inet 127.0.0.253 netmask 0xffffffff"
|
1997-09-11 14:31:55 +00:00
|
|
|
ifconfig_ed0_alias1="inet 127.0.0.254 netmask 0xffffffff"
|
|
|
|
.Ed
|
2001-07-23 10:25:38 +00:00
|
|
|
.Pp
|
2001-07-24 08:48:50 +00:00
|
|
|
And so on.
|
|
|
|
For each
|
|
|
|
.Va ifconfig_ Ns Ao Ar interface Ac Ns Va _alias Ns Aq Ar n
|
|
|
|
entry that is found,
|
|
|
|
its contents are passed to
|
1997-09-11 14:31:55 +00:00
|
|
|
.Xr ifconfig 8 .
|
|
|
|
Execution stops at the first unsuccessful access, so if you
|
|
|
|
had something like:
|
|
|
|
.Bd -literal
|
|
|
|
ifconfig_ed0_alias0="inet 127.0.0.251 netmask 0xffffffff"
|
|
|
|
ifconfig_ed0_alias1="inet 127.0.0.252 netmask 0xffffffff"
|
|
|
|
ifconfig_ed0_alias2="inet 127.0.0.253 netmask 0xffffffff"
|
|
|
|
ifconfig_ed0_alias4="inet 127.0.0.254 netmask 0xffffffff"
|
|
|
|
.Ed
|
2001-07-23 10:25:38 +00:00
|
|
|
.Pp
|
2001-04-24 20:00:58 +00:00
|
|
|
Then note that alias4 would
|
2000-01-13 12:06:41 +00:00
|
|
|
.Em not
|
|
|
|
be added since the search would
|
1997-09-11 14:31:55 +00:00
|
|
|
stop with the missing alias3 entry.
|
2000-01-13 11:44:28 +00:00
|
|
|
.Pp
|
|
|
|
You can bring up an interface with DHCP by setting the
|
|
|
|
.No ifconfig_ Ns Em interface
|
|
|
|
variable to
|
|
|
|
.Dq DHCP .
|
|
|
|
For instance, to initialize your ed0 device via DHCP,
|
|
|
|
you might have something like:
|
|
|
|
.Bd -literal
|
|
|
|
ifconfig_ed0="DHCP"
|
|
|
|
.Ed
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va ppp_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
1999-07-26 10:49:37 +00:00
|
|
|
run the
|
|
|
|
.Xr ppp 8
|
|
|
|
daemon.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va ppp_mode
|
|
|
|
.Pq Vt str
|
|
|
|
Mode in which to run the
|
1999-07-26 10:49:37 +00:00
|
|
|
.Xr ppp 8
|
|
|
|
daemon. Accepted modes are
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq auto ,
|
|
|
|
.Dq ddial ,
|
|
|
|
.Dq direct
|
1999-07-26 10:49:37 +00:00
|
|
|
and
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq dedicated .
|
1999-07-26 10:49:37 +00:00
|
|
|
See the manual for a full description.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va ppp_nat
|
|
|
|
.Pq Vt bool
|
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
2000-03-03 14:05:08 +00:00
|
|
|
enables packet aliasing.
|
|
|
|
Used in conjunction with
|
2001-04-28 20:51:23 +00:00
|
|
|
.Va gateway_enable
|
1999-07-26 10:49:37 +00:00
|
|
|
allows hosts on private network addresses access to the Internet using
|
|
|
|
this host as a network address translating router.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va ppp_profile
|
|
|
|
.Pq Vt str
|
|
|
|
The name of the profile to use from
|
2000-07-03 12:56:00 +00:00
|
|
|
.Pa /etc/ppp/ppp.conf .
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va ppp_user
|
|
|
|
.Pq Vt str
|
|
|
|
The name of the user under which ppp should be started.
|
2001-04-27 10:27:06 +00:00
|
|
|
By
|
2000-08-10 00:13:02 +00:00
|
|
|
default, ppp is started as
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq root .
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va rc_conf_files
|
|
|
|
.Pq Vt str
|
|
|
|
This option is used to specify a list of files that will override
|
1999-07-09 01:47:00 +00:00
|
|
|
the settings in
|
|
|
|
.Pa /etc/defaults/rc.conf .
|
|
|
|
The files will be read in the order in which they are specified and should
|
2000-03-03 14:05:08 +00:00
|
|
|
include the full path to the file.
|
|
|
|
By default, the files specified are
|
1999-07-09 01:47:00 +00:00
|
|
|
.Pa /etc/rc.conf
|
|
|
|
and
|
|
|
|
.Pa /etc/rc.conf.local
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va fsck_y_enable
|
|
|
|
.Pq Vt bool
|
2001-07-23 10:20:35 +00:00
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
2001-02-05 04:54:42 +00:00
|
|
|
.Xr fsck 8
|
|
|
|
will be run with the -y flag if the initial preen
|
|
|
|
of the filesystems fails.
|
2001-05-22 00:05:48 +00:00
|
|
|
.It Va background_fsck
|
|
|
|
.Pq Vt bool
|
2001-07-23 10:20:35 +00:00
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
2001-05-22 00:05:48 +00:00
|
|
|
the system will attempt to run
|
|
|
|
.Xr fsck 8
|
|
|
|
in the background where possible.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va syslogd_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
1997-09-11 14:31:55 +00:00
|
|
|
run the
|
|
|
|
.Xr syslogd 8
|
|
|
|
daemon.
|
2001-07-23 10:06:59 +00:00
|
|
|
.It Va syslogd_program
|
|
|
|
.Pq Vt str
|
|
|
|
Path to
|
|
|
|
.Xr syslogd 8
|
|
|
|
(default
|
|
|
|
.Pa /usr/sbin/syslogd ) .
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va syslogd_flags
|
|
|
|
.Pq Vt str
|
2001-07-23 10:25:38 +00:00
|
|
|
If
|
|
|
|
.Va syslogd_enable
|
|
|
|
is set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
1997-09-11 14:31:55 +00:00
|
|
|
these are the flags to pass to
|
|
|
|
.Xr syslogd 8 .
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va inetd_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
1997-09-11 14:31:55 +00:00
|
|
|
run the
|
|
|
|
.Xr inetd 8
|
|
|
|
daemon.
|
2001-07-23 10:06:59 +00:00
|
|
|
.It Va inetd_program
|
|
|
|
.Pq Vt str
|
|
|
|
Path to
|
|
|
|
.Xr inetd 8
|
|
|
|
(default
|
|
|
|
.Pa /usr/sbin/inetd ) .
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va inetd_flags
|
|
|
|
.Pq Vt str
|
2001-07-23 10:25:38 +00:00
|
|
|
If
|
|
|
|
.Va inetd_enable
|
|
|
|
is set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
1997-09-11 14:31:55 +00:00
|
|
|
these are the flags to pass to
|
|
|
|
.Xr inetd 8 .
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va named_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
1997-09-11 14:31:55 +00:00
|
|
|
run the
|
|
|
|
.Xr named 8
|
|
|
|
daemon.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va named_program
|
|
|
|
.Pq Vt str
|
2001-07-23 10:20:35 +00:00
|
|
|
Path to
|
1998-02-04 15:57:13 +00:00
|
|
|
.Xr named 8
|
|
|
|
(default
|
|
|
|
.Pa /usr/sbin/named ) .
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va named_flags
|
|
|
|
.Pq Vt str
|
2001-07-23 10:20:35 +00:00
|
|
|
If
|
2001-04-28 20:51:23 +00:00
|
|
|
.Va named_enable
|
1997-09-11 14:31:55 +00:00
|
|
|
is set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
1997-09-11 14:31:55 +00:00
|
|
|
these are the flags to pass to
|
|
|
|
.Xr named 8 .
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va kerberos_server_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
Set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES
|
1997-09-11 14:31:55 +00:00
|
|
|
if you want to run a Kerberos authentication server
|
|
|
|
at boot time.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va kadmind_server_enable
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES
|
1997-11-07 20:45:48 +00:00
|
|
|
if you want to run
|
|
|
|
.Xr kadmind 8
|
|
|
|
the Kerberos Administration Daemon); set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq NO
|
1997-11-07 20:45:48 +00:00
|
|
|
on a slave server.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va kerberos_stash
|
2001-07-24 09:19:58 +00:00
|
|
|
.Pq Vt str
|
1997-11-07 20:45:48 +00:00
|
|
|
If
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
1997-11-07 20:45:48 +00:00
|
|
|
instruct the Kerberos servers to use the stashed master key instead of
|
|
|
|
prompting for it (only if
|
2001-04-28 20:51:23 +00:00
|
|
|
.Va kerberos_server_enable
|
1997-11-07 20:45:48 +00:00
|
|
|
is set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
1997-11-07 20:45:48 +00:00
|
|
|
and is used for both
|
|
|
|
.Xr kerberos 1
|
|
|
|
and
|
2001-01-16 09:32:40 +00:00
|
|
|
.Xr kadmind 8 ) .
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va rwhod_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
1997-09-11 14:31:55 +00:00
|
|
|
run the
|
|
|
|
.Xr rwhod 8
|
|
|
|
daemon at boot time.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va rwhod_flags
|
|
|
|
.Pq Vt str
|
|
|
|
If
|
|
|
|
.Va rwhod_enable
|
1999-01-14 09:13:00 +00:00
|
|
|
is set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
1999-01-14 09:13:00 +00:00
|
|
|
these are the flags to pass to it.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va amd_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
1997-09-11 14:31:55 +00:00
|
|
|
run the
|
|
|
|
.Xr amd 8
|
|
|
|
daemon at boot time.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va amd_flags
|
|
|
|
.Pq Vt str
|
|
|
|
If
|
|
|
|
.Va amd_enable
|
1997-09-11 14:31:55 +00:00
|
|
|
is set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
2000-01-13 12:06:41 +00:00
|
|
|
these are the flags to pass to it.
|
|
|
|
See the
|
|
|
|
.Xr amd 8
|
|
|
|
.Xr info 1
|
|
|
|
page for more information.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va update_motd
|
|
|
|
.Pq Vt bool
|
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
1999-09-15 18:50:39 +00:00
|
|
|
.Pa /etc/motd
|
1998-12-12 23:26:53 +00:00
|
|
|
will be updated at boot time to reflect the kernel release
|
|
|
|
bring run. If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq NO ,
|
1999-09-15 18:50:39 +00:00
|
|
|
.Pa /etc/motd
|
1998-12-12 23:26:53 +00:00
|
|
|
will not be updated
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va nfs_client_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
1997-09-11 14:31:55 +00:00
|
|
|
run the NFS client daemons at boot time.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va nfs_client_flags
|
|
|
|
.Pq Vt str
|
|
|
|
If
|
|
|
|
.Va nfs_client_enable
|
1997-09-11 14:31:55 +00:00
|
|
|
is set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
1997-09-11 14:31:55 +00:00
|
|
|
these are the flags to pass to the
|
|
|
|
.Xr nfsiod 8
|
|
|
|
daemon.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va nfs_access_cache
|
2001-07-24 09:19:58 +00:00
|
|
|
.Pq Vt integer
|
|
|
|
If
|
2001-04-28 20:51:23 +00:00
|
|
|
.Va nfs_client_enable
|
2001-04-24 20:00:58 +00:00
|
|
|
is set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
1998-11-15 20:29:27 +00:00
|
|
|
this can be set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq 0
|
2001-07-24 09:20:37 +00:00
|
|
|
to disable NFS ACCESS RPC caching, or to the number of seconds for which
|
|
|
|
NFS ACCESS
|
|
|
|
results should be cached.
|
|
|
|
A value of 2-10 seconds will substantially reduce network
|
1998-11-15 20:29:27 +00:00
|
|
|
traffic for many NFS operations.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va nfs_server_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
1997-09-11 14:31:55 +00:00
|
|
|
run the NFS server daemons at boot time.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va nfs_server_flags
|
|
|
|
.Pq Vt str
|
|
|
|
If
|
|
|
|
.Va nfs_server_enable
|
1997-09-11 14:31:55 +00:00
|
|
|
is set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
1997-09-11 14:31:55 +00:00
|
|
|
these are the flags to pass to the
|
|
|
|
.Xr nfsd 8
|
|
|
|
daemon.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va single_mountd_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
1999-11-23 04:14:35 +00:00
|
|
|
and no
|
2001-04-28 20:51:23 +00:00
|
|
|
.Va nfs_server_enable
|
1999-11-23 04:14:35 +00:00
|
|
|
is set, start
|
|
|
|
.Xr mountd 8 ,
|
|
|
|
but not
|
|
|
|
.Xr nfsd 8
|
2000-03-03 14:05:08 +00:00
|
|
|
daemon.
|
|
|
|
It is commonly needed to run CFS without real NFS used.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va weak_mountd_authentication
|
|
|
|
.Pq Vt bool
|
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
2000-01-13 12:06:41 +00:00
|
|
|
allow services like PCNFSD to make non-privileged mount
|
1997-09-11 14:31:55 +00:00
|
|
|
requests.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va nfs_privport
|
|
|
|
.Pq Vt bool
|
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
1997-09-11 14:31:55 +00:00
|
|
|
provide NFS services only on a secure port.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va nfs_bufpackets
|
|
|
|
.Pq Vt integer
|
|
|
|
If set to a number, indicates the number of packets worth of
|
2000-03-27 21:38:35 +00:00
|
|
|
socket buffer space to reserve on an NFS client. If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq DEFAULT ,
|
2000-03-27 21:38:35 +00:00
|
|
|
the kernel default is used (typically 4). Using a higher number may be
|
|
|
|
useful on gigabit networks to improve performance. The minimum value is
|
|
|
|
2 and the maximum is 64.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va rpc_lockd_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES
|
1997-09-11 14:31:55 +00:00
|
|
|
and also an NFS server, run
|
|
|
|
.Xr rpc.lockd 8
|
|
|
|
at boot time.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va rpc_statd_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES
|
1997-09-11 14:31:55 +00:00
|
|
|
and also an NFS server, run
|
|
|
|
.Xr rpc.statd 8
|
|
|
|
at boot time.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va portmap_program
|
|
|
|
.Pq Vt str
|
2001-07-23 10:20:35 +00:00
|
|
|
Path to
|
2001-06-07 16:59:19 +00:00
|
|
|
.Xr rpcbind 8
|
1999-03-29 17:22:47 +00:00
|
|
|
(default
|
2001-06-07 16:59:19 +00:00
|
|
|
.Pa /usr/sbin/rpcbind ) .
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va portmap_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
1997-09-11 14:31:55 +00:00
|
|
|
run the
|
2001-06-07 16:59:19 +00:00
|
|
|
.Xr rpcbind 8
|
1997-09-11 14:31:55 +00:00
|
|
|
service at boot time.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va portmap_flags
|
|
|
|
.Pq Vt str
|
|
|
|
If
|
|
|
|
.Va portmap_enable
|
1997-09-11 14:31:55 +00:00
|
|
|
is set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
1997-09-11 14:31:55 +00:00
|
|
|
these are the flags to pass to the
|
2001-06-07 16:59:19 +00:00
|
|
|
.Xr rpcbind 8
|
1997-09-11 14:31:55 +00:00
|
|
|
daemon.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va xtend_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES
|
1997-09-11 14:31:55 +00:00
|
|
|
then run the
|
2001-04-24 20:00:58 +00:00
|
|
|
.Xr xtend 8
|
1997-09-11 14:31:55 +00:00
|
|
|
daemon at boot time.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va xtend_flags
|
|
|
|
.Pq Vt str
|
|
|
|
If
|
|
|
|
.Va xtend_enable
|
1997-09-11 14:31:55 +00:00
|
|
|
is set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
1997-09-11 14:31:55 +00:00
|
|
|
these are the flags to pass to the
|
|
|
|
.Xr xtend 8
|
|
|
|
daemon.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va pppoed_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES
|
1999-11-23 00:22:58 +00:00
|
|
|
then run the
|
2001-04-24 20:00:58 +00:00
|
|
|
.Xr pppoed 8
|
1999-11-23 00:22:58 +00:00
|
|
|
daemon at boot time to provide PPP over Ethernet services.
|
2001-07-04 15:19:52 +00:00
|
|
|
.It Va pppoed_ Ns Ar provider
|
2001-07-24 09:19:58 +00:00
|
|
|
.Pq Vt str
|
1999-11-23 00:22:58 +00:00
|
|
|
.Xr pppoed 8
|
|
|
|
listens to requests to this
|
|
|
|
.Ar provider
|
|
|
|
and ultimately runs
|
|
|
|
.Xr ppp 8
|
|
|
|
with a
|
|
|
|
.Ar system
|
|
|
|
argument of the same name.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va pppoed_flags
|
2001-07-24 09:19:58 +00:00
|
|
|
.Pq Vt str
|
1999-11-23 00:22:58 +00:00
|
|
|
Additional flags to pass to
|
|
|
|
.Xr pppoed 8 .
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va pppoed_interface
|
2001-07-24 09:19:58 +00:00
|
|
|
.Pq Vt str
|
1999-11-23 00:22:58 +00:00
|
|
|
The network interface to run pppoed on. This is mandatory when
|
2001-04-28 20:51:23 +00:00
|
|
|
.Va pppoed_enable
|
1999-11-23 00:22:58 +00:00
|
|
|
is set to
|
|
|
|
.Dq YES .
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va timed_enable
|
|
|
|
.Pq Vt boot
|
2001-07-23 10:20:35 +00:00
|
|
|
If
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES
|
1997-09-11 14:31:55 +00:00
|
|
|
then run the
|
|
|
|
.Xr timed 8
|
|
|
|
service at boot time. This command is intended for networks of
|
|
|
|
machines where a consistent
|
|
|
|
.Qq "network time"
|
|
|
|
for all hosts must be established. This is often useful in large NFS
|
|
|
|
environments where time stamps on files are expected to be consistent
|
|
|
|
network-wide.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va timed_flags
|
|
|
|
.Pq Vt str
|
|
|
|
If
|
|
|
|
.Va timed_enable
|
1997-09-11 14:31:55 +00:00
|
|
|
is set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
1997-09-11 14:31:55 +00:00
|
|
|
these are the flags to pass to the
|
|
|
|
.Xr timed 8
|
|
|
|
service.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va ntpdate_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
1997-09-11 14:31:55 +00:00
|
|
|
run ntpdate at system startup. This command is intended to
|
|
|
|
synchronize the system clock only
|
2001-07-04 15:19:52 +00:00
|
|
|
.Em once
|
1997-09-11 14:31:55 +00:00
|
|
|
from some standard reference. An option to set this up initially
|
|
|
|
(from a list of known servers) is also provided by the
|
|
|
|
.Pa /stand/sysinstall
|
|
|
|
program when the system is first installed.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va ntpdate_program
|
|
|
|
.Pq Vt str
|
2001-07-23 10:20:35 +00:00
|
|
|
Path to
|
1998-05-06 17:26:48 +00:00
|
|
|
.Xr ntpdate 8
|
|
|
|
(default
|
|
|
|
.Pa /usr/sbin/ntpdate ) .
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va ntpdate_flags
|
|
|
|
.Pq Vt str
|
|
|
|
If
|
|
|
|
.Va ntpdate_enable
|
1997-09-11 14:31:55 +00:00
|
|
|
is set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
1997-09-11 14:31:55 +00:00
|
|
|
these are the flags to pass to the
|
|
|
|
.Xr ntpdate 8
|
|
|
|
command (typically a hostname).
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va xntpd_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES
|
1997-09-11 14:31:55 +00:00
|
|
|
then run the
|
2001-06-10 12:06:54 +00:00
|
|
|
.Xr ntpd 8
|
1997-09-11 14:31:55 +00:00
|
|
|
command at boot time.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va xntpd_program
|
|
|
|
.Pq Vt str
|
2001-07-23 10:20:35 +00:00
|
|
|
Path to
|
2001-06-10 12:06:54 +00:00
|
|
|
.Xr ntpd 8
|
1998-05-06 17:26:48 +00:00
|
|
|
(default
|
2001-06-10 12:06:54 +00:00
|
|
|
.Pa /usr/sbin/ntpd ) .
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va xntpd_flags
|
|
|
|
.Pq Vt str
|
|
|
|
If
|
|
|
|
.Va xntpd_enable
|
1997-09-11 14:31:55 +00:00
|
|
|
is set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
1997-09-11 14:31:55 +00:00
|
|
|
these are the flags to pass to the
|
2001-06-10 12:06:54 +00:00
|
|
|
.Xr ntpd 8
|
1997-09-11 14:31:55 +00:00
|
|
|
daemon.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va nis_client_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES
|
1997-09-11 14:31:55 +00:00
|
|
|
then run the
|
|
|
|
.Xr ypbind 8
|
|
|
|
service at system boot time.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va nis_client_flags
|
|
|
|
.Pq Vt str
|
|
|
|
If
|
|
|
|
.Va nis_client_enable
|
1997-09-11 14:31:55 +00:00
|
|
|
is set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
1997-09-11 14:31:55 +00:00
|
|
|
these are the flags to pass to the
|
|
|
|
.Xr ypbind 8
|
|
|
|
service.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va nis_ypset_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES
|
1997-09-11 14:31:55 +00:00
|
|
|
then run the
|
|
|
|
.Xr ypset 8
|
|
|
|
daemon at system boot time.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va nis_ypset_flags
|
|
|
|
.Pq Vt str
|
|
|
|
If
|
|
|
|
.Va nis_ypset_enable
|
1997-09-11 14:31:55 +00:00
|
|
|
is set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
1997-09-11 14:31:55 +00:00
|
|
|
these are the flags to pass to the
|
|
|
|
.Xr ypset 8
|
|
|
|
daemon.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va nis_server_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES
|
1997-09-11 14:31:55 +00:00
|
|
|
then run the
|
|
|
|
.Xr ypserv 8
|
|
|
|
daemon at system boot time.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va nis_server_flags
|
|
|
|
.Pq Vt str
|
|
|
|
If
|
|
|
|
.Va nis_server_enable
|
1997-09-11 14:31:55 +00:00
|
|
|
is set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
1997-09-11 14:31:55 +00:00
|
|
|
these are the flags to pass to the
|
|
|
|
.Xr ypserv 8
|
|
|
|
daemon.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va nis_ypxfrd_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES
|
1997-09-11 14:31:55 +00:00
|
|
|
then run the
|
|
|
|
.Xr ypxfrd 8
|
|
|
|
daemon at system boot time.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va nis_ypxfrd_flags
|
|
|
|
.Pq Vt str
|
|
|
|
If
|
|
|
|
.Va nis_ypxfrd_enable
|
1997-09-11 14:31:55 +00:00
|
|
|
is set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
1997-09-11 14:31:55 +00:00
|
|
|
these are the flags to pass to the
|
|
|
|
.Xr ypxfrd 8
|
|
|
|
daemon.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va nis_yppasswdd_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES
|
1997-09-11 14:31:55 +00:00
|
|
|
then run the
|
|
|
|
.Xr yppasswdd 8
|
|
|
|
daemon at system boot time.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va nis_yppasswdd_flags
|
|
|
|
.Pq Vt str
|
|
|
|
If
|
|
|
|
.Va nis_yppasswdd_enable
|
1997-09-11 14:31:55 +00:00
|
|
|
is set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
1997-09-11 14:31:55 +00:00
|
|
|
these are the flags to pass to the
|
|
|
|
.Xr yppasswdd 8
|
|
|
|
daemon.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va defaultrouter
|
|
|
|
.Pq Vt str
|
|
|
|
If not set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq NO
|
1997-09-11 14:31:55 +00:00
|
|
|
then create a default route to this host name or IP address (use IP
|
|
|
|
address value if you also require this router to get to a name
|
|
|
|
server!)
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va static_routes
|
|
|
|
.Pq Vt str
|
|
|
|
Set to the list of static routes you would like to add at system
|
1997-09-11 14:31:55 +00:00
|
|
|
boot time. If not set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq NO
|
1999-07-05 23:05:25 +00:00
|
|
|
then for each whitespace separated
|
2001-04-24 20:00:58 +00:00
|
|
|
.Em element
|
|
|
|
in the value, a
|
1999-07-05 23:05:25 +00:00
|
|
|
.No route_ Ns element
|
2001-04-24 20:00:58 +00:00
|
|
|
variable is assumed to exist
|
1999-09-15 18:50:39 +00:00
|
|
|
whose contents will later be passed to a
|
|
|
|
.Dq route add
|
|
|
|
operation.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va gateway_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
1997-09-11 14:31:55 +00:00
|
|
|
then configure host to at as an IP router, e.g. to forward packets
|
|
|
|
between interfaces.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va router_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES
|
1997-09-11 14:31:55 +00:00
|
|
|
then run a routing daemon of some sort, based on the
|
|
|
|
settings of
|
2001-07-04 15:19:52 +00:00
|
|
|
.Va router
|
1997-09-11 14:31:55 +00:00
|
|
|
and
|
2001-04-28 20:51:23 +00:00
|
|
|
.Va router_flags .
|
|
|
|
.It Va router
|
|
|
|
.Pq Vt str
|
|
|
|
If
|
|
|
|
.Va router_enable
|
1997-09-11 14:31:55 +00:00
|
|
|
is set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
1997-09-11 14:31:55 +00:00
|
|
|
this is the name of the routing daemon to use.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va router_flags
|
|
|
|
.Pq Vt str
|
|
|
|
If
|
|
|
|
.Va router_enable
|
1997-09-11 14:31:55 +00:00
|
|
|
is set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
1997-09-11 14:31:55 +00:00
|
|
|
these are the flags to pass to the routing daemon.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va mrouted_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES
|
1997-09-11 14:31:55 +00:00
|
|
|
then run the multicast routing daemon,
|
|
|
|
.Xr mrouted 8 .
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va mrouted_flags
|
|
|
|
.Pq Vt str
|
|
|
|
If
|
|
|
|
.Va mrouted_enable
|
1997-11-02 21:45:31 +00:00
|
|
|
is set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
1997-11-02 21:45:31 +00:00
|
|
|
these are the flags to pass to the multicast routing daemon.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va ipxgateway_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES
|
1997-09-11 14:31:55 +00:00
|
|
|
then enable the routing of IPX traffic.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va ipxrouted_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES
|
1997-09-11 14:31:55 +00:00
|
|
|
then run the
|
1999-08-18 05:55:22 +00:00
|
|
|
.Xr IPXrouted 8
|
1997-09-11 14:31:55 +00:00
|
|
|
daemon at system boot time.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va ipxrouted_flags
|
|
|
|
.Pq Vt str
|
|
|
|
If
|
|
|
|
.Va ipxrouted_enable
|
1997-09-11 14:31:55 +00:00
|
|
|
is set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
1997-09-11 14:31:55 +00:00
|
|
|
these are the flags to pass to the
|
1999-08-18 05:55:22 +00:00
|
|
|
.Xr IPXrouted 8
|
1997-09-11 14:31:55 +00:00
|
|
|
daemon.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va arpproxy_all
|
2001-07-24 09:19:58 +00:00
|
|
|
.Pq Vt bool
|
1998-02-16 19:25:41 +00:00
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES
|
1998-02-16 19:25:41 +00:00
|
|
|
then enable global proxy ARP.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va forward_sourceroute
|
2001-07-24 09:19:58 +00:00
|
|
|
.Pq Vt bool
|
1998-02-16 19:25:41 +00:00
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES
|
1998-03-09 08:50:59 +00:00
|
|
|
then when
|
2001-04-28 20:51:23 +00:00
|
|
|
.Va gateway_enable
|
1998-03-09 08:50:59 +00:00
|
|
|
is also set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
1998-03-09 08:50:59 +00:00
|
|
|
source routed packets are forwarded.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va accept_sourceroute
|
2001-07-24 09:19:58 +00:00
|
|
|
.Pq Vt bool
|
1998-02-16 19:25:41 +00:00
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES
|
1998-03-09 08:50:59 +00:00
|
|
|
then the system will accept source routed packets directed at it.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va rarpd_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES
|
1998-03-09 08:50:59 +00:00
|
|
|
then run the
|
|
|
|
.Xr rarpd 8
|
|
|
|
daemon at system boot time.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va rarpd_flags
|
|
|
|
.Pq Vt str
|
|
|
|
If
|
|
|
|
.Va rarpd_enable
|
1998-03-09 08:50:59 +00:00
|
|
|
is set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
1998-03-09 08:50:59 +00:00
|
|
|
these are the flags to pass to the
|
|
|
|
.Xr rarpd 8
|
|
|
|
daemon.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va atm_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
Set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES
|
1998-10-06 19:24:31 +00:00
|
|
|
to enable the configuration of ATM interfaces at system boot time.
|
|
|
|
For all of the ATM variables described below, please refer to the
|
|
|
|
.Xr atm 8
|
|
|
|
man page for further details on the available command parameters.
|
2001-04-24 20:00:58 +00:00
|
|
|
Also refer to the files in
|
1998-10-06 19:24:31 +00:00
|
|
|
.Pa /usr/share/examples/atm
|
|
|
|
for more detailed configuration information.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va atm_netif_<intf>
|
|
|
|
.Pq Vt str
|
|
|
|
For the ATM physical interface
|
2001-04-24 20:00:58 +00:00
|
|
|
.Va <intf> ,
|
|
|
|
this variable defines the name prefix and count for the ATM network interfaces to be created.
|
|
|
|
The value will be passed as the parameters of an
|
1998-10-06 19:24:31 +00:00
|
|
|
.Dq atm set netif Va <intf>
|
|
|
|
command.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va atm_sigmgr_<intf>
|
|
|
|
.Pq Vt str
|
|
|
|
For the ATM physical interface
|
2001-04-24 20:00:58 +00:00
|
|
|
.Va <intf> ,
|
1998-10-06 19:24:31 +00:00
|
|
|
this variable defines the ATM signalling manager to be used.
|
2001-04-24 20:00:58 +00:00
|
|
|
The value will be passed as the parameters of an
|
1998-10-06 19:24:31 +00:00
|
|
|
.Dq atm attach Va <intf>
|
|
|
|
command.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va atm_prefix_<intf>
|
|
|
|
.Pq Vt str
|
|
|
|
For the ATM physical interface
|
2001-04-24 20:00:58 +00:00
|
|
|
.Va <intf> ,
|
|
|
|
this variable defines the NSAP prefix for interfaces using a UNI signalling
|
1998-10-06 19:24:31 +00:00
|
|
|
manager. If set to
|
|
|
|
.Em ILMI ,
|
2001-04-24 20:00:58 +00:00
|
|
|
then the prefix will automatically be set via the
|
|
|
|
.Xr ilmid 8
|
|
|
|
daemon. Otherwise, the value will be passed as the parameters of an
|
1998-10-06 19:24:31 +00:00
|
|
|
.Dq atm set prefix Va <intf>
|
|
|
|
command.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va atm_macaddr_<intf>
|
|
|
|
.Pq Vt str
|
|
|
|
For the ATM physical interface
|
2001-04-24 20:00:58 +00:00
|
|
|
.Va <intf> ,
|
|
|
|
this variable defines the MAC address for interfaces using a UNI signalling
|
1998-10-06 19:24:31 +00:00
|
|
|
manager. If set to
|
|
|
|
.Em NO ,
|
|
|
|
then the hardware MAC address contained in the ATM interface card will be used.
|
2001-04-24 20:00:58 +00:00
|
|
|
Otherwise, the value will be passed as the parameters of an
|
1998-10-06 19:24:31 +00:00
|
|
|
.Dq atm set mac Va <intf>
|
|
|
|
command.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va atm_arpserver_<netif>
|
|
|
|
.Pq Vt str
|
|
|
|
For the ATM network interface
|
2001-04-24 20:00:58 +00:00
|
|
|
.Va <netif> ,
|
1998-10-06 19:24:31 +00:00
|
|
|
this variable defines the ATM address for a host which is to provide ATMARP
|
2001-04-24 20:00:58 +00:00
|
|
|
service. This variable is only applicable to interfaces using a UNI signalling
|
1998-10-06 19:24:31 +00:00
|
|
|
manager. If set to
|
|
|
|
.Em local ,
|
|
|
|
then this host will become an ATMARP server.
|
2001-04-24 20:00:58 +00:00
|
|
|
The value will be passed as the parameters of an
|
1998-10-06 19:24:31 +00:00
|
|
|
.Dq atm set arpserver Va <netif>
|
|
|
|
command.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va atm_scsparp_<netif>
|
|
|
|
.Pq Vt bool
|
|
|
|
If set to
|
1998-10-06 19:24:31 +00:00
|
|
|
.Em YES ,
|
2001-04-24 20:00:58 +00:00
|
|
|
then SCSP/ATMARP service for the network interface
|
|
|
|
.Va <netif>
|
1998-10-06 19:24:31 +00:00
|
|
|
will be initiated using the
|
|
|
|
.Xr scspd 8
|
|
|
|
and
|
|
|
|
.Xr atmarpd 8
|
2001-04-24 20:00:58 +00:00
|
|
|
daemons. This variable is only applicable if
|
|
|
|
.So
|
|
|
|
.No atm_arpserver_ Ns Va <netif>
|
2001-02-28 17:38:53 +00:00
|
|
|
.No = Ns Qq local
|
2001-04-24 20:00:58 +00:00
|
|
|
.Sc
|
1998-10-06 19:24:31 +00:00
|
|
|
is defined.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va atm_pvcs
|
|
|
|
.Pq Vt str
|
|
|
|
Set to the list of ATM PVCs you would like to add at system
|
2001-04-24 20:00:58 +00:00
|
|
|
boot time. For each whitespace separated
|
|
|
|
.Em element
|
|
|
|
in the value, an
|
1998-10-06 19:24:31 +00:00
|
|
|
.No atm_pvc_ Ns Em element
|
2001-04-24 20:00:58 +00:00
|
|
|
variable is assumed to exist. The value of each of these variables
|
|
|
|
will be passed as the parameters of an
|
1998-10-06 19:24:31 +00:00
|
|
|
.Dq atm add pvc
|
|
|
|
command.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va atm_arps
|
|
|
|
.Pq Vt str
|
|
|
|
Set to the list of permanent ATM ARP entries you would like to add
|
2001-04-24 20:00:58 +00:00
|
|
|
at system boot time. For each whitespace separated
|
|
|
|
.Em element
|
|
|
|
in the value, an
|
1998-10-06 19:24:31 +00:00
|
|
|
.No atm_arp_ Ns Em element
|
2001-04-24 20:00:58 +00:00
|
|
|
variable is assumed to exist. The value of each of these variables
|
|
|
|
will be passed as the parameters of an
|
1998-10-06 19:24:31 +00:00
|
|
|
.Dq atm add arp
|
|
|
|
command.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va keymap
|
|
|
|
.Pq Vt str
|
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq NO
|
1997-09-11 14:31:55 +00:00
|
|
|
then no keymap is installed, otherwise the value is used to install
|
2001-04-24 20:00:58 +00:00
|
|
|
the keymap file in
|
1997-09-11 14:31:55 +00:00
|
|
|
.Pa /usr/share/syscons/keymaps/<value>.kbd
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va keyrate
|
|
|
|
.Pq Vt str
|
|
|
|
The keyboard repeat speed. Set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq slow ,
|
|
|
|
.Dq normal ,
|
|
|
|
.Dq fast
|
1997-09-11 14:31:55 +00:00
|
|
|
or
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq NO
|
1997-09-11 14:31:55 +00:00
|
|
|
if the default behavior is desired.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va keychange
|
|
|
|
.Pq Vt str
|
|
|
|
If not set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq NO ,
|
1997-09-11 14:31:55 +00:00
|
|
|
attempt to program the function keys with the value. The value should
|
|
|
|
be a single string of the form:
|
|
|
|
.Qq Ar "<funkey_number> <new_value> [<funkey_number> <new_value>]..."
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va cursor
|
|
|
|
.Pq Vt str
|
|
|
|
Can be set to the value of
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq normal ,
|
|
|
|
.Dq blink ,
|
|
|
|
.Dq destructive
|
1997-09-11 14:31:55 +00:00
|
|
|
or
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq NO
|
1997-09-11 14:31:55 +00:00
|
|
|
to set the cursor behavior explicitly or choose the default behavior.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va scrnmap
|
|
|
|
.Pq Vt str
|
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq NO
|
1997-09-11 14:31:55 +00:00
|
|
|
then no screen map is installed, otherwise the value is used to install
|
2001-04-24 20:00:58 +00:00
|
|
|
the screen map file in
|
1997-09-11 14:31:55 +00:00
|
|
|
.Pa /usr/share/syscons/scrnmaps/<value> .
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va font8x16
|
|
|
|
.Pq Vt str
|
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq NO
|
1997-09-11 14:31:55 +00:00
|
|
|
then the default 8x16 font value is used for screen size requests, otherwise
|
2001-04-24 20:00:58 +00:00
|
|
|
the value in
|
1997-09-11 14:31:55 +00:00
|
|
|
.Pa /usr/share/syscons/fonts/<value>
|
|
|
|
is used.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va font8x14
|
|
|
|
.Pq Vt str
|
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq NO
|
1997-09-11 14:31:55 +00:00
|
|
|
then the default 8x14 font value is used for screen size requests, otherwise
|
|
|
|
the value in
|
|
|
|
.Pa /usr/share/syscons/fonts/<value>
|
|
|
|
is used.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va font8x8
|
|
|
|
.Pq Vt str
|
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq NO
|
1997-09-11 14:31:55 +00:00
|
|
|
then the default 8x8 font value is used for screen size requests, otherwise
|
|
|
|
the value in
|
|
|
|
.Pa /usr/share/syscons/fonts/<value>
|
|
|
|
is used.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va blanktime
|
|
|
|
.Pq Vt int
|
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq NO
|
1997-09-11 14:31:55 +00:00
|
|
|
then the default screen blanking interval is used, otherwise it is set
|
2001-04-24 20:00:58 +00:00
|
|
|
to
|
|
|
|
.Ar value
|
1997-09-11 14:31:55 +00:00
|
|
|
seconds.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va saver
|
|
|
|
.Pq Vt str
|
|
|
|
If not set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq NO ,
|
1997-09-11 14:31:55 +00:00
|
|
|
this is the actual screen saver to use (blank, snake, daemon, etc).
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va moused_enable
|
|
|
|
.Pq Vt str
|
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
1998-03-07 09:04:24 +00:00
|
|
|
the
|
|
|
|
.Xr moused 8
|
|
|
|
daemon is started for doing cut/paste selection on the console.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va moused_type
|
|
|
|
.Pq Vt str
|
|
|
|
This is the protocol type of mouse you would like to use.
|
2001-04-24 20:00:58 +00:00
|
|
|
This variable must be set if
|
2001-04-28 20:51:23 +00:00
|
|
|
.Va moused_enable
|
1998-03-07 09:04:24 +00:00
|
|
|
is set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES .
|
1997-12-27 05:55:54 +00:00
|
|
|
The
|
|
|
|
.Xr moused 8
|
|
|
|
daemon
|
|
|
|
is able to detect the appropriate mouse type automatically in many cases.
|
2001-04-24 20:00:58 +00:00
|
|
|
You can set this variable to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq auto
|
1998-03-09 02:21:17 +00:00
|
|
|
to let the daemon detect it, or
|
|
|
|
select one from the following list if the automatic detection fails.
|
1999-08-22 06:12:58 +00:00
|
|
|
.Pp
|
|
|
|
If your mouse is attached to the PS/2 mouse port, you should
|
|
|
|
always choose
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq auto
|
1999-08-22 06:12:58 +00:00
|
|
|
or
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq ps/2 ,
|
1999-08-22 06:12:58 +00:00
|
|
|
regardless of the brand and model of the mouse. Likewise, if your
|
|
|
|
mouse is attached to the bus mouse port, choose
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq auto
|
1999-08-22 06:12:58 +00:00
|
|
|
or
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq busmouse .
|
2001-04-24 20:00:58 +00:00
|
|
|
All other protocols are for serial mice and will not work with
|
1999-08-22 06:12:58 +00:00
|
|
|
the PS/2 and bus mice.
|
1999-12-05 07:54:43 +00:00
|
|
|
If you have a USB mouse,
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq auto
|
1999-12-05 07:54:43 +00:00
|
|
|
is the only protocol type which works with the USB mouse.
|
1997-09-11 14:31:55 +00:00
|
|
|
.Bd -literal
|
1999-08-22 06:12:58 +00:00
|
|
|
microsoft Microsoft mouse (serial)
|
|
|
|
intellimouse Microsoft IntelliMouse (serial)
|
|
|
|
mousesystems Mouse systems Corp mouse (serial)
|
|
|
|
mmseries MM Series mouse (serial)
|
|
|
|
logitech Logitech mouse (serial)
|
1997-09-11 14:31:55 +00:00
|
|
|
busmouse A bus mouse
|
1999-08-22 06:12:58 +00:00
|
|
|
mouseman Logitech MouseMan and TrackMan (serial)
|
|
|
|
glidepoint ALPS GlidePoint (serial)
|
|
|
|
thinkingmouse Kensignton ThinkingMouse (serial)
|
1997-09-11 14:31:55 +00:00
|
|
|
ps/2 PS/2 mouse
|
1999-08-22 06:12:58 +00:00
|
|
|
mmhittab MM HitTablet (serial)
|
|
|
|
x10mouseremote X10 MouseRemote (serial)
|
|
|
|
versapad Interlink VersaPad (serial)
|
1997-09-11 14:31:55 +00:00
|
|
|
.Ed
|
2001-07-23 10:25:38 +00:00
|
|
|
.Pp
|
1997-12-27 05:55:54 +00:00
|
|
|
Even if your mouse is not in the above list, it may be compatible
|
2000-03-03 14:05:08 +00:00
|
|
|
with one in the list.
|
|
|
|
Refer to the man page for
|
1997-12-27 05:55:54 +00:00
|
|
|
.Xr moused 8
|
|
|
|
for compatibility information.
|
|
|
|
.Pp
|
1997-09-11 14:31:55 +00:00
|
|
|
It should also be noted that while this is enabled, any
|
|
|
|
other client of the mouse (such as an X server) should access
|
|
|
|
the mouse through the virtual mouse device:
|
|
|
|
.Pa /dev/sysmouse
|
1997-12-27 05:55:54 +00:00
|
|
|
and configure it as a sysmouse type mouse, since all
|
1997-09-11 14:31:55 +00:00
|
|
|
mouse data is converted to this single canonical format when
|
|
|
|
using
|
|
|
|
.Xr moused 8 .
|
2001-04-24 20:00:58 +00:00
|
|
|
If the client program does not support the sysmouse type,
|
2000-03-03 14:05:08 +00:00
|
|
|
specify the mousesystems type.
|
2001-02-20 10:30:22 +00:00
|
|
|
It is the second preferred type.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va moused_port
|
|
|
|
.Pq Vt str
|
|
|
|
If
|
|
|
|
.Va moused_enable
|
1998-03-07 09:04:24 +00:00
|
|
|
is set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
1998-03-07 09:04:24 +00:00
|
|
|
this is the actual port the mouse is on.
|
1997-09-11 14:31:55 +00:00
|
|
|
It might be
|
|
|
|
.Pa /dev/cuaa0
|
1997-12-27 05:55:54 +00:00
|
|
|
for a COM1 serial mouse,
|
1997-09-11 14:31:55 +00:00
|
|
|
.Pa /dev/psm0
|
1997-12-27 05:55:54 +00:00
|
|
|
for a PS/2 mouse or
|
|
|
|
.Pa /dev/mse0
|
|
|
|
for a bus mouse, for example.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va moused_flags
|
|
|
|
.Pq Vt str
|
|
|
|
If
|
|
|
|
.Va moused_type
|
1997-09-11 14:31:55 +00:00
|
|
|
is set, these are the additional flags to pass to the
|
|
|
|
.Xr moused 8
|
|
|
|
daemon.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va mousechar_start
|
|
|
|
.Pq Vt int
|
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq NO
|
2001-04-21 16:28:29 +00:00
|
|
|
then the default mouse cursor character range 0xd0-0xd3 is used,
|
|
|
|
otherwise the range start is set
|
2001-04-27 10:27:06 +00:00
|
|
|
to
|
|
|
|
.Ar value
|
2001-04-19 14:55:32 +00:00
|
|
|
character, see
|
|
|
|
.Xr vidcontrol 1 .
|
2001-04-21 16:28:29 +00:00
|
|
|
Use if the default range is occupied in your language code table.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va allscreens_flags
|
|
|
|
.Pq Vt str
|
|
|
|
If set,
|
1999-12-21 11:22:06 +00:00
|
|
|
.Xr vidcontrol 1
|
|
|
|
is run with these options for each of the virtual terminals
|
|
|
|
.Pq Pa /dev/ttyv* .
|
|
|
|
For example,
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq -m on
|
1999-12-21 11:22:06 +00:00
|
|
|
will enable the mouse pointer on all virtual terminals
|
|
|
|
if
|
2001-04-28 20:51:23 +00:00
|
|
|
.Va moused_enable
|
1999-12-21 11:22:06 +00:00
|
|
|
is set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES .
|
2001-04-28 20:57:26 +00:00
|
|
|
.It Va allscreens_kbdflags
|
|
|
|
.Pq Vt str
|
|
|
|
If set,
|
|
|
|
.Xr kbdcontrol 1
|
|
|
|
is run with these options for each of the virtual terminals
|
|
|
|
.Pq Pa /dev/ttyv* .
|
|
|
|
For example,
|
|
|
|
.Dq Li -h 200
|
|
|
|
will set the
|
|
|
|
.Xr syscons 4
|
|
|
|
scrollback (history) buffer to 200 lines.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va cron_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES
|
1997-09-11 14:31:55 +00:00
|
|
|
then run the
|
|
|
|
.Xr cron 8
|
|
|
|
daemon at system boot time.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va cron_program
|
|
|
|
.Pq Vt str
|
2001-07-23 10:20:35 +00:00
|
|
|
Path to
|
2001-01-21 20:57:38 +00:00
|
|
|
.Xr cron 8
|
|
|
|
(default
|
|
|
|
.Pa /usr/sbin/cron ) .
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va cron_flags
|
|
|
|
.Pq Vt str
|
2001-07-23 10:20:35 +00:00
|
|
|
If
|
2001-04-28 20:51:23 +00:00
|
|
|
.Va cron_enable
|
2001-01-21 20:57:38 +00:00
|
|
|
is set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
2001-01-21 20:57:38 +00:00
|
|
|
these are the flags to pass to
|
|
|
|
.Xr cron 8 .
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va lpd_program
|
|
|
|
.Pq Vt str
|
2001-07-23 10:20:35 +00:00
|
|
|
Path to
|
1999-03-29 17:22:47 +00:00
|
|
|
.Xr lpd 8
|
|
|
|
(default
|
|
|
|
.Pa /usr/sbin/lpd ) .
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va lpd_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES
|
1997-09-11 14:31:55 +00:00
|
|
|
then run the
|
|
|
|
.Xr lpd 8
|
|
|
|
daemon at system boot time.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va lpd_flags
|
|
|
|
.Pq Vt str
|
|
|
|
If
|
|
|
|
.Va lpd_enable
|
1997-09-11 14:31:55 +00:00
|
|
|
is set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
1997-09-11 14:31:55 +00:00
|
|
|
these are the flags to pass to the
|
|
|
|
.Xr lpd 8
|
|
|
|
daemon.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va sendmail_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES
|
1997-09-11 14:31:55 +00:00
|
|
|
then run the
|
|
|
|
.Xr sendmail 8
|
|
|
|
daemon at system boot time.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va sendmail_flags
|
|
|
|
.Pq Vt str
|
|
|
|
If
|
|
|
|
.Va sendmail_enable
|
1997-09-11 14:31:55 +00:00
|
|
|
is set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
1997-09-11 14:31:55 +00:00
|
|
|
these are the flags to pass to the
|
|
|
|
.Xr sendmail 8
|
|
|
|
daemon.
|
2001-07-04 15:19:52 +00:00
|
|
|
.It Va diskcheckd_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
Set to
|
|
|
|
.Dq YES
|
2001-06-03 20:02:03 +00:00
|
|
|
if you want to start
|
|
|
|
.Xr diskcheckd 8
|
|
|
|
at system boot time.
|
2001-07-04 15:19:52 +00:00
|
|
|
.It Va diskcheckd_flags
|
|
|
|
.Pq Vt str
|
2001-06-03 20:02:03 +00:00
|
|
|
If
|
2001-07-04 15:19:52 +00:00
|
|
|
.Va diskcheckd_enable
|
2001-06-03 20:02:03 +00:00
|
|
|
is set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
2001-06-03 20:02:03 +00:00
|
|
|
these are the flags to pass to the
|
|
|
|
.Xr diskcheckd 8
|
|
|
|
daemon.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va dumpdev
|
|
|
|
.Pq Vt str
|
|
|
|
If not set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq NO
|
1997-09-11 14:31:55 +00:00
|
|
|
then point kernel crash-dumps at the swap device
|
2001-04-24 20:00:58 +00:00
|
|
|
specified as
|
1997-09-11 14:31:55 +00:00
|
|
|
.Em value .
|
1999-10-06 09:20:40 +00:00
|
|
|
When the system restarts,
|
|
|
|
a crash-dump found on the specified device
|
|
|
|
will typically be stored in the
|
|
|
|
.Pa /var/crash
|
|
|
|
directory by the
|
|
|
|
.Xr savecore 8
|
|
|
|
program.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va check_quotas
|
|
|
|
.Pq Vt bool
|
|
|
|
Set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES
|
2001-04-24 20:00:58 +00:00
|
|
|
if you want to enable user disk quota checking via the
|
1997-09-11 14:31:55 +00:00
|
|
|
.Xr quotacheck 8
|
|
|
|
command.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va accounting_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
Set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES
|
2001-04-24 20:00:58 +00:00
|
|
|
if you wish to enable system accounting through the
|
1997-09-11 14:31:55 +00:00
|
|
|
.Xr accton 8
|
|
|
|
facility.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va ibcs2_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
Set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES
|
1997-09-11 14:31:55 +00:00
|
|
|
if you wish to enable iBCS2 (SCO) binary emulation at system initial boot
|
|
|
|
time.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va ibcs2_loaders
|
|
|
|
.Pq Vt str
|
|
|
|
If not set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq NO
|
2000-08-18 09:37:50 +00:00
|
|
|
and if
|
2001-04-28 20:51:23 +00:00
|
|
|
.Va ibcs2_enable
|
2000-08-18 09:37:50 +00:00
|
|
|
is set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
2000-08-18 09:37:50 +00:00
|
|
|
this specifies a list of additional iBCS2 loaders to enable.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va linux_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
Set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES
|
1997-09-11 14:31:55 +00:00
|
|
|
if you wish to enable Linux/ELF binary emulation at system initial
|
|
|
|
boot time.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va osf1_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
Set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES
|
2000-10-04 18:58:46 +00:00
|
|
|
if you wish to enable OSF/1 (Digital UNIX) binary emulation at system
|
2001-04-27 10:27:06 +00:00
|
|
|
initial boot time.
|
|
|
|
(alpha)
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va clear_tmp_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
Set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES
|
1997-11-16 15:59:58 +00:00
|
|
|
if you want
|
|
|
|
.Pa /tmp
|
|
|
|
to be cleaned at startup.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va ldconfig_paths
|
|
|
|
.Pq Vt str
|
|
|
|
Set to the list of shared library paths to use with
|
1997-12-27 19:50:55 +00:00
|
|
|
.Xr ldconfig 8 .
|
|
|
|
NOTE:
|
|
|
|
.Pa /usr/lib
|
|
|
|
will always be added first, so it need not appear in this list.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va ldconfig_insecure
|
|
|
|
.Pq Vt bool
|
|
|
|
The
|
2000-08-11 17:15:37 +00:00
|
|
|
.Xr ldconfig 8
|
|
|
|
utility normally refuses to use directories
|
2000-08-11 04:20:30 +00:00
|
|
|
which are writable by anyone except root.
|
|
|
|
Set this variable to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES
|
2000-08-11 17:15:37 +00:00
|
|
|
if you want to disable that security check during system startup.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va kern_securelevel_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
Set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES
|
1998-06-25 04:27:56 +00:00
|
|
|
if you wish to set the kernel security level at system startup.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va kern_securelevel
|
|
|
|
.Pq Vt int
|
|
|
|
The kernel security level to set at startup.
|
2001-04-24 20:00:58 +00:00
|
|
|
The allowed range of
|
1998-06-25 04:27:56 +00:00
|
|
|
.Ar value
|
1999-03-24 14:07:33 +00:00
|
|
|
ranges from -1 (the compile time default) to 3 (the
|
1998-06-25 04:27:56 +00:00
|
|
|
most secure). See
|
|
|
|
.Xr init 8
|
|
|
|
for the list of possible security levels and their effect
|
|
|
|
on system operation.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va start_vinum
|
|
|
|
.Pq Vt bool
|
|
|
|
Set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES
|
1999-09-22 06:26:24 +00:00
|
|
|
if you want to start
|
|
|
|
.Xr vinum 8
|
|
|
|
at system boot time.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va sshd_program
|
|
|
|
.Pq Vt str
|
|
|
|
Path to the SSH server program
|
2001-08-07 15:48:51 +00:00
|
|
|
.Pa ( /usr/sbin/sshd
|
|
|
|
is the default).
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va sshd_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
Set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES
|
2000-07-03 12:34:27 +00:00
|
|
|
if you want to start
|
|
|
|
.Xr sshd 8
|
|
|
|
at system boot time.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va sshd_flags
|
|
|
|
.Pq Vt str
|
|
|
|
If
|
|
|
|
.Va sshd_enable
|
2000-07-03 12:34:27 +00:00
|
|
|
is set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
2000-07-03 12:34:27 +00:00
|
|
|
these are the flags to pass to the
|
|
|
|
.Xr sshd 8
|
|
|
|
daemon.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va unaligned_print
|
|
|
|
.Pq Vt bool
|
|
|
|
If set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq NO
|
2001-04-27 10:27:06 +00:00
|
|
|
then unaligned access warnings will not be printed.
|
|
|
|
(alpha)
|
2001-04-24 20:00:58 +00:00
|
|
|
.\" ----- isdn settings ---------------------------------
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va isdn_enable
|
|
|
|
.Pq Vt bool
|
|
|
|
Set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq NO
|
2001-04-27 10:27:06 +00:00
|
|
|
by default.
|
|
|
|
When set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
2001-04-24 20:00:58 +00:00
|
|
|
starts the isdn daemon
|
|
|
|
.Pa /usr/sbin/isdnd
|
|
|
|
at system boot time.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va isdn_flags
|
|
|
|
.Pq Vt str
|
|
|
|
Set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq -dn -d0x1f9
|
2001-04-27 10:27:06 +00:00
|
|
|
by default.
|
|
|
|
Additional flags to pass to
|
2001-04-24 20:00:58 +00:00
|
|
|
.Xr isndn 8
|
|
|
|
(but see
|
2001-04-28 20:51:23 +00:00
|
|
|
.Va isdn_fsdev
|
2001-04-24 20:00:58 +00:00
|
|
|
and
|
2001-04-28 20:51:23 +00:00
|
|
|
.Va isdn_ttype
|
2001-04-24 20:00:58 +00:00
|
|
|
for certain tunable parameters).
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va isdn_ttype
|
|
|
|
.Pq Vt str
|
|
|
|
Set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq cons25
|
2001-04-27 10:27:06 +00:00
|
|
|
by default.
|
|
|
|
The terminal type of the output device when
|
2001-04-24 20:00:58 +00:00
|
|
|
.Xr idsnd 8
|
|
|
|
operates in fullscreen mode.
|
2001-05-14 20:51:10 +00:00
|
|
|
.It Va isdn_screenflags
|
|
|
|
.Pq Vt str
|
|
|
|
Set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq NO
|
2001-05-14 20:51:10 +00:00
|
|
|
by default.
|
|
|
|
The video mode for fullscreen mode (only for
|
|
|
|
.Xr syscons 4
|
2001-05-15 15:57:05 +00:00
|
|
|
console driver, see
|
2001-05-14 20:51:10 +00:00
|
|
|
.Xr vidcontrol 1
|
|
|
|
for valid modes).
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va isdn_fsdev
|
|
|
|
.Pq Vt str
|
|
|
|
Set to
|
2001-07-23 14:28:36 +00:00
|
|
|
.Dq NO
|
2001-04-27 10:27:06 +00:00
|
|
|
by default.
|
|
|
|
The output device for
|
2001-04-24 20:00:58 +00:00
|
|
|
.Xr idsnd 8
|
|
|
|
in fullscreen mode (or
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq NO
|
2001-04-24 20:00:58 +00:00
|
|
|
for daemon mode).
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va isdn_trace
|
|
|
|
.Pq Vt bool
|
|
|
|
Set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq NO
|
2001-04-27 10:27:06 +00:00
|
|
|
by default.
|
|
|
|
When set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq YES ,
|
2001-04-24 20:00:58 +00:00
|
|
|
enables the ISDN protocol trace utility
|
|
|
|
.Pa /usr/sbin/isdntrace
|
|
|
|
at system boot time.
|
2001-04-28 20:51:23 +00:00
|
|
|
.It Va isdn_traceflags
|
|
|
|
.Pq Vt str
|
|
|
|
Set to
|
2001-07-04 15:19:52 +00:00
|
|
|
.Dq -f /var/tmp/isdntrace0
|
2001-04-27 10:27:06 +00:00
|
|
|
by default.
|
|
|
|
Flags for
|
2001-04-24 20:00:58 +00:00
|
|
|
.Pa /usr/sbin/isdntrace .
|
|
|
|
.\" -----------------------------------------------------
|
2000-12-29 09:18:45 +00:00
|
|
|
.El
|
1998-12-12 23:26:53 +00:00
|
|
|
.Sh FILES
|
1999-07-09 01:47:00 +00:00
|
|
|
.Bl -tag -width /etc/defaults/rc.conf -compact
|
|
|
|
.It Pa /etc/defaults/rc.conf
|
1998-12-12 23:26:53 +00:00
|
|
|
.It Pa /etc/rc.conf
|
|
|
|
.It Pa /etc/rc.conf.local
|
|
|
|
.El
|
1997-09-11 14:31:55 +00:00
|
|
|
.Sh SEE ALSO
|
1999-09-11 19:03:45 +00:00
|
|
|
.Xr catman 1 ,
|
1997-09-29 10:11:02 +00:00
|
|
|
.Xr gdb 1 ,
|
|
|
|
.Xr info 1 ,
|
2001-07-04 15:19:52 +00:00
|
|
|
.Xr makewhatis 1 ,
|
2001-05-15 15:57:05 +00:00
|
|
|
.Xr vidcontrol 1 ,
|
1997-09-29 10:11:02 +00:00
|
|
|
.Xr exports 5 ,
|
1999-08-15 10:48:36 +00:00
|
|
|
.Xr motd 5 ,
|
1997-09-11 14:31:55 +00:00
|
|
|
.Xr accton 8 ,
|
|
|
|
.Xr amd 8 ,
|
Added cross references for apm, cron, inetd, lpd, moused, mrouted,
nfsd, nfsiod, portmap, rpc.lockd, rpc.statd, syslogd, tickadj, and
ypbind.
1997-12-24 00:59:28 +00:00
|
|
|
.Xr apm 8 ,
|
1998-10-06 19:24:31 +00:00
|
|
|
.Xr atm 8 ,
|
Added cross references for apm, cron, inetd, lpd, moused, mrouted,
nfsd, nfsiod, portmap, rpc.lockd, rpc.statd, syslogd, tickadj, and
ypbind.
1997-12-24 00:59:28 +00:00
|
|
|
.Xr cron 8 ,
|
2000-01-13 11:54:35 +00:00
|
|
|
.Xr dhclient 8 ,
|
1997-09-11 14:31:55 +00:00
|
|
|
.Xr gated 8 ,
|
|
|
|
.Xr ifconfig 8 ,
|
Added cross references for apm, cron, inetd, lpd, moused, mrouted,
nfsd, nfsiod, portmap, rpc.lockd, rpc.statd, syslogd, tickadj, and
ypbind.
1997-12-24 00:59:28 +00:00
|
|
|
.Xr inetd 8 ,
|
2001-04-24 20:00:58 +00:00
|
|
|
.Xr isdnd 8 ,
|
|
|
|
.Xr isdntrace 8 ,
|
Added cross references for apm, cron, inetd, lpd, moused, mrouted,
nfsd, nfsiod, portmap, rpc.lockd, rpc.statd, syslogd, tickadj, and
ypbind.
1997-12-24 00:59:28 +00:00
|
|
|
.Xr lpd 8 ,
|
2001-04-10 16:29:41 +00:00
|
|
|
.Xr mdconfig 8 ,
|
Added cross references for apm, cron, inetd, lpd, moused, mrouted,
nfsd, nfsiod, portmap, rpc.lockd, rpc.statd, syslogd, tickadj, and
ypbind.
1997-12-24 00:59:28 +00:00
|
|
|
.Xr moused 8 ,
|
|
|
|
.Xr mrouted 8 ,
|
1997-09-11 14:31:55 +00:00
|
|
|
.Xr named 8 ,
|
Added cross references for apm, cron, inetd, lpd, moused, mrouted,
nfsd, nfsiod, portmap, rpc.lockd, rpc.statd, syslogd, tickadj, and
ypbind.
1997-12-24 00:59:28 +00:00
|
|
|
.Xr nfsd 8 ,
|
|
|
|
.Xr nfsiod 8 ,
|
2001-07-04 15:19:52 +00:00
|
|
|
.Xr ntpd 8 ,
|
1997-09-11 14:31:55 +00:00
|
|
|
.Xr ntpdate 8 ,
|
|
|
|
.Xr pcnfsd 8 ,
|
|
|
|
.Xr quotacheck 8 ,
|
|
|
|
.Xr rc 8 ,
|
|
|
|
.Xr route 8 ,
|
|
|
|
.Xr routed 8 ,
|
Added cross references for apm, cron, inetd, lpd, moused, mrouted,
nfsd, nfsiod, portmap, rpc.lockd, rpc.statd, syslogd, tickadj, and
ypbind.
1997-12-24 00:59:28 +00:00
|
|
|
.Xr rpc.lockd 8 ,
|
|
|
|
.Xr rpc.statd 8 ,
|
2001-07-04 15:19:52 +00:00
|
|
|
.Xr rpcbind 8 ,
|
1997-09-11 14:31:55 +00:00
|
|
|
.Xr rwhod 8 ,
|
1999-10-06 09:20:40 +00:00
|
|
|
.Xr savecore 8 ,
|
1997-09-11 14:31:55 +00:00
|
|
|
.Xr sendmail 8 ,
|
2000-07-03 12:34:27 +00:00
|
|
|
.Xr sshd 8 ,
|
2001-07-04 15:19:52 +00:00
|
|
|
.Xr swapon 8 ,
|
1998-06-25 04:27:56 +00:00
|
|
|
.Xr sysctl 8 ,
|
Added cross references for apm, cron, inetd, lpd, moused, mrouted,
nfsd, nfsiod, portmap, rpc.lockd, rpc.statd, syslogd, tickadj, and
ypbind.
1997-12-24 00:59:28 +00:00
|
|
|
.Xr syslogd 8 ,
|
|
|
|
.Xr tickadj 8 ,
|
1997-09-11 14:31:55 +00:00
|
|
|
.Xr timed 8 ,
|
1999-09-22 06:26:24 +00:00
|
|
|
.Xr vinum 8 ,
|
1997-09-11 14:31:55 +00:00
|
|
|
.Xr xtend 8 ,
|
Added cross references for apm, cron, inetd, lpd, moused, mrouted,
nfsd, nfsiod, portmap, rpc.lockd, rpc.statd, syslogd, tickadj, and
ypbind.
1997-12-24 00:59:28 +00:00
|
|
|
.Xr ypbind 8 ,
|
1997-09-11 14:31:55 +00:00
|
|
|
.Xr ypserv 8 ,
|
|
|
|
.Xr ypset 8
|
|
|
|
.Sh HISTORY
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
file appeared in
|
1997-12-27 05:55:54 +00:00
|
|
|
.Fx 2.2.2 .
|
1998-03-12 07:31:21 +00:00
|
|
|
.Sh AUTHORS
|
|
|
|
.An Jordan K. Hubbard .
|