You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did read somewhere, that ip -6 route add default dev pppoe-wan resolves the Permission denied error, which it does (not permanent that way). However, it still fails with (Address not available) afterwards.
I did see issue #55. My ISP does support IPv6 via dual stack for sure, but no link local address shows up with ifstatus wan:
ip -6 addr show
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:9486/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:9487/64 scope link tentative
valid_lft forever preferred_lft forever
14: br-guest-turris: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 state UP qlen 1000
inet6 2a00:11:f982:2aff::1/64 scope global deprecated dynamic
valid_lft 5133sec preferred_lft 0sec
inet6 fd42:44d4:f241::1/64 scope global noprefixroute
valid_lft forever preferred_lft forever
inet6 fe80::c0f8:daff:fea5:34be/64 scope link
valid_lft forever preferred_lft forever
15: br-lan: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 state UP qlen 1000
inet6 fd42:44d4:f241:1::1/64 scope global noprefixroute
valid_lft forever preferred_lft forever
inet6 fe80::da58:d7ff:fe01:9486/64 scope link
valid_lft forever preferred_lft forever
22: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 state UP qlen 1000
inet6 fe80::6f0:21ff:fe45:e050/64 scope link
valid_lft forever preferred_lft forever
23: wlan1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 state UP qlen 1000
inet6 fe80::c2f8:daff:fea5:34be/64 scope link
valid_lft forever preferred_lft forever
24: guest_turris_1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 state UP qlen 1000
inet6 fe80::c0f8:daff:fea5:34be/64 scope link
valid_lft forever preferred_lft forever
25: guest_turris_0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 state UP qlen 1000
inet6 fe80::4f0:21ff:fe45:e050/64 scope link
valid_lft forever preferred_lft forever
854: eth2.7@eth2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 state UP qlen 1000
inet6 fe80::da58:d7ff:fe01:9487/64 scope link tentative
valid_lft forever preferred_lft forever
The text was updated successfully, but these errors were encountered:
Hey,
I do get the following error messages from odhcp:
I am using a turris omnia, my netconfig looks as follows:
I did read somewhere, that
ip -6 route add default dev pppoe-wan
resolves the Permission denied error, which it does (not permanent that way). However, it still fails with(Address not available)
afterwards.I did see issue #55. My ISP does support IPv6 via dual stack for sure, but no link local address shows up with
ifstatus wan
:It does work with another router (a fritzBox).
Additional info:
The text was updated successfully, but these errors were encountered: