How do I push the DNS section into DHCPv6

Hello all, I’m new to the routerOS IPv6 and I try to find a textbox which can fill with IPv6 DNS but there no such option/textbox.

Anyone uses IPv6 before?

When I am using Windows DHCP service, it has this option and clients can got the DNS in interface. But RouterOS doesn’t.

What, exactly, do you want to achieve?

If you want to tell ROS about IPv6 DNS servers then this is done as follows:

/ip dns
set allow-remote-requests=yes cache-max-ttl=1w cache-size=2048KiB \
    max-udp-packet-size=512 servers=\
    8.8.4.4,8.8.8.8,2001:4860:4860::8888,2001:4860:4860::8844

(using Google’s servers, for example). If this isn’t what you wanted, then what do you want?

Which RouterOS version are you using? Support for supplying DNS servers via DHCPv6 is supposed to be in the RouterOS 6 beta but I don’t think it has appeared in any RouterOS 5 versions.

@NAB,

Thank you, I will try if the DNS settings in IP section can be used for IPv6.

@CelticComms

I’m using 6.0rc5, no such DNS options in IPv6 section.
QQ截图20121211131422.png

If you set IPv6 address in /ip dns server, then DHCPv6 server sends that DNS automatically there is no additional parameter in DHCP servers config.