I get a prefix assigned from my Fritz!Box /64 on my wan interface.
config interface 'wan6'
option ifname '@wan'
option proto 'dhcpv6'
I would like to divide that prefix I get and redistribute it in a mesh network. Not sure how I can do this. Or, I would like to get multiple /64 prefixes assigned and only use one.
Edit:
It is a Layer3 Mesh-Network.
I'm using olsrv2, but I could switch to babel.
Ask your ISP to give you a proper prefix or get another ISP. /64 is the smallest size each subnet should have, so you cannot break it down into smaller subnets. While technically it's possible to have smaller subnets, the IPv6 spec officially doesn't support it and stuff can break. For example, SLAAC doesn't work with a smaller than /64 subnet and there's probably more stuff that is broken.
I think the ISP assigned subnet prefix is bigger, but I only get a 64 via dhcpv6. Can I request just several 64? Or can I just use the prefix without any dhcp configuration?
option reqprefix '60' (or 62, orβ¦) should work, assuming Fritz!OS honours the prefix request (you're at AVM's mercy here, not a whole lot you can do from OpenWrt's side).
Thanks everyone it's working! I want to renew the config and afterwards I will post my config here, so people that have the same question can just use this thread.
The prefix is not static... So my static configuration will always fail after a while.
Anyone with experience with hnet? I think it is capable of automated prefix delegation in layer 3 networks?