-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Unable to open listener tcp/[::]:0, even when specifying an IPv4 address #84
Comments
It was a deliberate choice in Zenoh to bind by default on TCP/IPv6 ANY address with a port chosen by the OS, i.e. Still, you should be able to force the binding to TCP/IPv4 ANY address as such: |
Hi, thanks for your answer! Yeah, the |
|
Thank you, I have solved the problem. The reference to client mode makes sense. Sorry for the inconvenience. I am closing the issue. Thanks again! |
Describe the bug
Hey!
I'm trying to run
zenoh-bidge-ros2dds
binary, but the binary won't start because the TCP listener can't be bound. The strange thing is, that the listener is trying to bind it to the auto interface[::]:0
local address, even when specifying an IPv4 address.I'm running an unmodified Ubuntu 23.10, but now the strange thing. When using Ubuntu 22.04 or EndeavourOS, Zenoh is starting successfully. So I suspect a network interface misbehaviour (maybe due to misconfiguration or an Ubuntu specific issue with resolving the network interface).
Nevertheless, maybe someone is able to reproduce this issue.
To reproduce
System info
The text was updated successfully, but these errors were encountered: