ok, looks fine
you get one /128 for WAN (routing)
and have one /64 for LAN (PD)
this setup is enough for one LAN network, so your devices behind OWRT need to be in one LAN segment. No separate Guest/IoT/whatever network
suppose you have default config
one LAN network, and you enabled IPv6 DHCP server on LAN interface, then simply connect windows computer to OWRT, or Android on Wireless ... as you wish, and you will see SLAAC addresses on windows/android
Please use code tags when you post code. This is the </> button on the top bar.
Yes your config has OpenWrt being a lan device instead of a lan-wan router. The upstream network needs to be connected to the wan port. It is OK for now if the upstream network is your existing house router instead of a direct connection to the ISP.
The best bet would be to reset OpenWrt to default configuration and move the Ethernet cable connected to your 192.168.0.1 router to the wan port and start from there. Connect another cable from a lan port to your PC and access OpenWrt's lan at 192.168.1.1. That setup will be much closer to working than trying to fix what you have now.
Sorry, I will fix it in a while, I'm on mobile at this moment
Connect another cable from a lan port to your PC and access OpenWrt's lan at 192.168.1.1. That setup will be much closer to working than trying to fix what you have now.
Whats the difference if I connect via wifi or cable?
If you reset to defaults, wifi will be off until you connect to a lan port with a cable to log in and start up wifi. Once wifi is on you can do all further configuration over wifi.
The best bet would be to reset OpenWrt to default configuration and move the Ethernet cable connected to your 192.168.0.1 router to the wan port and start from there.
I have a question about this, it's already connected this way, if I connect at a LAN port I don't have internet connection, what could be the problem?
With default settings you should have an IPv4 Upstream and possibly an IPv6 Upstream automatically configured from the wan network. Assuming the wan network is a typical home network with a DHCP server.
I have T-Mobile home internet (TMHI), I am using their gateway (G4AR), their gateway doesn't do IPv6 PD (prefix delegation). I have my own router downstream the TMHI gateway, to service my client devices, first I had an Asus AX88U router configured in Passthrough mode for IPv6, all good on the clients, they will pass http://www.ipv6-test.com test.
Now I have replaced the Asus with the GL-MT6000 router, I am using vanilla OpenWrt 23.05.4, I have tried all the possible IPv6 operating modes, master, relay, hybrid, etc., and none of the clients pass the IPv6-test.com. I have settle with Relay and this is the configuration:
If I connect a MacBook (macOS), iPad (iPadOS) or Linux (Debian) devices directly to the second ethernet port on the TMHI gateway (G4AR), all of them will pass the http://www.test-ipv6.com/ test, that means I am getting a valid IPv6 address from T-Mobile Home Internet, now, I need to understand why OpenWrt 23.05.4 in Relay is not passing it through.
Any feedback or guidance will be appreciated, thank you