Hi,
I testing an RB450G /w RoS 5.18. I configured a bridge interface as a loopback and it seems to if i configure IPv6 address on bridge then that address can’t be reachable:
[admin@MikroTik] > /interface bridge print
Flags: X - disabled, R - running
0 R name="loopback0" mtu=1500 l2mtu=65535 arp=enabled mac-address=AB:CD:EF:GH:IJ:KL protocol-mode=none priority=0x8000 auto-mac=no admin-mac=AB:CD:EF:GH:IJ:KL
max-message-age=20s forward-delay=15s transmit-hold-count=6 ageing-time=5m
[admin@MikroTik] > /ipv6 address print
Flags: X - disabled, I - invalid, D - dynamic, G - global, L - link-local
# ADDRESS FROM-POOL INTERFACE ADVERTISE
0 G 2001:beef::1/128 loopback0 no
[snip]
[admin@MikroTik] > ping 2001:beef::1
HOST SIZE TTL TIME STATUS
timeout
timeout
timeout
timeout
sent=4 received=0 packet-loss=100%
[admin@MikroTik] >
Any idea how can i get a reachable IPv6 addressed loopback interface?
Cheers,
oreggin