Ipv6 in lan (vlan)

I had some problems with packages on openwrt (years of configs...), so I decided to start from 0 and configure only what I really need now.
However, ipv6 is still not working. I have full ipv6 access on the openwrt router, but that is not propagated to the lan.
I have multiple vlans configured, but I only need ipv6 on the main network.
ipv6 still confuses me, so it must be something really simple, but I can't figure out what it is. Can anyone help me? Here is my config:


Those are not default settings. Since your ISP issues a /56 prefix, do not use relay mode or NDP proxy. The default settings of RA and DHCPv6 server on lan and nothing on wan will work. The default ip6assign of 60 allows a /56 to be broken up into 15 or 16 /60s, one for each lan. If you have more than one LAN-like interface (such as guest or IoT), repeat the same settings of lan on each one. They will automatically get a different /60 out of the /56.

so simple... you are right, those were not default settings, I had tried to change and obviously made it worse.
Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.