diff options
author | Christian Pointner <equinox@spreadspace.org> | 2023-02-24 00:09:51 +0100 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2023-02-24 00:09:51 +0100 |
commit | eb9415e78626a7c4442a4d812b02e64d660e29f2 (patch) | |
tree | 9047a42a8113f691bdc8bc006bceb48a99b38887 /inventory/group_vars/elevate-festival | |
parent | install ele-stage-raspi (diff) |
document public ip range for citycom at orpheum
Diffstat (limited to 'inventory/group_vars/elevate-festival')
-rw-r--r-- | inventory/group_vars/elevate-festival/vars.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/inventory/group_vars/elevate-festival/vars.yml b/inventory/group_vars/elevate-festival/vars.yml index 7a69867c..d9574379 100644 --- a/inventory/group_vars/elevate-festival/vars.yml +++ b/inventory/group_vars/elevate-festival/vars.yml @@ -275,8 +275,8 @@ network_zones: cc_orpheum: description: "citycom upstream @ Orpheum (Fiber)" vlan: 504 - # prefix: ?.?.?.?/29 - # gateway: ?.?.?.? + # prefix: 91.143.110.160/28 + # gateway: 91.143.110.161 prefix: 192.168.28.0/24 gateway: 192.168.28.254 dns: @@ -285,8 +285,8 @@ network_zones: # - 217.29.144.66 offsets: ## citycom uses offset 1,2 and 3 - # ele-router-orpheum: 4 # ?.?.?.? - # ele-thetys: 5 # ?.?.?.? + # ele-router-orpheum: 4 # 91.143.110.164 + # ele-thetys: 5 # 91.143.110.165 ele-router-orpheum: 4 # 192.168.28.4 ele-thetys: 5 # 192.168.28.5 |