Probably the most beaten up question here, however anything i’ve tried is unsuccessful. My setup : RB1100 with latest OS. ISP → ether6->RB1100->ether1 → Clients.
ISP gw = X:X:X:
1
mikrotik ether6 = X:X:X:
8
mikrotik ether1 = X:X:X::102::/64
The clients are getting ipv6 through RA, and are able to ping both interfaces of mikrotik, however they are unable to ping ISP gw. Mikrotik is able to ping the world and lan.
/ipv6 address
add address=X:X:X:100::8 interface=ether6
add address=X:X:X:102:: interface=ether1
/ipv6 route
add distance=1 gateway=X:X:X:100::1
[admin@tik1] /ipv6> neighbor print
Flags: R - router
0 R address=fe80::4e4e:35ff:fe1b:dc41 interface=ether6 mac-address=4C:4E:35:1B:DC:41 status="stale"
1 R address=X:X:X:100::1 interface=ether6 mac-address=4C:4E:35:1B:DC:41 status="stale"
2 address=fe80::80f6:cace:7679:e156 interface=ether1 mac-address=C0:7C:D1:FC:DC:DE status="stale"
3 address=fe80::185:cb1:debe:f4f4 interface=ether1 mac-address=10:78:D2:F2:D8:31 status="stale"
4 address=fe80::adbd:6768:6d4b:aade interface=ether1 mac-address=D0:27:88:B2:19:7A status="stale"
5 address=fe80::c84:e3ce:ff5a:67a9 interface=ether1 mac-address=40:98:AD:24:C5:CB status="stale"
[admin@tik1] /ipv6> route print
Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, o - ospf, b - bgp, U - unreachable
# DST-ADDRESS GATEWAY DISTANCE
0 A S ::/0 X:X:X:100::1 1
1 ADC X:X:X:100::/64 ether6 0
2 ADC X:X:X:102::/64 ether1 0