Multi Machine setup rostopic list works but echo won't
Hi, I am trying to subscribe to a topic on a remote machine from my base machine.When I run rostopic list it works on both systems but when I try rostopic echo for a topic it won't work. My base machine ip -192.168.1.5 (dhcp) remote machine ip - 192.168.1.10 (static) they are connected to the same router and they both have export ROS_MASTER_URI=http://192.168.1.5:11311/ on both machine's bashrc files. And I have ROS_IP=192.168.1.5 on the base and ROS_IP=192.168.1.10 on the remote's bashrc file.When I run ping IP_ADDRESS it works both ways base-remote and remote-base. I ran roscore on the base and ran a publisher on the remote. rostopic list works on both machines but rostopic echo SOME-TOPIC won't work.