Enable DHCP
This commit is contained in:
parent
7ecd3f31af
commit
0bd2230e1d
1 changed files with 1 additions and 3 deletions
|
|
@ -4,11 +4,9 @@
|
||||||
Name={{ network_interface }}
|
Name={{ network_interface }}
|
||||||
|
|
||||||
[Network]
|
[Network]
|
||||||
Address={{ lan_ip }}/{{ lan_prefix }}
|
|
||||||
Gateway={{ lan_gateway }}
|
|
||||||
|
|
||||||
DNS={{ lan_dns }}
|
DNS={{ lan_dns }}
|
||||||
DNSOverTLS=yes
|
DNSOverTLS=yes
|
||||||
DNSSEC=yes
|
DNSSEC=yes
|
||||||
|
DHCP=ipv4
|
||||||
|
|
||||||
IgnoreCarrierLoss=yes
|
IgnoreCarrierLoss=yes
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue