Question:
I thought when the nodes were configured in a Node Mesh setup, that they would be able to traverse to other nodes from any interface in the mesh setup. So if one path was broken, it could contact the other nodes by traversing through a different node not directly attached to it.
Example: (see diagram below)
Node-0 can reach Node-2 directly over nic4. Should nic4 become inoperable, should Node-0 be able to reach Node-2 by going out over nic5 through Node-1 and then over to Node-2?
When testing this in my environment. If I am in the Node-0 console and I run a
Additionally, in the same example, if I am on Node-0 and I try to ping Node-1 over nic4 (
Is there some sort of routing that needs to be configured as well to allow this to work or do I not fully understand how the mesh setup functions?

I thought when the nodes were configured in a Node Mesh setup, that they would be able to traverse to other nodes from any interface in the mesh setup. So if one path was broken, it could contact the other nodes by traversing through a different node not directly attached to it.
Example: (see diagram below)
Node-0 can reach Node-2 directly over nic4. Should nic4 become inoperable, should Node-0 be able to reach Node-2 by going out over nic5 through Node-1 and then over to Node-2?
When testing this in my environment. If I am in the Node-0 console and I run a
ping -I nic4 10.10.9.62 it is successful, but if I run ping -I nic5 10.10.9.62 it times out. Additionally, in the same example, if I am on Node-0 and I try to ping Node-1 over nic4 (
ping -I nic4 10.10.9.61)it times out as well.Is there some sort of routing that needs to be configured as well to allow this to work or do I not fully understand how the mesh setup functions?
