Hello All. I hope you are doing well.
I must to implement a LAN with IPv6 for a proyect. But as every ISP provides a IPv4 direction I must to implement a NAT an a route to that network. From LAN to WAN but that is another topic for the future.
I’m having problem to get an IP from the DHCP server. What I’ve configured is:
# oct/04/2017 14:35:16 by RouterOS 6.37.4
# software id = 818B-XRQ1
#
/interface ethernet
set [ find default-name=ether3 ] master-port=ether2
set [ find default-name=ether4 ] master-port=ether2
set [ find default-name=ether5 ] master-port=ether2
set [ find default-name=ether1 ] master-port=ether2
/ipv6 dhcp-server
add address-pool=pool-IPv6 interface=ether2 name=server1
/ipv6 pool
add name=pool-IPv6 prefix=2001:db8:abcd:12::/64 prefix-length=64
/ip dhcp-client
add default-route-distance=0 dhcp-options=hostname,clientid disabled=no \
interface=ether6
But If I connect a computer in port eth3 the address tab (which is in IPv6) show this IPs that not correspond with the IPv6 pool

Of course in eth10 there is a pc for configure the router. But the DHCP server just applies in the ports eth1-eth5.
What I’m doing wrong?