-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot ping network computers neither discover masters #152
Comments
If local routing fails, the routing table appears to be faulty. But it's hard to tell what's going on without more information. Do you try to setup the network like shown in Figure 10 of the report? |
Hello, thanks for the response. Following are the details of my system the best I can describe. On 192.168.1.111 z z@z:~$ ip r z@z:~$ netstat -rn On 192.168.1.110 a a@a:~$ ip r a@a:~$ netstat -rn On 192.168.0.121 lenovo Issue is that the moment I define route on default gateway. even local computers fail to ping |
sorry for delayed answer! I think the entry Instead you can try to enable the IP forwarding on 192.168.1.110, see e.g. https://unix.stackexchange.com/questions/449468/how-to-route-between-interfaces |
Oh, I thank and appreciate you for sparing the time to respond.
Now, all computers can ping 192.168.0.y and 192.168.x.110, and ros messges are being exchanged. I tried the solution discussed on the link you shared but so far I could not make it work. |
I am followig the procedure detailed in your technical report. My setup has eithernet based local ros networks (single ros master each) , and a computer from each local network needs to communicate over wifi to a common ros master. I am stuck with routing step "route add -net netmask 255.255.255.0 gw ", ping fails even among the local computers. I am using Ros melodic with ubuntu 18.04. Can you please suggest possible reasons for this behaviour?
The text was updated successfully, but these errors were encountered: