ff
This commit is contained in:
@@ -33,6 +33,12 @@
|
||||
jump: ACCEPT
|
||||
loop: "{{ without_lte.stdout_lines }}"
|
||||
|
||||
- name: Allow outgoing connections on LAN all
|
||||
iptables:
|
||||
chain: OUTPUT
|
||||
out_interface: br0
|
||||
jump: ACCEPT
|
||||
|
||||
- name: Allow loopback traffic
|
||||
iptables:
|
||||
chain: INPUT
|
||||
@@ -136,7 +142,7 @@
|
||||
- name: Allow traffic from {{ wifi_int.stdout }} to {{ lte_int.stdout }}
|
||||
iptables:
|
||||
chain: FORWARD
|
||||
in_interface:: br0
|
||||
in_interface: br0
|
||||
out_interface: "{{ lte_int.stdout }}"
|
||||
jump: ACCEPT
|
||||
action: insert
|
||||
|
||||
Reference in New Issue
Block a user