Does anybody know if it's possible to statically assign an #IPv6 address to a PPPoE WAN interface on an #EdgerouterX?
The configuration options I can see only seem to allow autoconf. This does then have 'secondary' and 'eui64' options but the former seems to do nothing and the latter fails with an error about no MAC address.
For the other interfaces I have a /56 correctly set up via pd so no problems there, but the WAN interface IP changes every reboot using autoconf...
#ipv6 #edgerouterx #edgeos #ubiquiti
Switching from #EdgeOS to #Vyos has been pretty straightforward since #EdgeOS is a Vyatta fork, but one annoyance I have had with #Vyos is that it can't use groups everywhere.
For example, on EdgeOS I had a DNAT rule for Captive DNS, to capture any port 53 requests. I was able to specify a group:
set nat rule 10 destination group address-group '!dns-servers'
dns-servers being a address-group of my servers.
With Vyos, it doesn't look like you can specify a group like that in a NAT rule.