mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-06 09:29:22 +01:00
17 lines
382 B
Plaintext
17 lines
382 B
Plaintext
[Match]
|
|
# Dock MACAddress here?
|
|
MACAddress=ff:ff:ff:ff:ff:ff
|
|
|
|
[Link]
|
|
RequiredForOnline=true
|
|
# Takes "ipv4", "ipv6", "both", or "any" (default).
|
|
#RequiredFamilyForOnline=both
|
|
ActivationPolicy=always-up
|
|
|
|
[Network]
|
|
# /24, /16, /8 are the the class C, B, A networks
|
|
Address=192.168.0.2/24
|
|
Gateway=192.168.0.1
|
|
IPv6PrivacyExtensions=true
|
|
IPv6LinkLocalAddressGenerationMode=stable-privacy
|