aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/etc/iwd/main.conf
blob: cfeed7ea1f562dbb5953451fab90056b80af1295 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# iwd is started as the Wi-Fi backend; systemd-networkd remains the
# authoritative IP-layer manager (see etc/systemd/network/30-wifi-bond0.network
# which enslaves the wlan interface into bond0).
#
# AddressRandomization=network — iwd picks a deterministic random MAC
# per SSID. Same network always reconnects with the same MAC (so DHCP
# leases, WPA-EAP creds, and captive-portal sessions stay stable across
# reconnects), but a hostile AP on a different SSID never sees the
# hardware MAC. Better than per-association random which trips captive
# portals on every reconnect.

[General]
EnableNetworkConfiguration=false
UseDefaultInterface=false
AddressRandomization=network

[Network]
EnableIPv6=true
NameResolvingService=systemd
RoutePriorityOffset=200

[Scan]
DisablePeriodicScan=false