Commissioning failing on "FindOperational" and "ThreadNetworkSetup". #8841
Replies: 2 comments 3 replies
-
Discussion is happening here: project-chip/connectedhomeip#25526 |
Beta Was this translation helpful? Give feedback.
3 replies
-
Solved in openthread/ot-br-posix#1789 |
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
-
Hi!
I am using chip-tool from Matter project running on a raspberry Pi 4 for commissioning a new device.
The OTBR is running in a docker container and chip tool outside it.
I used the following command to start the docker container:
docker run --sysctl "net.ipv6.conf.all.disable_ipv6=0 net.ipv4.conf.all.forwarding=1 net.ipv6.conf.all.forwarding=1" -p 8080:80 --dns=127.0.0.1 -it --volume /dev/ttyACM0:/dev/ttyACM0 --privileged openthread/otbr --radio-url spinel+hdlc+uart:///dev/ttyACM0
(only did the necessary changes for my USB port and baudrate)
However, the commissioning doesn´t complete successfully, and some times chip tool indicates failure on Step 18 - Find Operational with OS error = "Network is unreachable", and other times it stops before on Step 15 - ThreadNetworkSetup with OS error = Internal error.
I would like to understand better what these errors means or any ideas on how to debug or investigate it.
One point that I suspected is about IPV6 routing configuration, but I haven´t seen any kind of necessary additional configuration from the documentation.
Thanks in advance,
Sara
Beta Was this translation helpful? Give feedback.
All reactions