Browse Source

Merge pull request #91 from bugness-chl/testing

Allow icmpv6 neighbor-solicitation
ljf (zamentur) 3 years ago
parent
commit
fa1d522c45
1 changed files with 1 additions and 0 deletions
  1. 1 0
      conf/hook_post-iptable-rules

+ 1 - 0
conf/hook_post-iptable-rules

@@ -43,6 +43,7 @@ do
 done
 
 ip6tables -w -A vpnclient_out -d fd00::/8,fe80::/10 -j ACCEPT
+ip6tables -w -A vpnclient_out -p icmpv6 -j ACCEPT
 ip6tables -w -A vpnclient_out -p udp --dport 5353 -d ff02::fb -j ACCEPT
 ip6tables -w -A vpnclient_out -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT
 ip6tables -w -A vpnclient_out -j DROP