NAT64 (jool) is not working

Hello!

I've setup official OpenWRT (OpenWrt 23.05.0) on my MI Router 4C; then installed and configured NAT64 (jool) using docs from https://openwrt.org/docs/guide-user/network/ipv6/nat64 (this docs are out-of-date, so I found new here Update NAT64 jool instructions) .

Then attached my windows 10 laptop by ethernet cable to the router (I disabled IPv4 in network settings on windows 10) and tried to execute in my console:

ping 8.8.8.8
ping 64:ff9b::8.8.8.8

First ping command executed sucessfully. Second one printed timeouts.

Could you please help me with NAT64? How can I debug it? May be I need to configure something else?

Is that enabled on Windows?

How about:

ping 64:ff9b::808:808

Does a local IP work?

Is that enabled on Windows?

IPv6 device is windows 10. My ipconfig output from this device:

Ethernet adapter Ethernet:

   Connection-specific DNS Suffix  . : lan
   IPv6 Address. . . . . . . . . . . : fd01:db8:1111::2
   IPv6 Address. . . . . . . . . . . : fdde:1182:78ed:0:d91c:62ab:3500:9d91
   Temporary IPv6 Address. . . . . . : fdde:1182:78ed:0:702f:2819:4487:6652
   Link-local IPv6 Address . . . . . : fe80::e512:9b3:e511:52ea%18
   IPv4 Address. . . . . . . . . . . : 192.168.1.186
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 2606:4700:d0::a29f:c004
                                       192.168.1.1

ping 64:ff9b::808:808

Same thing:

C:\Users\lenovo>ping 64:ff9b::808:808

Pinging 64:ff9b::808:808 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.

Ping statistics for 64:ff9b::808:808:
    Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

Does a local IP work?

I can ping my openwrt from windows 10:

C:\Users\lenovo>ping fe80::46df:65ff:fe6e:f0b8

Pinging fe80::46df:65ff:fe6e:f0b8 with 32 bytes of data:
Reply from fe80::46df:65ff:fe6e:f0b8: time<1ms
Reply from fe80::46df:65ff:fe6e:f0b8: time<1ms
Reply from fe80::46df:65ff:fe6e:f0b8: time<1ms
Reply from fe80::46df:65ff:fe6e:f0b8: time<1ms

Ping statistics for fe80::46df:65ff:fe6e:f0b8:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 0ms, Average = 0ms

Hey guys.
I have a question, I don't know if you can help me, I configured Jool correctly here, on my cell phone my computer goes to the website that is wm ipv4 using ipv6, but my game call of duty warzone it opens but at a certain point it stops , when I put the IP back on the router 192.168.1.1/24 on lan6 where all my Jool configuration is, my game starts working normally again. Reporting that some games work without attaching the IP, but COD does not enter. Could someone tell me why this happens. Could someone explain to me where I might be going wrong?