DDP not connecting on local machines with C10d

I used to have similar problems with RPC. If your nodes are not connected through eth0, probably DDP is trying that interface by default and that’s the cause. My solution was explicitly telling the network interface (eth0, enpsomething…), like in Getting Gloo error when connecting server and client over VPN from different systems - #2 by selineni