IPV6 Help

Hi Guys,

MikroTik newbie here.

On the “Quick Set” UI, I have my Address Acquisition set to Automatic. This works perfect for IPv4.

I’m trying to get IPv6 setup and am struggling.

This is what my ISP said: “IPv6 is provided in parallel with IPv4 in native Dual-Stack mode. The DHCPv6 client requests a delegated prefix (IA_PD) from the network. The network DHCPv6 server responds with an Advertise message containing the delegated prefix with a valid-lifetime of 1 hour. The provided modem selects a fixed /64 prefix from the delegated prefix and uses SLAAC to provide IPv6 addresses to connected wired and WiFi devices. The remainder of the delegated prefix is reserved for future use when the router supports further delegation.
IPv6 will only be advertised on the LAN when an IPv6 delegated prefix has been requested and received on the WAN interface.
IPv6 recursive DNS servers (RDNSS) are advertised on the LAN by the modem’s DHCPv6 server.”

In WebFig, it appears it is picking up a prefix correctly.

See image:
1.png
.

The problem I’m having is what do I do next to actually be able to use IPV6 and visit IPV6 sites.

This worked out of the box on the router the ISP provided, so I’m unsure what to do next on MikroTik.

All help is appreciated.

Thanks,
Dara

Here is an example how to use received pool
https://wiki.mikrotik.com/wiki/Manual:IPv6/DHCP_Client#Use_received_prefix_for_local_RA

Great! Thanks for the help