openwrt: nat64 destination unreachable #10010
kaizirlewagen
started this conversation in
General
Replies: 1 comment
-
To get NAT64 working is used this Makefile parts:
And for Openwrt this settings also must be set:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I used Openwrt 23 and add openthread described here https://github.com/openthread/ot-br-posix/tree/main/etc/openwrt/openthread-br to my image.
I use these Makefile settings:
I can add an ot-br network, ping the router and the devices. But i don't get nat64 working.
My router is 192.168.100.34 and i want to try to ping 192.168.100.174 (a pc in my network). Which option is missing? I check the openwrt firewall, which has missing entries to enable ping6. But if firewall is disabled, the nat64 is always not working.
The ot-br settings:
The nordic cli device:
I think the n network is assigned. So i don't find the hint on the openwrt firmware.
Beta Was this translation helpful? Give feedback.
All reactions