network/lan: fixed boot sequence (lan interface now optional for boot), added internet access
This commit is contained in:
parent
01910e3f75
commit
fcdf816c7d
1 changed files with 10 additions and 0 deletions
|
@ -1,5 +1,15 @@
|
|||
[Match]
|
||||
Name=enx*
|
||||
|
||||
[Link]
|
||||
RequiredForOnline=no
|
||||
|
||||
[Network]
|
||||
Address=192.168.254.250/24
|
||||
Gateway=192.168.254.254
|
||||
NTP=0.de.pool.ntp.org
|
||||
NTP=1.de.pool.ntp.org
|
||||
NTP=2.de.pool.ntp.org
|
||||
NTP=3.de.pool.ntp.org
|
||||
DNS=192.168.254.254
|
||||
DNSDefaultRoute=yes
|
||||
|
|
Loading…
Reference in a new issue