IPv6 and DHCPv6

Is there a way to setup DHCPv6 instead of using advertise? How do you assign DNS etc with DHCPv6?

Mikrotik not have support:

http://forum.mikrotik.com/t/ipv6-internal-configuration/95360/1

we have been waiting for this feature for a long time.

It’s slowly improving.

You can’t use DHCPv6 to assign addresses, RouterOS doesn’t support it yet. If you need it, your only chance is external server.

The server in RouterOS can already work in stateless mode (to give info to clients, other than addresses) for quite some time. Previously it couldn’t do much, I think it was only addresses of DNS resolvers and that was it. By default, resolvers are taken from “/ip dns”, which is not what you may want. But current version finally supports custom options, so now you can set not only custom DNS, but anything you like. Only the interface is not very friendly, you need to construct the options manually. But if you really need it, it should be usable.