I have an ip4 192.168.0.0 subnet, with a few dozen hosts, and 6 or so servers with static IPs. I use bind 9 (On Centos 7) internally to service ip4 DNS requests. For years, I've disabled ip6, because I did not need it, and because there is no ip6 infrastructure, it would not work anyway. But now I have some applications where ip6 would be useful. I know basically nothing about ip6, but I need to provide ip6 addresses for at least my servers and provide name resolution.
I can install dhcp6, but I have already seen a client fail to start because it could not resolve a hostname to an ip6 address. I imagine I could create an ip6 zone in my bind 9 server, but I expect that I can't just choose any ip6 addresses I want.
What is the best way for my modest needs? Thanks!