Hey guys, I’ve been trying to get IPv6 working now that Spectrum finally supports it natively. I’ve given you as much debug output as I can think of below, let me know if you need anything else. Right now I can ping IPv6 addresses from the router WAN, but the routes say “unreachable” and if I ping from the router bridge (or a LAN client) I get nada.
Current Configuration:
# sep/30/2017 03:55:49 by RouterOS 6.40.3
# software id = VHAA-IM7V
#
# model = RouterBOARD 3011UiAS
/ipv6 dhcp-server
add interface=bridge name=default
/ipv6 address
add from-pool=charter-ipv6 interface=bridge
/ipv6 dhcp-client
add add-default-route=yes interface=ether1 pool-name=charter-ipv6 prefix-hint=::/64 request=prefix
/ipv6 nd
set [ find default=yes ] advertise-dns=yes other-configuration=yes
/ipv6 settings
set accept-router-advertisements=yes forward=no
Address Print:
Flags: X - disabled, I - invalid, D - dynamic, G - global, L - link-local
# ADDRESS FROM-POOL INTERFACE ADVERTISE
0 G 2600:6c5a:517f:fd66::1/64 charte... bridge yes
Pool Print:
Flags: D - dynamic
# NAME PREFIX PREFIX-LENGTH EXPIRES-AFTER
0 D charter-ipv6 2600:6c5a:517f:fd66::/64 64 8h55m55s
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 DS ::/0 fe80::201:5cff:fe69:9... 1
1 ADC 2600:6c5a:517f:fd66::/64 bridge 0
2 DSU 2600:6c5a:517f:fd66::/64 1
Ping:
ping 2001:4860:4860::8888 interface=ether1
SEQ HOST SIZE TTL TIME STATUS
0 2001:4860:4860::8888 56 57 8ms echo reply
1 2001:4860:4860::8888 56 57 9ms echo reply
2 2001:4860:4860::8888 56 57 9ms echo reply
3 2001:4860:4860::8888 56 57 9ms echo reply
sent=4 received=4 packet-loss=0% min-rtt=8ms avg-rtt=8ms max-rtt=9ms
Ping 2:
ping 2001:4860:4860::8888 interface=bridge
SEQ HOST SIZE TTL TIME STATUS
0 no route to host
1 no route to host
2 no route to host
3 no route to host
sent=4 received=0 packet-loss=100%
Trace Route:
/tool traceroute 2001:4860:4860::8888 protocol=icmp size=64
# ADDRESS LOSS SENT LAST AVG BEST WORST STD-DEV STATUS
1 100% 10 timeout
2 2001:506:100:5537::1 0% 9 9.8ms 8.6 7.5 9.8 0.6
3 100% 9 timeout
4 100% 9 timeout
5 2001:506:100:311::2 0% 9 9.6ms 9.7 9.2 10.3 0.3
6 2001:4860:1:1:0:4e93:0:4a 0% 9 9.2ms 9.3 8.4 10.6 0.6
7 100% 9 timeout
8 2001:4860:0:1::231d 0% 9 9.6ms 9.2 8.8 9.9 0.4
9 2001:4860:4860::8888 0% 9 9.7ms 9.4 8.6 10 0.4