Hi,
I would like to create an ipv6 firewall rule, but the router doesn’t accept it. With ipv4, it works the following form: 1.1.1.1-2.2.2.2
With ipv6, it doesn’t:
/ipv6 firewall filter> add chain=forward src-address=2001::-2002:: action=accept
value of address expects IPv6 prefix
I tried also the following:
/ipv6 firewall filter> add chain=forward src-address=2001::/128-2002::/128 action=accept
value of address must have nemask after ‘/’ as a number