Skip to content
Snippets Groups Projects
Unverified Commit 716f318e authored by Bob Mottram's avatar Bob Mottram
Browse files

Enable icmp on mesh installs

parent 0b6a1208
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment