ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Yes. You can configure linux as a router, to forward packets between one network and the other.
There are many, many guides on the internet about how to do this, but the core trick is to enable IP forwarding in the kernel:
echo 1 > sudo tee /proc/sys/net/ipv4/ip_forward