This commit is contained in:
mwiegand 2021-08-13 18:42:02 +02:00
parent 1501d47382
commit bae0a087b5
3 changed files with 6 additions and 4 deletions

View file

@ -64,6 +64,7 @@
'route': [
'10.0.10.0/24',
'10.0.11.0/24',
'10.0.20.0/24',
],
},
},

View file

@ -152,6 +152,7 @@
},
'wb.offsite-backups': {
'route': [
'10.0.20.0/24',
],
},
},

View file

@ -1,5 +1,5 @@
{
'hostname': '10.0.0.148',
'hostname': '10.0.20.2',
'groups': [
'debian-11',
],
@ -12,8 +12,8 @@
'network': {
'internal': {
'interface': 'eth0',
'ipv4': '10.0.0.148/24',
'gateway4': '10.0.0.1',
'ipv4': '10.0.20.2/24',
'gateway4': '10.0.20.1',
},
},
'wireguard': {
@ -21,7 +21,7 @@
'peers': {
'htz.mails': {
'route': [
'10.0.0.0/24',
# '10.0.0.0/24',
'10.0.2.0/24',
'10.0.9.0/24',
'10.0.10.0/24',