ip6tables

Hi, when I turn the ip6tables firewall on, with the option "Block all except ports used for virtual hosting, on interface", the firewall seems to start, but it doesn't work at all, and if I click on "apply configuration", I receive the following message "Failed to apply configuration : ip6tables-restore v1.6.0: icmp6: option "--icmpv6-type" must be specified Error occurred at line: 34 Try `ip6tables-restore -h' or 'ip6tables-restore --help' for more information." The ip6tables-restore solution doesn't work. But there is a solution which works fine. With your automatic script, the line 34 is filled with " -A INPUT -p icmpv6 -m icmpv6 -j ACCEPT ", but it needs " -A INPUT -p icmpv6 -m icmpv6 –icmpv6-type echo-reply -j ACCEPT ". There is an old post here [1] which is always valid. Could you think it would be possible to fix that ?

Best regards and thanks for your great app.

[1] https://sourceforge.net/p/webadmin/bugs/4807/

Status: 
Closed (fixed)

Comments

Status: Fixed » Fixed (pending)
Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.