Skip to content

Problems with blocked/not responding ports #180

Answered by randaz81
randaz81 asked this question in Q&A
Discussion options

You must be logged in to vote

There are two typical causes:

  • A firewall is set on machine A. Especially if your machine is a windows machine check the configuration of your firewall.
  • The yarp server is misconfigured. If yarp server has been launched on a machine with multiple ethernet boards, check that it is using the correct address (by default yarp server will choose the first available one).

Consider the following example:

On a robot, the control pc (e.g. pc104) has one internal board (ip: 10.0.1.104) and one external board (ip: 192.168.100.10). The board with 10.0.1.104 is intended to communicate with the robot internal boards. The yarp server, instead, has to be configured to run on the external board with ip a…

Replies: 1 comment

Comment options

randaz81
Feb 2, 2017
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by pattacini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant
Converted from issue

This discussion was converted from issue #180 on December 15, 2020 15:31.