Compare commits

..

No commits in common. "ebc01c16eb54c0e9ca7365fdf0e8cd0f7fc4ce3e" and "3e80de45a92766030d252bd7004aea6ae6565a43" have entirely different histories.

12 changed files with 6 additions and 53 deletions

View File

@ -9,14 +9,6 @@
Country=FI
# legacy compatibility, at least on Lumina?
use_default_interface=true
# build-in network configuration including DHCP client
# build-in DHCP client
EnableNetworkConfiguration=true
# Generate a different spoofed MAC address for every SSID. Some networks
# configured in /var/lib/iwd/ have a new MAC address for every connection.
AddressRandomization=network
[Network]
EnableIPv6=true
# resolvconf/systemd/none. I prefer configuring resolv.conf/unbound by
# myself.
NameResolvingService=none

View File

@ -1,4 +0,0 @@
*.psk
*.8021x
!private-cafe-sample.psk
!private-home-sample.psk

View File

@ -1,2 +0,0 @@
[Settings]
AlwaysRandomizeAddress=true

View File

@ -1,2 +0,0 @@
[Settings]
AlwaysRandomizeAddress=true

View File

@ -1,2 +0,0 @@
[Settings]
AlwaysRandomizeAddress=true

View File

@ -11,9 +11,3 @@ Notes:
* `Settings.AutoConnect=true` is unnecessary as it defaults to true
according to `man iwd.network`.
* `IPv6.Enabled=true` defauls to true being also unnecessary.
* `private-home-sample.psk` has a comment on MAC address override and sends
hostname with IPv4 DHCP. `private-cafe-sample.psk` always randomizes MAC
address and doesn't send hostname.
* The `.open` networks always randomize MAC address too. If a network is
private and needs MAC address for captive portal override or something,
`private-home-sample.psk` should be adjusted from.

View File

@ -1,2 +0,0 @@
[Settings]
AlwaysRandomizeAddress=true

View File

@ -1,2 +0,0 @@
[Settings]
AlwaysRandomizeAddress=true

View File

@ -1,2 +0,0 @@
[Settings]
AlwaysRandomizeAddress=true

View File

@ -1,15 +0,0 @@
# This SSID is "private-home-sample", it comes from the filename
[Settings]
AutoConnect=true
# MAC address override. Takes priority over AlwaysRandomizeAddress
#AddressOverride=
[Security]
Passphrase=MySuperSecretPassphraseThatDoesNotReadHere
[IPv4]
# In home network recognising the device may be a quality of life feature
SendHostname=true
[IPv6]
Enabled=true

View File

@ -1,9 +1,9 @@
# This SSID is "private-cafe-sample", it comes from the filename
# This SSID is "private-wifi-sample", it comes from the filename
[Settings]
AlwaysRandomizeAddress=true
[Security]
Passphrase=MySuperSecretPassphraseThatDoesNotReadHere
AutoConnect=true
[IPv6]
Enabled=true
[Security]
Passphrase=MySuperSecretPassphraseThatDoesNotReadHere

View File

@ -1,2 +0,0 @@
[Settings]
AlwaysRandomizeAddress=true