Hello,
Invalid configuration when creating Firewall rule. The intention was to redirect all IPv6 DNS queries to internal DNS forwarders, since some device came with DNS fixed.
Firewall Logs:
There were error(s) loading the rules: /tmp/rules.debug:66: rule expands to no
valid combination - The line in question reads [66]: nat on em0 proto tcp from 192.168.0.1/24 to
2001:xxx:x:8xx::1 port 53 -> (em0)
this looks like a nat rule where the source is IPv4 and the destination is IPv6
Yes, this was a feedback to prevent user from doing this and maybe add validation logic in GUI.
/tmp/rules.debug:
nat on em0 proto tcp from 192.168.1.0/24 to 2001:4xxx:x:xxx::1 port 53 -> (em0)