Commit 036244b4 authored by Levin Zimmermann's avatar Levin Zimmermann

playbook: Fix Fluentd to send/receive data

(wasn't possible because of too restrictive ipv6 firewall)
parent 82fe1b17
......@@ -34,5 +34,8 @@
ip6tables -A INPUT -p tcp --dport $LISTEN_SENSOR_PORT -j ACCEPT
ip6tables -A INPUT -p udp --dport $LISTEN_SENSOR_PORT -j ACCEPT
ip6tables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
ip6tables -A OUTPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
roles:
- role: olimex-board
......@@ -18,6 +18,8 @@
ip6tables -A OUTPUT -p tcp --dport $LISTEN_SENSOR_PORT -j ACCEPT
ip6tables -A OUTPUT -p udp --dport $LISTEN_SENSOR_PORT -j ACCEPT
ip6tables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
roles:
- role: olimex-board
- role: olimex-sensor
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment