remove ULA from remaining home nodes

This commit is contained in:
Franzi 2024-02-26 19:56:23 +01:00
parent 3749be6144
commit 409a1c900a
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
4 changed files with 0 additions and 7 deletions

View File

@ -8,7 +8,6 @@ groups = ["debian-bookworm"]
[metadata.interfaces.enp1s0]
ips = [
"172.19.138.25/24",
"fd90:2017:0:1138::25/64",
]
gateway4 = "172.19.138.1"
ipv6_accept_ra = true

View File

@ -16,16 +16,12 @@ nodes['home.downloadhelper'] = {
'enp1s0.1138': {
'ips': {
'172.19.138.27/24',
'fd90:2017:0:1138::27/64',
},
'routes': {
# VPN
'172.19.128.0/20': {
'via': '172.19.138.1',
},
'fd90:2017::/32': {
'via': 'fd90:2017:0:1138::1',
},
},
},
},

View File

@ -25,7 +25,6 @@ nodes['home.nas'] = {
'br1138': {
'ips': {
'172.19.138.20/24',
'fd90:2017:0:1138::20/64',
},
'gateway4': '172.19.138.1',
'ipv6_accept_ra': True,

View File

@ -16,7 +16,6 @@ nodes['home.paperless'] = {
'enp1s0': {
'ips': {
'172.19.138.29/24',
'fd90:2017:0:1138::29/64',
},
'gateway4': '172.19.138.1',
'ipv6_accept_ra': True,