Add hvn1/hvn2 and remove the comments from hvn0
This commit is contained in:
@ -0,0 +1,14 @@
|
||||
network:
|
||||
version: 2
|
||||
renderer: networkd
|
||||
ethernets:
|
||||
enp1s0:
|
||||
optional: true
|
||||
accept-ra: false
|
||||
dhcp4: false
|
||||
addresses: [ 192.168.1.87/24, 2001:678:d78:101::87/64 ]
|
||||
gateway4: 192.168.1.252
|
||||
gateway6: 2001:678:d78:101::1
|
||||
nameservers:
|
||||
addresses: [ "2001:678:d78::3", "2001:678:d78::4" ]
|
||||
search: [ "lab.ipng.ch", "ipng.ch", "ipng.nl", "rfc1918.ipng.nl" ]
|
Reference in New Issue
Block a user