fix eth0.network

This commit is contained in:
mpmc 2023-05-18 18:10:55 +01:00
parent ee54f7bb32
commit 8ce9a2ad04
1 changed files with 7 additions and 5 deletions

View File

@ -24,6 +24,9 @@ LLDP=no
# IP address range.
#Address=192.168.156.1/24
# Enable serving of DHCP addresses from the network range.
#DHCPServer=yes
# Packet forwarding.
#IPForward=yes
@ -33,8 +36,6 @@ LLDP=no
# Link discovery causes some issues so disable it.
#LLDP=no
#[DHCPServer]
# Lease time
#DefaultLeaseTimeSec=300
@ -42,12 +43,13 @@ LLDP=no
#DNS=149.112.112.112
#DNS=9.9.9.9
# Enable serving of DHCP addresses from the network range.
#DHCPServer=yes
# Below not supported systemd < 250
#[DHCPServerStaticLease]
#MACAddress=xx:xx:xx:xx:xx:xx
#Address=192.168.156.2
# Don't allow lan config to stop network.
#[Link]
#RequiredForOnline=yes
## lan end