Is this something specific to starlink router that always use this ip or is general in ipv6.
It's indeed from the category "$1 for turning the screw, $99 for knowing which one". It did take me some minutes to figure out. Maybe there are better ways I haven't found, though.
Now i m struggling with the setting of clients in internal lan
The older I grow the more I prefer talking to writing when it comes to things that should have been simple but aren't. Any suggestions?
SLAAC don't seem to work yet, clients didn't get ip on this vlan.
I hazily remember I had to reboot the router after assigning the global address to the LAN interface in order that SLAAC would start working, but it was many ROS versions ago. There is normally nothing to configure - if the address on the router interface is configured with
advertise=yes, the hosts should be able to learn the prefix, which is all they need to generate their own addresses. The default IPv6 firewall also doesn't restrict ICMPv6 which is enough for the RA to get solicited.
The dhcpdserver v6 i m not sure is working for me ... is that really implemented ?
It is implemented, but 1) until 7.17 it would not respond to requests to lease out an individual address and 2) normal LAN hosts have to be explicitly told to use DHCPv6 instead of SLAAC.
is forward yes the right choise or should be no ?
forward=yes is an equivalent of Linux
ipv6_forwarding=1, i.e. if you want the Mikrotik to route IPv6 packets,
yes is the necessary choice.
accept-router-advertisements: yes-if-forwarding-disabled see for me strange setting ... maybe is why i can't get the ip on the "client" switches where i try it out.
Nope. As @mkx has remarked somewhere above, the distinction between a router and endpoint is much more strict in IPv6 than in IPv4. In particular - unlike endpoints, routers are normally not supposed to autoconfigure, hence by default, the
accept-router-advertisements is set to automatically adjust the actual behavior to the
forward setting. I.e. when acting as a router (
forward=yes), the Mikrotik itself doesn't use SLAAC to determine its address and default gateway unless forced to do so using
accept-router-advertisements=yes. But this has nothing to do with the behavior of the LAN hosts.