Configure your pppoe credentials and leave all the rest on its default value and see what happens.
Then please show us the result and your current network config in text form here.
The most likely problem is that you have the the device for the wan6 interface set incorrectly. It should be @wan (which is the pppoe tunnel) not wan(the physical device).
If that doesnt fix it then as suggested above , post your configuration details.
Connect to your OpenWrt device using ssh and copy the output of the following commands and post it here using the "Preformatted text </> " button:
Remember to redact passwords, MAC addresses and any public IP addresses you may have:
The wan6 interface should be set to DHCPv6 client.
You should also change the wan interface settings.
Change the 'Obtain IPV6 address' to Manual in advanced settings. With it set to Automatic its creating the wan_6 interface dynamically. Set to manual it will use the wan6 interface.
OR you could just keep it simple, leave the wan 'Obtain IPv6 address' set to automatic and delete the wan6 interface completely!
You do not need anything with the defaults. Only proto pppoe and the credentials.
Per default wan6 is set to dhcpv6 client and tries to request an address and a delegated prefix too.
How do I should know if you use pictures and no text and delete all meaningful information?
Again. The defaulta on OpenWrt gives you a delegated prefix if the ISP handes it out and OpenWrt assigns a prefix to lan by default too.
I don't know what you configured on your clients.
You still have two IPv6 intefaces , either remove the wan6 one, leaving the wan 'Obtain IPv6 address' set to automatic or set it to manual, save and reboot and the wan_6 interface should disappear
That screenshot shows you're getting an IPv6 prefix allocated and the router is being assigned an IPv6 address. It looks like your devices on the LAN arent being assigned IPv6. Check the 'IPv6 prefix filter' on the LAN Advanced settings, make sure its set to wan6.
Your LAN section of /etc/config/network should then look something like this
I'm out of this thread. Why is nobody listing and just leaves the defaults alone?
If you have no idea what you are doing then please don't fiddle with stuff you don't understand.
Yes, I agree but @cah1982 HAS changed from the defaults and the config needs checking to get it back to something like the default unless he/she is prepared to reset it all and start again...
I honestly didnt know i was changing any defaults if i had just switch protocals to PPPoE and added the user name, changing it back, I thought it would go back to defaults
config interface 'lan'
option device 'br-lan'
option proto 'static'
option netmask '255.255.255.0'
option ip6assign '64'
option ipaddr '192.168.0.1'
list dns '192.168.0.1'
list ip6class 'wan6'
config interface 'wan6'
option device '@wan'
option proto 'dhcpv6'
option reqaddress 'try'
option reqprefix 'auto'
Its fine, you can ignore those, its just how I've got my config.
So your LAN devices ought to be getting IPv6 addresses.
Assuming you have a windows device , what does IPCONFIG show ?
You are not getting routed GUA (globally unique) IPv6 addresses allocated on the LAN. The fd98... addresses are ULA (Unique local). Hence the test is failing.
I'm not familiar with the use of Adguard but I wouldnt expect that to be an issue.
Two options:-