nodes/home.*: add ipv6 site-local ip addressing and v6-only vlan
This commit is contained in:
parent
9c4d1c94a5
commit
9e59bb044a
3 changed files with 22 additions and 2 deletions
|
@ -6,7 +6,10 @@ bundles = [
|
|||
groups = ["debian-bookworm"]
|
||||
|
||||
[metadata.interfaces.enp1s0]
|
||||
ips = ["172.19.138.25/24"]
|
||||
ips = [
|
||||
"172.19.138.25/24",
|
||||
"fd90:2017:0:1138::25/64",
|
||||
]
|
||||
gateway4 = "172.19.138.1"
|
||||
ipv6_accept_ra = true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue