I have the Openwrt router connect to another router which connect to the internet through PPPoE.
I tried configuring the openwrt router and do not have dhcpv6 leases on wlan, also ipv6 works from router diagnostic page but not for clients on wlan ...
Now it seems the router gives ipv6 leases only on lan, not wlan ...
root@LEDE:~# ip -6 a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 state UNKNOWN qlen 1
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 state UP qlen 1000
inet6 2a02:xxxx:xxxx:xxxx:cc76:deff:fe9d:138f/64 scope global dynamic
valid_lft 86242sec preferred_lft 14242sec
inet6 fe80::cc76:deff:fe9d:138f/64 scope link
valid_lft forever preferred_lft forever
8: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 state UP qlen 1000
inet6 fe80::202:3ff:fe04:506/64 scope link
valid_lft forever preferred_lft forever
Please run the following commands (copy-paste the whole block) and paste the output here, using the "Preformatted text </> " button:
Remember to redact passwords, MAC addresses and any public IP addresses you may have
ubus call system board; \
uci export network; uci export wireless; \
uci export dhcp; uci export firewall; \
head -n -0 /etc/firewall.user; \
ip -4 addr ; ip -4 ro li tab all ; ip -4 ru; \
ip -6 addr ; ip -6 ro li tab all ; ip -6 ru; \
ls -l /etc/resolv.* /tmp/resolv.* /tmp/resolv.*/* ; head -n -0 /etc/resolv.* /tmp/resolv.* /tmp/resolv.*/*