(no title)
how_gauche | 5 years ago
I don't run the whole network IPv6 -- for hosts I care about having an IPv6 egress for, I use a Wireguard tunnel in IPv6 private address space to a bastion host. If I want to expose a port, I forward it from the other side. It's a sad state of affairs :-(
gertrunde|5 years ago
Just setting up SLAAC is very straightforward, probably (ignoring any unfamiliarity issues) more simple than DHCP?
Pulling addresses from your service provider via prefix delegation can be a bit funny, and could do with being a lot more polished. Instructions/community support in particular can be problematic as ISPs tend to use different prefix lengths, rather than just standardising on /56. And also less relevant if you have a static allocation, which is potentially more likely with IPv6 than IPv4.
And DNS becomes more important, as does firewalling, no more relying on the somewhat dubious NAT safety net.
Havoc|5 years ago
My ISP seems to have ipv6 out of the box, but a little worried about security given it's NAT-less nature
how_gauche|5 years ago