Enable icmp on mesh installs
This commit is contained in:
parent
0b6a12080d
commit
716f318eb4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue