No communication through tunnel interface on balena #3951
Timple
started this conversation in
Unofficial support
Replies: 2 comments
-
Regretfully, Fast DDS does not have official support for balena devices. Consequently, according to the project's CONTRIBUTING guidelines I am moving the issue to the unofficial support forum. You might also be interested on contacting eProsima's commercial support team for getting support for your specific use case. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You are right, it belongs here. I never thought of using the discussions page as a forum, so I thought the link just reverted back to the same repository. Thanks for the move! |
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
-
Is there an already existing issue for this?
Expected behavior
Both my laptop, an ubuntu server as the balena device are connected to the same zerotier network.
(Balena setup like this).
On my laptop I run a dds listener (using a ros2 node):
On the server I can run a talker:
This works, I am now seeing:
Current behavior
However now I try the same in balena:
No output shown by the listener.
I intentionally dressed it down to this, typically we use docker-compose files.
When I try the same strategy with all three devices on the same local network, everything works fine.
Steps to reproduce
See above
Fast DDS version/commit
fastdds in docker:
ros:humble
. However same results for iron.Platform/Architecture
Other. Please specify in Additional context section.
Transport layer
UDPv4
Additional context
Using the Fast DDS monitor and a discovery-server. I can see the zerotier interface is not listed as communication candidate.
I tried to setup a ddsrouter with udp or tcp communication:
XML configuration file
Relevant log output
Network traffic capture
As expected, wireshark on my laptop does not show any messages from the balena device.
More hints on how to debug this are appreciated. I wonder why the node on the balena device does not see the zerotier tunnel device as valid option to communicate with.
Beta Was this translation helpful? Give feedback.
All reactions