I managed my routerboard to ping ipv6 addresses on internet via 6to4 protocol. I was using this manual http://wiki.mikrotik.com/wiki/Manual:IPv6_Overview (section 6to4 tunnels). But how can I manage my LAN clients to get access to ipv6 internet? I tried to translate the LAN ipv4 address 192.168.2.1 (which is on bridge1, default gw to all LAN clients) to ipv6 with prefix /64, and then add it to my bridge interface and then advertise it. My computer then automatically configured the sit0 interface, like this:
sit0: <NOARP,UP,LOWER_UP> mtu 1480 qdisc noqueue state UNKNOWN
link/sit 0.0.0.0 brd 0.0.0.0
inet6 ::192.168.2.101/96 scope global
valid_lft forever preferred_lft forever
inet6 ::127.0.0.1/96 scope host
valid_lft forever preferred_lft forever
inet6 2002:d910:4f01::1/16 scope global
valid_lft forever preferred_lft forever
On my wlan0 interface it added new ipv6 address with prefix /64. But I cannot ping ipv6 internet.
How should i do this?