Ok i put the wan6 back into my interface config and restarted the router, heres how the config looks now:
root@turris:~# cat /etc/config/network
config interface 'loopback'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
option device 'lo'
config globals 'globals'
option ula_prefix 'fd1b:24d2:ca62::/48'
config interface 'lan'
option _orig_ifname 'eth0 eth2'
option _orig_bridge 'true'
option _turris_mode 'managed'
option proto 'static'
option ipaddr '192.168.1.1'
option netmask '255.255.255.0'
option ip6assign '64'
option device 'br-lan'
config interface 'wan'
option username 'xxxxxxxxxxxxxxxxxxxxxxx@t-online.de'
option proto 'pppoe'
option password 'xxxxx'
option device 'eth2.7'
# option ipv6 '1'
option ipv6 'auto'
config interface 'vpn'
option _orig_ifname 'tun0'
option _orig_bridge 'false'
option proto 'none'
option auto '1'
option device 'tun0'
config device 'br_lan'
option name 'br-lan'
option igmp_snooping '1'
list ports 'lan0'
list ports 'lan1'
list ports 'lan2'
list ports 'lan3'
list ports 'lan4'
list ports 'tun0'
option type 'bridge'
config interface 'wan6'
option device '@wan'
option proto 'dhcpv6'
option reqprefix 'auto'
option reqaddress 'try'
config device 'dev_wan'
option name 'eth2.7'
option igmpversion '2'
I do get shown two Interfaces WAN_6 and WAN6 which doesn’t look right for me:
Reconnected the client also nothing seems to have changed:
IPv6 Addresses are received by the client:
root@turris:~# ifstatus wan_6
{
"up": true,
"pending": false,
"available": true,
"autostart": true,
"dynamic": true,
"uptime": 756,
"l3_device": "pppoe-wan",
"proto": "dhcpv6",
"device": "pppoe-wan",
"metric": 0,
"dns_metric": 0,
"delegation": true,
"ipv4-address": [
],
"ipv6-address": [
{
"address": "2003:e1:9fff:123f:dd70:b281:7160:6078",
"mask": 64,
"preferred": 1643,
"valid": 14243
}
],
"ipv6-prefix": [
{
"address": "2003:e1:9f11:f700::",
"mask": 56,
"preferred": 85642,
"valid": 85642,
"class": "wan_6",
"assigned": {
"lan": {
"address": "2003:e1:9f11:f700::",
"mask": 64
}
}
}
],
"ipv6-prefix-assignment": [
],
"route": [
{
"target": "::",
"mask": 0,
"nexthop": "fe80::e86:10ff:fef7:3884",
"metric": 512,
"valid": 1643,
"source": "2003:e1:9f11:f700::/56"
},
{
"target": "::",
"mask": 0,
"nexthop": "fe80::e86:10ff:fef7:3884",
"metric": 512,
"valid": 1643,
"source": "2003:e1:9fff:123f:dd70:b281:7160:6078/64"
}
],
"dns-server": [
"2003:180:2:8100::53",
"2003:180:2:8000::53"
],
"dns-search": [
],
"neighbors": [
],
"inactive": {
"ipv4-address": [
],
"ipv6-address": [
],
"route": [
],
"dns-server": [
],
"dns-search": [
],
"neighbors": [
]
},
"data": {
"passthru": "001700202003018000028100000000000000005320030180000280000000000000000053",
"zone": "wan"
}
}
root@turris:~# ifstatus wan6
{
"up": true,
"pending": false,
"available": true,
"autostart": true,
"dynamic": false,
"uptime": 819,
"l3_device": "pppoe-wan",
"proto": "dhcpv6",
"device": "pppoe-wan",
"metric": 0,
"dns_metric": 0,
"delegation": true,
"ipv4-address": [
],
"ipv6-address": [
{
"address": "2003:e1:9fff:123f:dd70:b281:7160:6078",
"mask": 64,
"preferred": 1583,
"valid": 14183
}
],
"ipv6-prefix": [
],
"ipv6-prefix-assignment": [
],
"route": [
{
"target": "::",
"mask": 0,
"nexthop": "fe80::e86:10ff:fef7:3884",
"metric": 512,
"valid": 1583,
"source": "2003:e1:9fff:123f:dd70:b281:7160:6078/64"
}
],
"dns-server": [
"2003:180:2:8100::53",
"2003:180:2:8000::53"
],
"dns-search": [
],
"neighbors": [
],
"inactive": {
"ipv4-address": [
],
"ipv6-address": [
],
"route": [
],
"dns-server": [
],
"dns-search": [
],
"neighbors": [
]
},
"data": {
}
}