Experimental IPv6 installbox.
This commit is contained in:
parent
de2a473cde
commit
6438585128
5 changed files with 125 additions and 0 deletions
20
roles/dhcp6radvdatftp/templates/kea-dhcp6.conf.j2
Normal file
20
roles/dhcp6radvdatftp/templates/kea-dhcp6.conf.j2
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"Dhcp6": {
|
||||
"interfaces-config": {
|
||||
"interfaces": [ "{{ if_lan }}" ]
|
||||
},
|
||||
"option-data": [
|
||||
{
|
||||
"name": "bootfile-url",
|
||||
"data": "tftp://[2001:db8:b001::1]/d-i/n-a/grubx64.efi"
|
||||
}
|
||||
],
|
||||
"subnet6": [
|
||||
{
|
||||
"subnet": "2001:db8:b001::/64",
|
||||
"pools": [ { "pool": "2001:db8:b001::2 - 2001:db8:b001::ffff" } ],
|
||||
"interface": "enp1s0"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue