Comment Re:Always felt they could just add one more set (Score 1) 73
I'm a big fan of IPv6 and enable it everywhere I can, HOWEVER, there is a problem when it comes to firewalling. SLAAC is basically a requirement, since so many things don't support DHCPv6 (such as Android). So now how do you block or allow access to/from a device using SLAAC, especially if that device uses privacy extensions? Device addresses are unpredictable and change frequently.
Then you get issues with things like Matter devices, which only work on link local IPv6 addresses. You can't segment them into separate vlans, everything has to be in the same vlan. For something like Home Assistant, it means adding a second interface for that vlan, but if you want to use Google Home or Apple, now you need to move one of their devices into that vlan too. ULA addressing and Avahi don't work, it's link local only.