Nat66 destination group not available

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?

this feature is not implement yet , you can add a feature request to extend this capability to NAT66:

https://vyos.dev/

I’ve created a feature request and will look into it: ⚓ T6679 NAT66 destination group

1 Like

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