diff --git a/nodes/home.server.py b/nodes/home.server.py index 8bd8c18..cbb77bc 100644 --- a/nodes/home.server.py +++ b/nodes/home.server.py @@ -64,6 +64,7 @@ 'route': [ '10.0.10.0/24', '10.0.11.0/24', + '10.0.20.0/24', ], }, }, diff --git a/nodes/htz.mails.py b/nodes/htz.mails.py index 2a983fb..af5e638 100644 --- a/nodes/htz.mails.py +++ b/nodes/htz.mails.py @@ -152,6 +152,7 @@ }, 'wb.offsite-backups': { 'route': [ + '10.0.20.0/24', ], }, }, diff --git a/nodes/wb.offsite-backups.py b/nodes/wb.offsite-backups.py index 1ed1f86..09bae12 100644 --- a/nodes/wb.offsite-backups.py +++ b/nodes/wb.offsite-backups.py @@ -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',