Fw3 reload rule is missing

Add multiple custom rules to the /etc/firewall.user file

...
ip6tables -I input_rule -i pppoe-wan -p tcp -d ::ca:30/::ffff:ffff --dport 80 -j ACCEPT
...
ip6tables -t nat -A PREROUTING -i pppoe-wan -p tcp -d ::ca:30/::ffff:ffff --dport 8888 -j DNAT --to-destination [###::ca:30]:8080
...
ip6tables -I zone_wan_input -m conntrack --ctstate DNAT -j ACCEPT
...

I don’t know why, when using the fw3 reload command, ip6tables -I zone_wan_input -m conntrack --ctstate DNAT -j ACCEPT This rule is lost, but the other rules are in . All custom rules using fw3 start are also there.

1 Like
2 Likes

There are too many uncertain things

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.