From 9e20a17176df10110c8fb6e837a9790726763b2d Mon Sep 17 00:00:00 2001 From: Aleksandr Malyavin Date: Sat, 7 Sep 2024 10:00:00 +0300 Subject: [PATCH] ff --- roles/configure/tasks/iptables.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/configure/tasks/iptables.yaml b/roles/configure/tasks/iptables.yaml index 2580674..7953ce1 100644 --- a/roles/configure/tasks/iptables.yaml +++ b/roles/configure/tasks/iptables.yaml @@ -136,7 +136,7 @@ - name: Allow traffic from {{ wifi_int.stdout }} to {{ lte_int.stdout }} iptables: chain: FORWARD - source: "{{ subnet }}/24" + in_interface:: br0 out_interface: "{{ lte_int.stdout }}" jump: ACCEPT action: insert