home.{downloadhelper,paperless}: add ipv6 unique local addresses
This commit is contained in:
parent
a045e701a6
commit
661d8895dc
2 changed files with 8 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
nodes['home.downloadhelper'] = {
|
nodes['home.downloadhelper'] = {
|
||||||
'hostname': '172.19.138.27',
|
'hostname': 'fd90:2017:0:1138::27',
|
||||||
'bundles': {
|
'bundles': {
|
||||||
'nfs-client',
|
'nfs-client',
|
||||||
'transmission',
|
'transmission',
|
||||||
|
@ -16,12 +16,16 @@ 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',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
@ -52,6 +56,7 @@ nodes['home.downloadhelper'] = {
|
||||||
},
|
},
|
||||||
'restrict-to': {
|
'restrict-to': {
|
||||||
'172.19.136.0/22',
|
'172.19.136.0/22',
|
||||||
|
'fd90:2017::/32',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
nodes['home.paperless'] = {
|
nodes['home.paperless'] = {
|
||||||
'hostname': '172.19.138.29',
|
'hostname': 'fd90:2017:0:1138::29',
|
||||||
'bundles': {
|
'bundles': {
|
||||||
'nfs-client',
|
'nfs-client',
|
||||||
'nodejs',
|
'nodejs',
|
||||||
|
@ -16,6 +16,7 @@ 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