remove ULA from remaining home nodes
This commit is contained in:
parent
3749be6144
commit
409a1c900a
4 changed files with 0 additions and 7 deletions
|
@ -8,7 +8,6 @@ groups = ["debian-bookworm"]
|
||||||
[metadata.interfaces.enp1s0]
|
[metadata.interfaces.enp1s0]
|
||||||
ips = [
|
ips = [
|
||||||
"172.19.138.25/24",
|
"172.19.138.25/24",
|
||||||
"fd90:2017:0:1138::25/64",
|
|
||||||
]
|
]
|
||||||
gateway4 = "172.19.138.1"
|
gateway4 = "172.19.138.1"
|
||||||
ipv6_accept_ra = true
|
ipv6_accept_ra = true
|
||||||
|
|
|
@ -16,16 +16,12 @@ nodes['home.downloadhelper'] = {
|
||||||
'enp1s0.1138': {
|
'enp1s0.1138': {
|
||||||
'ips': {
|
'ips': {
|
||||||
'172.19.138.27/24',
|
'172.19.138.27/24',
|
||||||
'fd90:2017:0:1138::27/64',
|
|
||||||
},
|
},
|
||||||
'routes': {
|
'routes': {
|
||||||
# VPN
|
# VPN
|
||||||
'172.19.128.0/20': {
|
'172.19.128.0/20': {
|
||||||
'via': '172.19.138.1',
|
'via': '172.19.138.1',
|
||||||
},
|
},
|
||||||
'fd90:2017::/32': {
|
|
||||||
'via': 'fd90:2017:0:1138::1',
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
@ -25,7 +25,6 @@ nodes['home.nas'] = {
|
||||||
'br1138': {
|
'br1138': {
|
||||||
'ips': {
|
'ips': {
|
||||||
'172.19.138.20/24',
|
'172.19.138.20/24',
|
||||||
'fd90:2017:0:1138::20/64',
|
|
||||||
},
|
},
|
||||||
'gateway4': '172.19.138.1',
|
'gateway4': '172.19.138.1',
|
||||||
'ipv6_accept_ra': True,
|
'ipv6_accept_ra': True,
|
||||||
|
|
|
@ -16,7 +16,6 @@ nodes['home.paperless'] = {
|
||||||
'enp1s0': {
|
'enp1s0': {
|
||||||
'ips': {
|
'ips': {
|
||||||
'172.19.138.29/24',
|
'172.19.138.29/24',
|
||||||
'fd90:2017:0:1138::29/64',
|
|
||||||
},
|
},
|
||||||
'gateway4': '172.19.138.1',
|
'gateway4': '172.19.138.1',
|
||||||
'ipv6_accept_ra': True,
|
'ipv6_accept_ra': True,
|
||||||
|
|
Loading…
Reference in a new issue