mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-17 20:07:20 +02:00
Compare commits
No commits in common. "ebc01c16eb54c0e9ca7365fdf0e8cd0f7fc4ce3e" and "3e80de45a92766030d252bd7004aea6ae6565a43" have entirely different histories.
ebc01c16eb
...
3e80de45a9
@ -9,14 +9,6 @@
|
|||||||
Country=FI
|
Country=FI
|
||||||
# legacy compatibility, at least on Lumina?
|
# legacy compatibility, at least on Lumina?
|
||||||
use_default_interface=true
|
use_default_interface=true
|
||||||
# build-in network configuration including DHCP client
|
# build-in DHCP client
|
||||||
EnableNetworkConfiguration=true
|
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
|
EnableIPv6=true
|
||||||
# resolvconf/systemd/none. I prefer configuring resolv.conf/unbound by
|
|
||||||
# myself.
|
|
||||||
NameResolvingService=none
|
|
||||||
|
4
var/lib/iwd/.gitignore
vendored
4
var/lib/iwd/.gitignore
vendored
@ -1,4 +0,0 @@
|
|||||||
*.psk
|
|
||||||
*.8021x
|
|
||||||
!private-cafe-sample.psk
|
|
||||||
!private-home-sample.psk
|
|
@ -1,2 +0,0 @@
|
|||||||
[Settings]
|
|
||||||
AlwaysRandomizeAddress=true
|
|
@ -1,2 +0,0 @@
|
|||||||
[Settings]
|
|
||||||
AlwaysRandomizeAddress=true
|
|
@ -1,2 +0,0 @@
|
|||||||
[Settings]
|
|
||||||
AlwaysRandomizeAddress=true
|
|
@ -11,9 +11,3 @@ Notes:
|
|||||||
* `Settings.AutoConnect=true` is unnecessary as it defaults to true
|
* `Settings.AutoConnect=true` is unnecessary as it defaults to true
|
||||||
according to `man iwd.network`.
|
according to `man iwd.network`.
|
||||||
* `IPv6.Enabled=true` defauls to true being also unnecessary.
|
* `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.
|
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
[Settings]
|
|
||||||
AlwaysRandomizeAddress=true
|
|
@ -1,2 +0,0 @@
|
|||||||
[Settings]
|
|
||||||
AlwaysRandomizeAddress=true
|
|
@ -1,2 +0,0 @@
|
|||||||
[Settings]
|
|
||||||
AlwaysRandomizeAddress=true
|
|
@ -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
|
|
@ -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]
|
[Settings]
|
||||||
AlwaysRandomizeAddress=true
|
AutoConnect=true
|
||||||
|
|
||||||
[Security]
|
|
||||||
Passphrase=MySuperSecretPassphraseThatDoesNotReadHere
|
|
||||||
|
|
||||||
[IPv6]
|
[IPv6]
|
||||||
Enabled=true
|
Enabled=true
|
||||||
|
|
||||||
|
[Security]
|
||||||
|
Passphrase=MySuperSecretPassphraseThatDoesNotReadHere
|
@ -1,2 +0,0 @@
|
|||||||
[Settings]
|
|
||||||
AlwaysRandomizeAddress=true
|
|
Loading…
x
Reference in New Issue
Block a user