IPV6 pppoe cliente over double stack - doesn't work well

I used the configuration below.

/ipv6 dhcp-client add interface=crbc pool-name=pd use-peer-dns=yes add-default-route=yes request=prefix

/ipv6 address add interface=bridge-local from-pool=pd advertise=yes address=::64
/ipv6 address add interface=bridge-local from-pool=pd advertise=yes address=::1/64

/ipv6 dhcp-server add address-pool=pd interface=bridge-local name=dhcpserver lease-time=30d
/ipv6 nd set [ find default=yes ] advertise-dns=yes other-configuration=yes interface=bridge-local

Can you help me?

Its is my interfaces .

crbc = PPPoE Client

ether1-gateway = WAN

bridge-local = LAN

It should work.
First, remove one of the /ipv6 address lines. You should have only one for each interface.
Furthermore, post something better than “doesn’t work well”. Tell us what happens and what is wrong in your opinion.

Hello pe1chl.
Thanks for the response.

It is really working, remove the line below:
ipv6 address add interface = bridge-local from-pool = pd advertise = yes address = :: 64

I’m testing on windows with only the ipv6 and I noticed that he put the dns
DNS servers. . . . . . . . . . . . . . . : fec0: 0: 0: ffff :: 1% 1
fec0: 0: 0: ffff :: 2% 1
fec0: 0: 0: ffff :: 3% 1

when you don’t have ipv4 enabled.
On the dhcpipv6 Server and i created options code 6 pointed to ‘2606: 4700: 4700 :: 1111’

End set dhcpserver ipv6 options the option created above but it does not pass the specified dns to the station
windows..ipconfig.png
DHCPDserver.jpg
options.jpg

You need to use code 23 for that…
However, you can also add one of those 3 fixed addresses (a Windows thing…) to the bridge interface as a static address.
(assuming you have the mikrotik DNS resolver configured)