Global Networking - Official Template - Not Working
Hello,
I created two pods using the official Pytorch 2.8.0 template, each with "Global Networking" enabled, then tried to have the nodes ping each other aligning with what's described in the documentation: https://docs.runpod.io/pods/networking
root@e6d1e3aef358:/# ping ehh7zorriqwac2.runpod.internalPING ehh7zorriqwac2.runpod.internal (10.0.166.135) 56(84) bytes of data.
root@e6d1e3aef358:/# ping ehh7zorriqwac2.runpod.internalPING ehh7zorriqwac2.runpod.internal (10.0.166.135) 56(84) bytes of data.
root@c329d5537c8a:/# ping k0caftbbwvezx6.runpod.internalPING k0caftbbwvezx6.runpod.internal (10.0.20.73) 56(84) bytes of data.
root@c329d5537c8a:/# ping k0caftbbwvezx6.runpod.internalPING k0caftbbwvezx6.runpod.internal (10.0.20.73) 56(84) bytes of data.
The dns is resolving to the correct addresses, but the ping just hangs, so does traceroute.