As far as I can tell this is a routing problem on the (Global Crossing?) router with IP address `204.245.39.50`. As [shown][1] by [@radius][2], packets to ns52 (as used by [stackoverflow.com][3]) pass from here to `208.109.115.121` and from there work correctly. However packets to ns22 go instead to `208.109.115.201`. Since those two addresses are both in the same `/24` and the corresponding BGP announcement is also for a `/24` this _shouldn't happen_. I've done traceroutes via my network which ultimately uses MFN Above.net instead of Global Crossing to get to GoDaddy and there's no sign of any routing trickery below the `/24` level - both name servers have identical traceroutes from here. The only times I've every seen something like this it was broken [Cisco Express Forwarding][4] (CEF). This is a hardware level cache used to accelerate packet routing. Unfortunately just occasionally it gets out of sync with the real routing table, and tries to forward packets via the wrong interface. CEF entries can go down to the `/32` level even if the underlying routing table entry is for a `/24`. It's tricky to find these sorts of problems, but once identified they're normally easy to fix. I've e-mailed GC and also tried to speak to them, but they won't create a ticket for non-customers. If any of you **are** a customer of GC, please try and report this... [1]: http://serverfault.com/questions/42678/dns-failing-to-propagate-worldwide/42686#42686 [2]: http://serverfault.com/users/9503/radius [3]: http://stackoverflow.com [4]: http://en.wikipedia.org/wiki/Cisco_Express_Forwarding