mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-07-07 06:37:25 +02:00
systemd-networkd: add MDNS/LLMNR in appropiate states
This commit is contained in:
parent
8d7f526783
commit
8c54f7b8e4
@ -9,6 +9,8 @@ ActivationPolicy=always-up
|
||||
Unmanaged=false
|
||||
|
||||
[Network]
|
||||
LLMNR=resolve
|
||||
MulticastDNS=resolve
|
||||
DHCP=true
|
||||
IPv6PrivacyExtensions=true
|
||||
IPv6LinkLocalAddressGenerationMode=stable-privacy
|
||||
|
@ -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
|
||||
|
@ -4,3 +4,7 @@ Type=none
|
||||
|
||||
[Link]
|
||||
Unmanaged=true
|
||||
|
||||
[Network]
|
||||
LLMNR=false
|
||||
MulticastDNS=false
|
||||
|
@ -3,3 +3,7 @@ Type=wireguard
|
||||
|
||||
[Link]
|
||||
Unmanaged=true
|
||||
|
||||
[Network]
|
||||
LLMNR=false
|
||||
MulticastDNS=false
|
||||
|
@ -9,6 +9,8 @@ ActivationPolicy=always-up
|
||||
Unmanaged=false
|
||||
|
||||
[Network]
|
||||
LLMNR=true
|
||||
MulticastDNS=true
|
||||
DHCP=true
|
||||
IPv6PrivacyExtensions=true
|
||||
IPv6LinkLocalAddressGenerationMode=stable-privacy
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user