Access CoAP Server using NAT64

I would like to exchange information via CoAP between my thread end devices and a CoAP server (IPv4) on the internet.

The current Setup: nRF52840 --> Border Router (RPi) --> Internet --> CoAP server

NAT64 is enabled on the border router. The thread end devices can ping IPv4 addresses via the /96 prefix.

ot netdata show
Prefixes:
fdc5:63ee:3a77:1::/64 paos low d400
Routes: 
fdc5:63ee:3a77:2:0:0::/96 paos low d400
2003:f5:bf05:4281::/64 s med d400

Is there any way to access the prefix directly, similar to otThreadGetMeshLocalPrefix function or does the border router need to be reconfigured?

Parents Reply Children
Related