initial checkin - a start of the generator, and some config files and overlays
This commit is contained in:
14
overlays/bird/templates/etc/netplan/01-netcfg.yaml.j2
Normal file
14
overlays/bird/templates/etc/netplan/01-netcfg.yaml.j2
Normal file
@ -0,0 +1,14 @@
|
||||
network:
|
||||
version: 2
|
||||
renderer: networkd
|
||||
ethernets:
|
||||
enp1s0:
|
||||
optional: true
|
||||
accept-ra: false
|
||||
dhcp4: false
|
||||
addresses: [ {{node.mgmt.ipv4}}, {{node.mgmt.ipv6}} ]
|
||||
gateway4: {{lab.mgmt.gw4}}
|
||||
gateway6: {{lab.mgmt.gw6}}
|
||||
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