Hi,
i try to use 464XLAT but get continue bellow sys log error:
Sat Feb 10 23:31:47 2024 daemon.notice netifd: Interface 'wan6_4' is now down
Sat Feb 10 23:31:47 2024 daemon.notice netifd: Interface 'wan6_4' is setting up now
Sat Feb 10 23:31:50 2024 daemon.notice netifd: Interface 'wan6_4' is now down
Sat Feb 10 23:31:50 2024 daemon.notice netifd: Interface 'wan6_4' is setting up now
Sat Feb 10 23:31:54 2024 daemon.notice netifd: Interface 'wan6_4' is now down
Sat Feb 10 23:31:54 2024 daemon.notice netifd: Interface 'wan6_4' is setting up now
Sat Feb 10 23:31:57 2024 daemon.notice netifd: Interface 'wan6_4' is now down
Sat Feb 10 23:31:57 2024 daemon.notice netifd: Interface 'wan6_4' is setting up now
Sat Feb 10 23:32:00 2024 daemon.notice netifd: Interface 'wan6_4' is now down
Sat Feb 10 23:32:00 2024 daemon.notice netifd: Interface 'wan6_4' is setting up now
Sat Feb 10 23:32:03 2024 daemon.notice netifd: Interface 'wan6_4' is now down
Sat Feb 10 23:32:03 2024 daemon.notice netifd: Interface 'wan6_4' is setting up now
Sat Feb 10 23:32:06 2024 daemon.notice netifd: Interface 'wan6_4' is now down
Sat Feb 10 23:32:06 2024 daemon.notice netifd: Interface 'wan6_4' is setting up now
Sat Feb 10 23:32:10 2024 daemon.notice netifd: Interface 'wan6_4' is now down
Sat Feb 10 23:32:10 2024 daemon.notice netifd: Interface 'wan6_4' is setting up now
Sat Feb 10 23:32:13 2024 daemon.notice netifd: Interface 'wan6_4' is now down
Sat Feb 10 23:32:13 2024 daemon.notice netifd: Interface 'wan6_4' is setting up now
Sat Feb 10 23:32:16 2024 daemon.notice netifd: Interface 'wan6_4' is now down
Sat Feb 10 23:32:16 2024 daemon.notice netifd: Interface 'wan6_4' is setting up now
Sat Feb 10 23:32:19 2024 daemon.notice netifd: Interface 'wan6_4' is now down
Please show your current configuration - a fragment from /etc/config/network; a fragment of your system log from the moment connection attempt is started and also a result of nslookup ipv4only.arpa.
All configured DNS servers must run DNS64 and in particular they must return an IPv6 result AAAA record for ipv4only.arpa. The prefix of that result is used to configure 464xlat outgoing prefix. It is almost always 64:ff9b, but some ISPs use a different one and in that case using the ISP's DNS servers will discover it. Using the ISP's DNS servers is always a good idea when starting out.
Worked...
some site like speedtest.net take much time to open compare to google.com, fast.com.
And why traceroute add too many request 192.168.0.1 with high 30-40ms ping time?
The initial delay you noticed is typically caused by two factors - time needed for name resolution and the actual connection setup time to the server resolved on the previous step.
You can use dig instead of nslookup and it will show you the "Query time" - this is the DNS processing time. Then in your browser you can see how long it takes to load the particular web page.
The site you mentioned - speedtest.net - has a native IPv6 support, so whatever you see with this site should not have any dependencies on DNS64, 464xlat, etc.
You can use another DNS64 capable server(s) and see if it makes any difference. My understanding your operator does not have any DNS64 capable servers (in the given example they did not provide DNS server address at all), so you can try these Google servers instead of Cloudflare's used now:
2001:4860:4860::6464
2001:4860:4860::64
In my exampletraceroute shows just two hops, so what you see is probably specific to your particular setup. If you have a few routers daisy chained and the upstream router is IPv4 capable, then you probably don't need to bother about 464xlat at all.
I suppose your 5G CPE has its own 464xlat support, so you don't need one on OpenWrt. Just add a wan interface with DHCP (v4).
Please check what DNS server(s) do you have in 5G CPE GUI and run this on OpenWrt: nslookup openwrt.de {put DNS server IPv6 here}
I don't see a need in operating 3 routers. If your 5G CPE supports bridge mode you can use one of your devices as a router (+AP) and another as a dumb AP, or just one device (router+AP) if that is sufficient for you.
Yes you are right.. now 5G CPE work with ipv6 internet. i can successfully reach to 1.1.1.1 without openwrt.
BUT, when open http://1.1.1.1 or any ipv4 address in browser get 1-2 time error out of 10.
No get any error when open any ipv6 address like http://[2404:6800:4009:831::200e]/
In asus router DNS selectet by isp. and in 5G CPE DNS is auto
So, what is problem? and where?
My question was "what was obtained from the carrier", not "what is configured on the device".
You probably have this information on a Status page or something like that.
It looks like your current problem is different from what is in the topic tittle and you're not using OpenWrt anymore, so I suggest to close this topic.
I tried to reach that site. Something there answers pings but I don't think it is a web server. Reverse DNS is some sort of internal Google address.
All of the 192.0.0.1 hops you see are inside the ISP. 464 works by having the 64: prefix route to a "PLAT" machine at the edge of the ISP which then NATs your request to the IPv4 Internet. This is considered legacy support. Web sites that want fast access in the modern world should be native v6.