systemd-networkd: add MDNS/LLMNR in appropiate states

This commit is contained in:
Aminda Suomalainen 2025-07-06 12:15:14 +03:00
parent 8d7f526783
commit 8c54f7b8e4
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
6 changed files with 16 additions and 0 deletions

View File

@ -9,6 +9,8 @@ ActivationPolicy=always-up
Unmanaged=false
[Network]
LLMNR=resolve
MulticastDNS=resolve
DHCP=true
IPv6PrivacyExtensions=true
IPv6LinkLocalAddressGenerationMode=stable-privacy

View File

@ -7,6 +7,8 @@ MACAddress=ff:ff:ff:ff:ff:ff
#ActivationPolicy=always-up
[Network]
LLMNR=true
MulticastDNS=true
# /24, /16, /8 are the the class C, B, A networks
Address=192.168.0.2/24
Gateway=192.168.0.1

View File

@ -4,3 +4,7 @@ Type=none
[Link]
Unmanaged=true
[Network]
LLMNR=false
MulticastDNS=false

View File

@ -3,3 +3,7 @@ Type=wireguard
[Link]
Unmanaged=true
[Network]
LLMNR=false
MulticastDNS=false

View File

@ -9,6 +9,8 @@ ActivationPolicy=always-up
Unmanaged=false
[Network]
LLMNR=true
MulticastDNS=true
DHCP=true
IPv6PrivacyExtensions=true
IPv6LinkLocalAddressGenerationMode=stable-privacy

View File

@ -2,6 +2,8 @@
SSID=ExampleSSID_nomap BusinessSSID_nomap
[Network]
LLMNR=true
MulticastDNS=true
DHCP=false
Address=10.1.2.3/8
Gateway=10.0.0.1