mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 21:22:37 +01:00
doc: Start describing settings in main.conf
This commit is contained in:
parent
5e77e34c46
commit
6238f9bbd7
@ -16,12 +16,60 @@ Configuration file for wireless daemon
|
|||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
========
|
========
|
||||||
|
|
||||||
/etc/iwd/main.conf
|
**main.conf**
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
===========
|
===========
|
||||||
|
|
||||||
The /etc/iwd/main.conf file configures the system-wide settings for iwd(8).
|
The *main.conf* configuration file configures the system-wide settings for
|
||||||
|
**iwd**. This file lives in the configuration directory specified by the
|
||||||
|
environment variable *$CONFIGURATION_DIRECTORY*, which is normally provided
|
||||||
|
by **systemd**. In the absence of such an environment variable it defaults
|
||||||
|
to */etc/iwd*. If no *main.conf* is present, then default values are
|
||||||
|
chosen. The presence of *main.conf* is not required.
|
||||||
|
|
||||||
|
SETTINGS
|
||||||
|
========
|
||||||
|
|
||||||
|
The settings are split into several categories. Each category has a group
|
||||||
|
associated with it and described in separate tables below.
|
||||||
|
|
||||||
|
General Settings
|
||||||
|
----------------
|
||||||
|
|
||||||
|
The group ``[General]`` contains general settings.
|
||||||
|
|
||||||
|
.. list-table::
|
||||||
|
:header-rows: 0
|
||||||
|
:stub-columns: 0
|
||||||
|
:widths: 20 80
|
||||||
|
:align: left
|
||||||
|
|
||||||
|
* - enable_network_config
|
||||||
|
- Values: true, false (default)
|
||||||
|
|
||||||
|
Enable network configuration.
|
||||||
|
|
||||||
|
Setting this option to *true* enables **iwd** to configure the network
|
||||||
|
interfaces with the IP addresses. There are two types IP addressing
|
||||||
|
supported by **iwd**: static and dynamic. The static IP addresses are
|
||||||
|
configured through the network configuration files. If no static IP
|
||||||
|
configuration has been provided for a network, iwd will attempt to
|
||||||
|
obtain the dynamic addresses from the network through the built-in
|
||||||
|
DHCP client.
|
||||||
|
|
||||||
|
The network configuration feature is disabled by default.
|
||||||
|
|
||||||
|
* - dns_resolve_method
|
||||||
|
- Values: resolvconf, systemd (default)
|
||||||
|
|
||||||
|
Indicate a DNS resolution method used by the system.
|
||||||
|
|
||||||
|
This configuration option must be used in conjunction with
|
||||||
|
``enable_network_config`` and provides the choice of system resolver
|
||||||
|
integration.
|
||||||
|
|
||||||
|
If not specified, ``systemd`` is used as default.
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
========
|
========
|
||||||
|
@ -263,6 +263,6 @@ the file **main.conf** is currently read from this directory.
|
|||||||
SEE ALSO
|
SEE ALSO
|
||||||
========
|
========
|
||||||
|
|
||||||
iwctl(1), iwmon(1), hwsim(1), ead(8), systemd.exec(5)
|
iwd.conf(5), iwctl(1), iwmon(1), hwsim(1), ead(8), systemd.exec(5)
|
||||||
|
|
||||||
http://iwd.wiki.kernel.org
|
http://iwd.wiki.kernel.org
|
||||||
|
Loading…
Reference in New Issue
Block a user