From 8b3620f4e036764fc6c72e27bae820c6f6a51c22 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 16 Apr 2023 01:30:14 +0200 Subject: c@h: add network zone for c3voc --- inventory/group_vars/chaos-at-home/network.yml | 11 +++++++++++ inventory/group_vars/vmhost-ch-phoebe/vars.yml | 1 + 2 files changed, 12 insertions(+) (limited to 'inventory/group_vars') 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: diff --git a/inventory/group_vars/vmhost-ch-phoebe/vars.yml b/inventory/group_vars/vmhost-ch-phoebe/vars.yml index 8b1d9d1d..35e12425 100644 --- a/inventory/group_vars/vmhost-ch-phoebe/vars.yml +++ b/inventory/group_vars/vmhost-ch-phoebe/vars.yml @@ -3,6 +3,7 @@ __vmhost_bridge_interface_zones__: eno3: - iot - mgmt + - c3voc eno4: - magenta -- cgit v1.2.3