I have a WISP setup. Simple PTMP and CPEs in router mode connecting via PPPOE
How do I enable IPv6 for clients?
I have the Mikrotik IPv6 package installed and enabled
My WAN interface shows an IPv6 address
SLAAC is enabled on CPE
But my computer connected to the CPE does not receive an IPv6 address,
You only have link-local addresses (fe80:…), these can be used for addressing within a subnet, but not across.
You’ll need to get at least /56 address so that you could distribute a /64 to each CPE. You might be able to get it from your uplink provider. Best to arrange for a fixed range, if possible.
If that’s not possible, you can get an address range from tunnel broker (ex HE), and then distribute.
There’s a course for IPv6, MTCIPv6E, that I recommend if you really want to learn.
An answer from a forum user or MK support is nothing compared to a course made by a trainer.
sebastia I don’t know so much about IPv6 and I can tell for sure that all I can find on forum didn’t help me, but there aren’t MTCIPv6E made by favorite trainer this year, so I need to wait.
I have an IPv4 network with OSPF connecting every tower, PPPoE server in the tower’s RB that connects every AP for clients.
How can I deploy IPv6 in my network? Should I make parallel IPv6 network from backbone to towers and can I pass both IPv4 and IPv6 to the same PPPoE client, or there’s another way?