ROS Network through firewall
Hi there,
I have to say I'm a newbie working with networks. I have the following problem:
I have a remote machine where my roscore and some other nodes are running.
I need to run the nodes in my laptop with that machine as ROS master but there is a firewall between them.
I can connect to a server (in the same network as the remote machine) and from that server to the remote machine. So I can skip the firewall...
So, how can I stablish the connection between the two machines?
Somebody told me that I can use ssh -L to make a tunnel for a specific port, but not for all... And this ROS tutorial http://www.ros.org/wiki/ROS/NetworkSetup is talking about OpenVPN that I don't have idea how to use it...
Thanks in advance,
Josep
Hi Josep, I have a similar problem as you did, can you tell me how to solve it ? I've followed the how to page on openvpn site, but I get tls handshake error when I try to connect the server from the client. This is my post http://answers.ros.org/question/22599...
Thx