IPv6 simple configuration doesn't seem to work...

Sorry for this very dumb question, but I really don’t understand…
2 RB750 (brand new!) with ROS 5.24
system reset no-default=yes and reboot on both
follow instruction at this link
http://wiki.mikrotik.com/wiki/Manual:IPv6/Address

On RB750-01
/ipv6 address
add address=2001:DB8::1/64 interface=ether1 advertise=no

On RB750-02
/ipv6 address
add address=2001:DB8::2/64 interface=ether1 advertise=no

When I try to ping, simply everything seems not working (time out).
Is there something that I miss?

Thanks!

I've done 1 step forward...
If ping is done to 2001:db8::2
[admin@R1] > / ping 2001:db8::2
HOST SIZE TTL TIME STATUS
timeout
timeout
timeout

Il ping is done to 2001:db8**:0:**:2
[admin@R1] > / ping 2001:db8:0::2
HOST SIZE TTL TIME STATUS
2001:db8::2 56 64 1ms echo reply
2001:db8::2 56 64 0ms echo reply
2001:db8::2 56 64 0ms echo reply
2001:db8::2 56 64 0ms echo reply

Is there someone who can please (please) tell me why?

Thanks...

There is a bung in console, when you ping some short ipv6 addresses it thinks that it is MAC address.
Try to ping from winbox.

Oh, god! :open_mouth:

Thank you!