Add hvn1/hvn2 and remove the comments from hvn0

This commit is contained in:
Pim van Pelt
2022-10-14 12:26:57 +02:00
parent ad7b311f46
commit 54aa9f1890
75 changed files with 966 additions and 11 deletions

View File

@ -0,0 +1,14 @@
network:
version: 2
renderer: networkd
ethernets:
enp1s0:
optional: true
accept-ra: false
dhcp4: false
addresses: [ 192.168.1.89/24, 2001:678:d78:101::89/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" ]