[OpenWrt Wiki] IPv6 configuration
openwrt.org › docs › guide-userNov 27, 2021 · OpenWrt features a versatile RA & DHCPv6 server and relay. Per default SLAAC and both stateless and stateful DHCPv6 are enabled on an interface. If there are any prefixes of size /64 or shorter present then addresses will be handed out from each prefix.
[OpenWrt Wiki] IPv6 DNS
https://openwrt.org/docs/guide-user/network/ipv6/ipv6.dns?do=adminIf you use DNS for servers on the LAN (for example, ntp.lan for a local ntp server, gw.lan for the gateway) then you need to configure DNSMasq to return IPv6 addresses for them too. This can be done using the GUI or CLI.. Currently, this seems to work if you create additional Hostname entries with an IPv6 address instead of an IPv4 address. # /etc/config/dhcp...
[OpenWrt Wiki] IPv6 DNS
openwrt.org › network › ipv6OpenDNS provides publicly available IPv6 DNS servers for use by everybody. More information can be found at http://www.opendns.com/about/innovations/ipv6/. Add DNS Servers to forward to (using GUI or CLI) /etc/config/dhcp: config 'dnsmasq'... list 'server' '2620:0:ccc::2' # OpenDNS list 'server' '2620:0:ccd::2' # OpenDNS