Mac OS X Server 10.6.6 DNS not responding properly, get a "Truncated, retrying in TCP mode" for subdomain
        Posted  
        
            by 
                Eric Arseneau
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Eric Arseneau
        
        
        
        Published on 2011-03-17T22:47:23Z
        Indexed on 
            2011/03/18
            0:11 UTC
        
        
        Read the original article
        Hit count: 575
        
If I do an nslookup on youtube.com, no problem, if I do one with www.youtube.com, failure. See details below.
[~] nslookup youtube.com
Server: 192.168.1.1
Address: 192.168.1.1#53
Non-authoritative answer:
Name: youtube.com
Address: 74.125.127.93
Name: youtube.com
Address: 74.125.47.93
Name: youtube.com
Address: 74.125.95.93
[~] nslookup www.youtube.com
;; Truncated, retrying in TCP mode.
;; Connection to 192.168.1.1#53(192.168.1.1) for www.youtube.com failed: connection refused.
If I do the same from a Windows machine its fine, its when I do it from a Mac workstation that I get the issue.
I have rebooted, both server and workstation, I did a changeip, but nothing is working.
Any recommendations?
© Server Fault or respective owner