I’m not sure if this is related to Cloudmin or not but it is a mighty strange issue that I’m struggling to get to the bottom of. I’ve posted the question over at Server Fault and the kind people there have troubleshooted with me, but I thought that as my local DNS server is running Cloudmin, that I can scratch that off the list for being a misconfiguration issue.
Yeah it occurs on a few domains, code.jquery.com, and cdn.sublimevideo.net to name another one. i just cant see why my local dns lookup would be blocked on certain domains.
I’d start out by checking the exact delegation path of the problematic domain, using dig domainthatdoesntwork.com +trace. You might want to post the result here for further inspection.
Does the problem occur with all third-level domains?
However, I cant access http://www.edgecast.com/ which is the cdn for sublime and jquery. So it is sounding highly likely (as said in discussions from serverfault) that my ip address is being blocked by edgecast when doing dns lookups?
Okay, it indeed seems that for some reason DNS requests from your test system to “ns*.edgecastcdn.net” are blocked.
The IPs are as follows:
edgecastcdn.net. 3600 IN A 93.184.221.133
edgecastcdn.net. 172800 IN NS ns1.edgecastcdn.net.
edgecastcdn.net. 172800 IN NS ns2.edgecastcdn.net.
;; Received 188 bytes from 72.21.80.5#53(ns1.edgecastcdn.net) in 7 ms
ns1.edgecastcdn.net. 172703 IN A 72.21.80.5
ns2.edgecastcdn.net. 172800 IN A 72.21.80.6
You might want to try “mtr” to trace the route to those nameservers and see where it fails. It should look like this if it works okay: