Getting Gloo error when connecting server and client over VPN from different systems

Solved this by adding os.environ[“TP_SOCKET_IFNAME”]=“tun0” os.environ[“GLOO_SOCKET_IFNAME”]=“tun0” to where i called init_rpc. We were also tunnelling the communication through VPN.

1 Like