IPv6 has worked fine on my Omnia since I got it - until the last few days. Now the dashboard reports “Connected: NO”. A laptop plugged directly into the cable modem gets an IPv6 address just fine.
I don’t have anything special in my configs, it’s pretty much out of the box:
type config interface 'wan'
option ipv6 '1'
option device 'eth2'
option proto 'dhcp'
config interface 'wan6'
option device '@wan'
option proto 'dhcpv6'
option reqaddress 'try'
option reqprefix 'auto'
I do see this in the log:
Nov 21 23:06:46 turris odhcp6c[9716]: Failed to send RS (Address not available)
Nov 21 23:06:46 turris odhcp6c[9716]: Failed to send SOLICIT message to ff02::1:2 (Address not available)
Nov 21 23:06:47 turris odhcp6c[9716]: Failed to send SOLICIT message to ff02::1:2 (Address not available)
ip tells me:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 state UNKNOWN qlen 1000
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1508 state UP qlen 1024
inet6 fe80::da58:d7ff:fe01:205c/64 scope link
valid_lft forever preferred_lft forever
4: eth2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 state UP qlen 1024
inet6 fe80::da58:d7ff:fe01:205d/64 scope link
valid_lft forever preferred_lft forever
14: br-guest-turris: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 state UP qlen 1000
inet6 fd78:bb31:9f8:10::1/64 scope global noprefixroute
valid_lft forever preferred_lft forever
inet6 fe80::4f0:21ff:fe45:c6a4/64 scope link
valid_lft forever preferred_lft forever
24: br-lan: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 state UP qlen 1000
inet6 fd78:bb31:9f8::1/60 scope global noprefixroute
valid_lft forever preferred_lft forever
inet6 fe80::da58:d7ff:fe01:205c/64 scope link
valid_lft forever preferred_lft forever
25: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 state UP qlen 1000
inet6 fe80::6f0:21ff:fe45:d16d/64 scope link
valid_lft forever preferred_lft forever
26: wlan1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 state UP qlen 1000
inet6 fe80::6f0:21ff:fe45:c6a4/64 scope link
valid_lft forever preferred_lft forever
27: guest_turris_1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 state UP qlen 1000
inet6 fe80::4f0:21ff:fe45:c6a4/64 scope link
valid_lft forever preferred_lft forever
Has anybody seen anything like this?
Thanks!