From 946a67502b89246852a6ae9043d537146646da3b Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Wed, 4 Nov 2020 08:52:26 -0800 Subject: [PATCH] doc: add APRanges documentation --- src/iwd.config.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/iwd.config.rst b/src/iwd.config.rst index 96774092..5d3cfb3a 100644 --- a/src/iwd.config.rst +++ b/src/iwd.config.rst @@ -67,10 +67,23 @@ The group ``[General]`` contains general settings. obtain the dynamic addresses from the network through the built-in DHCP client. + This also enables DHCP server when in AP mode when either + [General].APRanges is set or an AP profile is being used. + The network configuration feature is disabled by default. See ``[Network]`` settings for additional settings related to network configuration. + * - APRanges + - Values: + + Sets the range of IP's used for DHCP server (AP mode). The IP should be + in prefix notation e.g. aaa.bbb.ccc.ddd/xx. AP's which are started in a + profile-less configuration will use this pool of IP's to set the AP's + interface address as well as default DHCP server options. Each AP will + get a new subnet from the range and clients will be addressed in that + subnet to avoid IP conflicts if multiple AP's are started. + * - UseDefaultInterface - Values: true, **false**