summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2024-04-02 16:03:54 +0200
committerChristian Pointner <equinox@spreadspace.org>2024-04-02 16:03:54 +0200
commitf28be05c7989bdd7e54ac52be0015926fce30355 (patch)
tree4d18e08648b5c1de67d3bf45db54884038c5543e
parentadd quick and dirty role for ontime (diff)
since ele-companion-raspsi now lives in lan, mixer vlan again needs not internet
-rw-r--r--inventory/group_vars/elevate-festival/vars.yml1
-rw-r--r--inventory/host_vars/ele-router-hmtsaal.yml4
2 files changed, 2 insertions, 3 deletions
diff --git a/inventory/group_vars/elevate-festival/vars.yml b/inventory/group_vars/elevate-festival/vars.yml
index 7b748b89..53efafba 100644
--- a/inventory/group_vars/elevate-festival/vars.yml
+++ b/inventory/group_vars/elevate-festival/vars.yml
@@ -194,7 +194,6 @@ network_zones:
description: "video and audio mixer control interfaces"
vlan: 48
prefix: 192.168.48.0/24
- gateway: 192.168.48.253
dns:
- 192.168.48.253
offsets:
diff --git a/inventory/host_vars/ele-router-hmtsaal.yml b/inventory/host_vars/ele-router-hmtsaal.yml
index e5ab11a6..426e4c02 100644
--- a/inventory/host_vars/ele-router-hmtsaal.yml
+++ b/inventory/host_vars/ele-router-hmtsaal.yml
@@ -293,12 +293,12 @@ openwrt_mixin:
chain forward {
type filter hook forward priority filter; policy drop;
ct state vmap { established: accept, related: accept, invalid: drop }
- iifname { {{ ['$nic_'] | product(network_internal_zone_names | union(['mixer'])) | map('join') | join(', ') }} } oifname $nic_citycom accept
+ iifname { {{ ['$nic_'] | product(network_internal_zone_names) | map('join') | join(', ') }} } oifname $nic_citycom accept
}
chain postrouting {
type nat hook postrouting priority srcnat; policy accept;
- ip saddr { {{ ['$prefix_'] | product(network_internal_zone_names | union(['mixer'])) | map('join') | join(', ') }} } oifname $nic_citycom snat to $ip_citycom
+ ip saddr { {{ ['$prefix_'] | product(network_internal_zone_names) | map('join') | join(', ') }} } oifname $nic_citycom snat to $ip_citycom
}
}