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
Description
When launching the ros1 bridge, setting the address does not seem to restrict connections on other addresses. For example, setting it to 127.0.0.1 should only allow connections from the same machine, but I'm able to connect from other computers on the network. Similarly, setting it to an address on one network, allows connections from computers on that network and from other networks.
I compared this with the Foxglove bridge, which works as expected.
Is this a bug, or am I doing something wrong?
Library Version: built from current ros1 branch
ROS Version: Noetic
Platform / OS: Ubuntu 20.04
Steps To Reproduce
(1) start roscore
(2) start anything that publishes data
(3) roslaunch the websocket bridge with an ip address speciefied
Expected Behavior
(4) connections should only be accepted on that interface
Actual Behavior
(4) connections are accepted on any interface
The text was updated successfully, but these errors were encountered:
Description
When launching the ros1 bridge, setting the address does not seem to restrict connections on other addresses. For example, setting it to 127.0.0.1 should only allow connections from the same machine, but I'm able to connect from other computers on the network. Similarly, setting it to an address on one network, allows connections from computers on that network and from other networks.
I compared this with the Foxglove bridge, which works as expected.
Is this a bug, or am I doing something wrong?
Steps To Reproduce
(1) start roscore
(2) start anything that publishes data
(3) roslaunch the websocket bridge with an ip address speciefied
Expected Behavior
(4) connections should only be accepted on that interface
Actual Behavior
(4) connections are accepted on any interface
The text was updated successfully, but these errors were encountered: