You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use Zenoh over Tailscale (mesh virtual private network) to talk ROS to our robot from anywhere in the world.
We'd like to restrict Zenoh to use only that VPN interface, as it can be quite chatty with multicast and spill over onto the regular unencrypted interfaces if bound to the wildcard 0.0.0.0.
However, the Tailscale IP isn't fixed, so each time that changes the Zenoh config would have to be updated if we wanted to bind only to it.
Ideally, Zenoh could be configured to listen on an IP or set of IPs, given an interface name, similar to what's possible with CycloneDDS.
I expect this will be useful even outside our usecase with Tailscale, such as with other Wireguard/OpenVPNs, Ethernet-based cellular modems that provide an IP through DHCP, direct WAN attachments, and more.
The text was updated successfully, but these errors were encountered:
Mallets
transferred this issue from eclipse-zenoh/zenoh-plugin-ros2dds
Jan 29, 2024
Describe the feature
We use Zenoh over Tailscale (mesh virtual private network) to talk ROS to our robot from anywhere in the world.
We'd like to restrict Zenoh to use only that VPN interface, as it can be quite chatty with multicast and spill over onto the regular unencrypted interfaces if bound to the wildcard 0.0.0.0.
However, the Tailscale IP isn't fixed, so each time that changes the Zenoh config would have to be updated if we wanted to bind only to it.
Ideally, Zenoh could be configured to listen on an IP or set of IPs, given an interface name, similar to what's possible with CycloneDDS.
I expect this will be useful even outside our usecase with Tailscale, such as with other Wireguard/OpenVPNs, Ethernet-based cellular modems that provide an IP through DHCP, direct WAN attachments, and more.
The text was updated successfully, but these errors were encountered: