Jool cannot resolve local ipv4 addresses

I use Jool (NAT64) in an IPV6-mostly network. DHCP option 108 allows most of my devices to drop their IPV4 addresses entirely. I configured Jool in a different namespace exactly as the guide on the website.

Everything works except the devices with 108 (iPad, Android Phones) cannot resolve local IPV4 addresses like 192.168.1.1 (my Openwrt router), 192.168.1.148:8096 (Jellyfin on my Windows PC). They cannot ping 192.168.1.199 (my android TV). Initially I thought that NAT64 doesn't allow you to resolve local IPV4 addresses with well known prefix (64:ff9b::/96), but it's a problem with just Tayga and not all NAT64 implementations. Nonetheless, I changed the well known prefix to my public prefix, still the same problem.

If Jool is configured in a separate namespace, it should translate every type of traffic, even locally generated one. What could be the problem here?

Please connect to your OpenWrt device using ssh and copy the output of the following commands and post it here using the "Preformatted text </> " button:
grafik
Remember to redact passwords, MAC addresses and any public IP addresses you may have:

ubus call system board
cat /etc/config/network
cat /etc/config/wireless
cat /etc/config/dhcp
cat /etc/config/firewall
1 Like

@nanish18 please post your output as requested by @eduperez .

Only then we would be able to support.