home.{downloadhelper,paperless}: add ipv6 unique local addresses

This commit is contained in:
Franzi 2024-02-26 07:41:51 +01:00
parent a045e701a6
commit 661d8895dc
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,5 @@
nodes['home.downloadhelper'] = {
'hostname': '172.19.138.27',
'hostname': 'fd90:2017:0:1138::27',
'bundles': {
'nfs-client',
'transmission',
@ -16,12 +16,16 @@ 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',
},
},
},
},
@ -52,6 +56,7 @@ nodes['home.downloadhelper'] = {
},
'restrict-to': {
'172.19.136.0/22',
'fd90:2017::/32',
},
},
},

View File

@ -1,5 +1,5 @@
nodes['home.paperless'] = {
'hostname': '172.19.138.29',
'hostname': 'fd90:2017:0:1138::29',
'bundles': {
'nfs-client',
'nodejs',
@ -16,6 +16,7 @@ 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,