-
Notifications
You must be signed in to change notification settings - Fork 119
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
Specifying interfaceWhitelist does not work #798
Comments
@rty813 In order for the participant configuration to be taken into account, the profile should have
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I tested it, and now the XML configuration seems to be effective, but there is still some traffic going through the current xml:
some traffic log:
|
If you want to use the same XML in both hosts, put all the addresses you want to whitelist, i.e.:
|
In ROS 2 Jazzy, you can also whitelist interface names:
|
I didn't use the same XML for both hosts, although I did try adding both IPs, but there is still traffic being transmitted through the edge0 network card. |
ROS2 Version: Humble
I have two hosts, each with two interconnected network interfaces: eth0 and edge0. I want them to communicate via the eth0 interface rather than the edge0. However, after specifying the
interfaceWhiteList
, traffic still flows through both network interfaces simultaneously.NICs information:
Publisher's fastrtps xml:
tcpdump -i edge0 udp
:tcpdump -i eth0 udp
:The text was updated successfully, but these errors were encountered: