main.conf 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # For complete description of supported configuration options, refer to
  2. # 'man 5 iwd.config'.
  3. [General]
  4. # iwd is capable of performing network configuration on its own, including
  5. # DHCPv4 based address configuration. By default this behavior is
  6. # disabled, and an external service such as NetworkManager, systemd-network
  7. # or dhcpclient is required. Uncomment the following line if you want iwd
  8. # to manage network interface configuration.
  9. #
  10. EnableNetworkConfiguration=true
  11. #
  12. # iwd can randomize your WiFi card's MAC address for additional privacy. By
  13. # default, this behavior is disabled and the MAC address assigned by the
  14. # kernel driver is used. The address will be stable when connecting
  15. # to a saved network profile, so as to not interfere with any MAC filtering
  16. # rules that exist on the network.
  17. # If a randomized MAC address is desired, uncomment the setting line below:
  18. #
  19. #AddressRandomization=network
  20. #
  21. # Options below control the roaming thresholds on 2.4 & 5G bands.
  22. # Normally the default values are a good compromise that avoids excessive
  23. # scanning while maintaining good link quality.
  24. #
  25. #RoamThreshold=-70
  26. #RoamThreshold5G=-76
  27. #
  28. [Network]
  29. # If EnableNetworkConfiguration=true is set, iwd forwards DNS information to
  30. # the system resolving service. The currently supported services are:
  31. # - systemd-resolved ["systemd"]
  32. # - openresolv / resolvconf ["resolvconf"]
  33. #
  34. # If not set, the value "systemd" is used by default. Uncomment the value
  35. # below if you are using openresolv:
  36. #
  37. #NameResolvingService=resolvconf
  38. #
  39. # iwd's support for IPv6 is still experimental and is disabled by default.
  40. # If you want to try it anyway, uncomment the setting below. Note that
  41. # configuration via SLAAC is currently not supported (DHCPv6 only).
  42. #
  43. #EnableIPv6=true