mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 21:22:37 +01:00
doc: Update AP settings in iwd.ap(5) and iwd.config(5)
This commit is contained in:
parent
fc81e07c13
commit
2471d4c3cd
@ -104,14 +104,31 @@ is desired, the group header line must still be present:
|
|||||||
:widths: 20 80
|
:widths: 20 80
|
||||||
|
|
||||||
* - Address
|
* - Address
|
||||||
- Local IP address
|
- Local IP address or a comma-separated list of prefix-notation addresses
|
||||||
|
|
||||||
Optional local address pool for the access point and the DHCP server.
|
Optional local address pool for the access point and the DHCP server.
|
||||||
If provided this addresss will be set on the AP interface and any other
|
If a single address is provided this address will be set on the AP
|
||||||
DHCP server options will be derived from it, unless they are overridden
|
interface and any other DHCP server options will be derived from it
|
||||||
by other settings below. If *Address* is not provided and no IP
|
if not overridden by other settings below.
|
||||||
address is set on the interface prior to calling `StartProfile`, the IP
|
|
||||||
pool defined by the global ``[General].APRanges`` setting will be used.
|
If a list of addresses and prefix lengths is specified (in the
|
||||||
|
`<IP>/<prefix-len>` format), a single subnet address will be selected
|
||||||
|
from the available space each time this profile is started. The subnet
|
||||||
|
size is based on the ``[IPv4].Netmask`` setting.
|
||||||
|
|
||||||
|
If *Address* is not provided and no IP address is set on the
|
||||||
|
interface prior to calling `StartProfile` the value of the main.conf
|
||||||
|
``[IPv4].APAddressPool`` setting will be inherited, which in turn
|
||||||
|
defaults to 192.168.0.0/16.
|
||||||
|
|
||||||
|
For example, if ``[IPv4].Netmask`` is set to 255.255.255.0 and this
|
||||||
|
setting, or the global *APAddressPool* fallback, is set to
|
||||||
|
``192.168.0.0/16, 10.0.0.0/22``, IWD will select one of the 256 subnets
|
||||||
|
with addresses in the 192.168.<0-255>.0/24 range or one of the 4 subnets
|
||||||
|
with addresses in the 10.0.<0-3>.0/24 range, allowing 270 possible
|
||||||
|
subnets. Defining an address pool larger than the desired subnet gives
|
||||||
|
IWD a chance to avoid conflicts if other interfaces on the system use
|
||||||
|
dynamically assigned addresses.
|
||||||
|
|
||||||
* - Gateway
|
* - Gateway
|
||||||
- IP Address of gateway
|
- IP Address of gateway
|
||||||
@ -122,7 +139,7 @@ is desired, the group header line must still be present:
|
|||||||
* - Netmask
|
* - Netmask
|
||||||
- Local netmask of the AP
|
- Local netmask of the AP
|
||||||
|
|
||||||
This will be generated from ``[IPv4].Address`` if not provided.
|
Defaults to a 28-bit netmask if not provided.
|
||||||
|
|
||||||
* - DNSList
|
* - DNSList
|
||||||
- List of DNS servers as a comma-separated IP address list
|
- List of DNS servers as a comma-separated IP address list
|
||||||
|
@ -67,8 +67,8 @@ The group ``[General]`` contains general settings.
|
|||||||
obtain the dynamic addresses from the network through the built-in
|
obtain the dynamic addresses from the network through the built-in
|
||||||
DHCP client.
|
DHCP client.
|
||||||
|
|
||||||
This also enables DHCP server when in AP mode when either
|
This also enables network configuration and the DHCP server when in AP
|
||||||
[General].APRanges is set or an AP profile is being used.
|
mode and the AP profile being activated does not override it.
|
||||||
|
|
||||||
The network configuration feature is disabled by default. See
|
The network configuration feature is disabled by default. See
|
||||||
``[Network]`` settings for additional settings related to network
|
``[Network]`` settings for additional settings related to network
|
||||||
@ -182,7 +182,7 @@ The group ``[General]`` contains general settings.
|
|||||||
then setting ``DisableANQP`` to ``false`` is recommended.
|
then setting ``DisableANQP`` to ``false`` is recommended.
|
||||||
|
|
||||||
Network
|
Network
|
||||||
---------
|
-------
|
||||||
|
|
||||||
The group ``[Network]`` contains network configuration related settings.
|
The group ``[Network]`` contains network configuration related settings.
|
||||||
|
|
||||||
@ -319,6 +319,29 @@ No modification from defaults is normally required.
|
|||||||
prevent **iwd** from roaming properly, but can be useful for networks
|
prevent **iwd** from roaming properly, but can be useful for networks
|
||||||
operating under extremely low rssi levels where roaming isn't possible.
|
operating under extremely low rssi levels where roaming isn't possible.
|
||||||
|
|
||||||
|
IPv4
|
||||||
|
----
|
||||||
|
|
||||||
|
The group ``[IPv4]`` contains settings related to IPv4 network configuration.
|
||||||
|
|
||||||
|
.. list-table::
|
||||||
|
:header-rows: 0
|
||||||
|
:stub-columns: 0
|
||||||
|
:widths: 20 80
|
||||||
|
:align: left
|
||||||
|
|
||||||
|
* - APAddressPool
|
||||||
|
- Values: comma-separated list of prefix-notation IP strings
|
||||||
|
|
||||||
|
Defines the space of IPs used for the Access Point-mode subnet addresses
|
||||||
|
and the DHCP server. Defaults to 192.168.0.0/16. The prefix length
|
||||||
|
decides the size of the pool from which an address is selected but the
|
||||||
|
actual subnet size (netmask) is based on the AP profile being activated
|
||||||
|
and defaults to 28 bits. The AP profile's ``[IPv4].Address`` setting
|
||||||
|
overrides the global value set here. Setting a too small address space
|
||||||
|
will limit the number of access points that can be running
|
||||||
|
simultaneously on different interfaces.
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
========
|
========
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user