From 716f318eb492651ffb6fe540e4793e95eb221100 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 10 Aug 2016 20:01:37 +0100 Subject: [PATCH] Enable icmp on mesh installs --- src/freedombone-mesh-batman | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/freedombone-mesh-batman b/src/freedombone-mesh-batman index a16ce376..f8c0aee0 100755 --- a/src/freedombone-mesh-batman +++ b/src/freedombone-mesh-batman @@ -213,6 +213,8 @@ function start { ifconfig $BRIDGE up fi + iptables -A INPUT -p icmp --icmp-type echo-request -j ACCEPT + iptables -A OUTPUT -p icmp --icmp-type echo-reply -j ACCEPT iptables -A INPUT -p tcp --dport 548 -j ACCEPT iptables -A INPUT -p udp --dport 548 -j ACCEPT iptables -A INPUT -p tcp --dport 5353 -j ACCEPT