Skip to content

selecting specific interface for zenoh communication #83

Answered by JEnoch
ros2torial asked this question in Q&A
Discussion options

You must be logged in to vote

The scouting protocol over UDP multicast is used for discovery when the zenoh entity to connect to is not specified in the startup configuration.
Here you configure the bridge to connect to the router at startup via UDP unicast. Thus scouting is not required in this case.

It could rather be a problem a NAT issue. It's possibly not able or not configured to automatically add IP translation back from 192.168.7.250:<random_port> to 192.168.8.24:<random_port> (where <random_port> is the UDP port open by the bridge and used to send messages).

Could you provide the logs of both bridge and router in the 2 cases (working with only connected access point, and not working with other network ports c…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@JEnoch
Comment options

Answer selected by kydos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants