I setup nat destination for IPv4 to reroute clients attempting to use external DNS servers. I want to do the same for IPv6. However, I cannot use groups in the nat66 configuration. It’s also not allowing me to define more than one destination address which IPv4 also allows for.
Example:
vyos@ruth.hfamly.com# set nat destination rule 10 destination
Possible completions:
address IP address, subnet, or range
> group Group
port Port number
[edit]
vyos@ruth.hfamly.com# set nat destination rule 10 destination ^C
[edit]
vyos@ruth.hfamly.com# set nat66 destination rule 10 destination
Possible completions:
address IPv6 address or prefix to be translated
port Port number
Notice “group” is available in the nat rule but not in the nat66 rule.
Also, if I save either a group or address in the IPv4 version, I can add more to that. IPv6 only allows one and overrides the previous entry when adding a second value.
Any ideas?