ipv6 icmp on mesh
This commit is contained in:
parent
69bf2faf37
commit
afc7d2c5b5
|
@ -217,8 +217,8 @@ function enable_mesh_firewall {
|
|||
iptables -A INPUT -p tcp --dport 8010 -j ACCEPT
|
||||
|
||||
|
||||
ip6tables -A INPUT -p icmp --icmp-type echo-request -j ACCEPT
|
||||
ip6tables -A OUTPUT -p icmp --icmp-type echo-reply -j ACCEPT
|
||||
ip6tables -A INPUT -p ipv6-icmp -j ACCEPT
|
||||
ip6tables -A OUTPUT -p ipv6-icmp -j ACCEPT
|
||||
ip6tables -A INPUT -p tcp --dport $TRACKER_PORT -j ACCEPT
|
||||
ip6tables -A INPUT -p udp --dport $TRACKER_PORT -j ACCEPT
|
||||
ip6tables -A INPUT -p udp --dport 6240 -j ACCEPT
|
||||
|
|
Loading…
Reference in New Issue