I think I’m losing my mind. I had IPv6 working from the router. I could ping google’s IPv6 address and got a response every time. I went to bed, and now it’s not working. I contacted my ISP, they say everything is working on their end.
Here’s my configs:
WAN
# show interfaces ethernet
ethernet eth0 {
address dhcp
address dhcpv6
description WAN
dhcpv6-options {
pd 0 {
interface bond0 {
address 1
sla-id 0
}
length 64
}
}
hw-id 00:e0:67:1b:71:a0
ipv6 {
address {
autoconf
}
}
}
LAN
bonding bond0 {
address 10.0.0.1/24
address dhcpv6
description "Primary LAN Bond"
ipv6 {
address {
autoconf
}
}
member {
interface eth2
interface eth1
}
mode 802.3ad
# show service router-advert
interface bond0 {
managed-flag
name-server 2607:fa18:4a8a:xxxx::1/64
other-config-flag
prefix ::/64 {
}
}
I don’t have any static routes setup for this.
Here’s my connections:
$ sh int
Codes: S - State, L - Link, u - Up, D - Down, A - Admin Down
Interface IP Address S/L Description
--------- ---------- --- -----------
bond0 10.0.0.1/24 u/u Primary LAN Bond
2607:fa18:4a8a:xxxx::1/64
2607:fa18:4a8a:xxxx:xxx:xxxx:xxxx:xxxx/64
bond0.2 10.0.2.1/24 u/u IOT
bond0.3 10.0.3.1/24 u/u VMS
bond0.4 10.0.4.1/24 u/u GUESTS
eth0 xx.xx.xx.xx/24 u/u WAN
2607:fa18:4800:xxxx:xxxx:xxxx:xxxx:xxxx/128
eth1 - u/u
eth2 - u/u
eth3 - u/D
lo 127.0.0.1/8 u/u
::1/128
wg0 10.0.6.2/24 u/u DO VPN SFO2
wg1 10.0.7.1/24 u/u Home Access VPN
Addresses are even being handed out to clients on LAN (linux servers and my MacBook).
Nothing, not the router itself or any client on LAN can ping an IPv6 address.
$ ping 2607:f8b0:4025:802::200e
/bin/ping6: connect: Network is unreachable
$ show ip route 2607:f8b0:4025:802::200e
^empty response, nothing on screen
But, v4:
$ show ip route 0.0.0.0
Routing entry for 0.0.0.0/0
Known via "static", distance 210, metric 0, tag 210, best
Last update 2d02h48m ago
* xx.xx.xx.xx, via eth0, weight 1
I’ve got to be missing something. What could I look into? Why would it just stop?