diff options
author | Christian Pointner <equinox@spreadspace.org> | 2023-04-16 01:30:14 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2023-04-16 01:30:14 +0200 |
commit | 8b3620f4e036764fc6c72e27bae820c6f6a51c22 (patch) | |
tree | 428103ec69303bd2b65422ce4f53317571cd1242 /inventory/group_vars/chaos-at-home | |
parent | cpu-micrcode for debain bookworm+ (diff) |
c@h: add network zone for c3voc
Diffstat (limited to 'inventory/group_vars/chaos-at-home')
-rw-r--r-- | inventory/group_vars/chaos-at-home/network.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/inventory/group_vars/chaos-at-home/network.yml b/inventory/group_vars/chaos-at-home/network.yml index 9fea14eb..1fb4a94f 100644 --- a/inventory/group_vars/chaos-at-home/network.yml +++ b/inventory/group_vars/chaos-at-home/network.yml @@ -81,6 +81,7 @@ network_zones: ch-testvm-phoebe: 43 ch-testvm-openwrt: 44 ch-nic: 53 + ch-gw-c3voc: 73 __svc_http__: 80 __svc_imap__: 143 ch-mon: 230 @@ -123,6 +124,16 @@ network_zones: offsets: ch-router: 2 + c3voc: + vlan: 1073 + prefix: 10.73.0.0/16 + gateway: 10.73.0.254 + dns: + - 8.8.8.8 + - 8.8.8.8 + offsets: + ch-gw-c3voc: 254 + remote: prefix: 192.168.51.0/24 offsets: |