Hey all, I have been trying to get IPv6 going on my Mikrotik, but I have not had much luck.
Hoping someone can shine some light on the process.
Im on Openserve and I see an IPV6 address is assigned to the PPPOE connection.
It appears to be a local link address (FE80) which is not routable from what I have read.
I was under the impressions that I needed to setup a DHCPv6 Client to receive a prefix which is used to assign IPV6 addresses to the rest of the network.
I get no response when I do so.
Anyone have a working MT config that I could reference?
I've had IPv6 working on my Mikrotik router on Afrihost/Openserve fibre line for a while now. Here's my tips:
1) Make sure IPv6 is enabled - In Winbox go to IPv6 -> Settings. Make sure "Disable IPv6" is unchecked. "IPv6 Forward" should be checked. Accept Redirects -> yes if forwarding disabled, Accept Router Advertisements -> yes if forwarding disabled
2) Restart your Mikrotik if IPv6 was previously disabled and you've just reenabled it in 1 above. For some reason a restart is sometimes required if IPv6 is reenabled
3) Go to IPv6 -> DHCP Client. Delete any previously configured clients. Add a new DHCPv6 client with the following settings:
Interface: Select the PPPOE interface that you're using to connect to Afrihost
Request: info - unchecked, address - unchecked, prefix - checked
Pool Name: AfrihostIPv6Pool (or whatever you want to call it)
Pool Prefix Length: 64
Prefix Hint: "::/60" (without the quotes)
Use Peer DNS - I prefer unchecked but you may want to check this
Use Interface DUID - unchecked
Rapid Commit - unchecked
Add Default Route - checked
Click Ok and the client should then connect and get a prefix starting with "2c0f".
Now you have to tell Mikrotik to use the pool to assign addresses to your network. In Winbox go to IPv6 -> Addresses. Click on the plus button to add a new address. In the new address form fill in the following:
Address - ::/64
From Pool - Select the pool you created above - AfrihostIPv6Pool
Interface - select the interface that your internal LAN runs on
EUI64 - unchecked
Advertise - checked
No DAD - unchecked
Click add and the LAN interface of your interface on Mikrotik will now be allocated a subprefix and will start advertising addresses to clients.
Repeat the above if you have other interfaces like for IOT, cameras, etc.