Hello,
I’m experiencing issues with ipv6 connectivity with init7 (Switzerland) since yesterday. I’ve tried resetting the configuration and have now restored the router to factory defaults. The ISP provides a static delegated /48 ipv6 prefix. Clients get correctly assigned the static prefix, but for example ping -6 google.com
fails (no response), directly from the router the same is working. The router obtains a dynamic /64 subnet and a /128 ipv6 address on the wan port (eth1), to which it is responding to pings from outside, while it is not responding to the delegated static prefix from outside, which is correctly assigned on the br-lan interface. Clients can reach the router via the static ipv6 address. The output of ifstatus lan
and ifstatus wan6
is pasted below. For the moment, I’ve replaced turris with an old router running pfsense, on which I’m not facing the same problems.
Firmware Version:
OpenWrt omnia 15.05 r47055 / LuCI cc8b99aacec15490bb725fe53abefa1156cb5fe3 branch (git-18.123.42193-cc8b99a)
Kernel Version:
4.4.131-a2dbf3bef3d0c1f725e0a5f0801935a1-2
ifstatus lan
{
"up": true,
"pending": false,
"available": true,
"autostart": true,
"dynamic": false,
"uptime": 857,
"l3_device": "br-lan",
"proto": "static",
"device": "br-lan",
"updated": [
"addresses"
],
"metric": 0,
"dns_metric": 0,
"delegation": true,
"ipv4-address": [
{
"address": "192.168.1.1",
"mask": 24
}
],
"ipv6-address": [
],
"ipv6-prefix": [
],
"ipv6-prefix-assignment": [
{
"address": "2a02:XXX:ZZZ::",
"mask": 60,
"preferred": 3227,
"valid": 86027,
"local-address": {
"address": "2a02:XXX:ZZZ::1",
"mask": 64
}
},
{
"address": "fd12:2d93:5d31::",
"mask": 60,
"local-address": {
"address": "fd12:2d93:5d31::1",
"mask": 64
}
}
],
"route": [
],
"dns-server": [
],
"dns-search": [
],
"inactive": {
"ipv4-address": [
],
"ipv6-address": [
],
"route": [
],
"dns-server": [
],
"dns-search": [
]
},
"data": {
}
}
ifstatus wan6
{
"up": true,
"pending": false,
"available": true,
"autostart": true,
"dynamic": false,
"uptime": 356,
"l3_device": "eth1",
"proto": "dhcpv6",
"device": "eth1",
"metric": 0,
"dns_metric": 0,
"delegation": true,
"ipv4-address": [
],
"ipv6-address": [
{
"address": "2a02:168:2000:e:da58:d7ff:xxxx:tttt",
"mask": 64,
"preferred": 604663,
"valid": 2591863
},
{
"address": "2a02:168:2000:e:66da:280f:zzzz:uuuu",
"mask": 128,
"preferred": 3234,
"valid": 86034
}
],
"ipv6-prefix": [
{
"address": "2a02:XXX:YYYY::",
"mask": 48,
"preferred": 3234,
"valid": 86034,
"class": "wan6",
"assigned": {
"lan": {
"address": "2a02:XXX:YYYY::",
"mask": 60
}
}
}
],
"ipv6-prefix-assignment": [
],
"route": [
{
"target": "2a02:168:2000:e::",
"mask": 64,
"nexthop": "::",
"metric": 256,
"valid": 2591863,
"source": "::\/0"
},
{
"target": "::",
"mask": 0,
"nexthop": "fe80::1edf:fff:XXXX:ZZZZ",
"metric": 512,
"valid": 1663,
"source": "2a02:XXX:YYYY::\/48"
},
{
"target": "::",
"mask": 0,
"nexthop": "fe80::1edf:fff:XXXX:ZZZZ",
"metric": 512,
"valid": 1663,
"source": "2a02:168:2000:e:da58:d7ff:xxxx:tttt\/64"
},
{
"target": "::",
"mask": 0,
"nexthop": "fe80::1edf:fff:XXXX:ZZZZ",
"metric": 512,
"valid": 1663,
"source": "2a02:168:2000:e:66da:280f:zzzz:uuuu\/128"
}
],
"dns-server": [
"2001:1620:2777:1::10",
"2001:1620:2777:2::20"
],
"dns-search": [
],
"inactive": {
"ipv4-address": [
],
"ipv6-address": [
],
"route": [
],
"dns-server": [
],
"dns-search": [
]
},
"data": {
"passthru": "...."
}
}