MS DNS lookup issue
        Posted  
        
            by 
                3molo
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by 3molo
        
        
        
        Published on 2011-01-07T12:24:53Z
        Indexed on 
            2011/01/07
            12:55 UTC
        
        
        Read the original article
        Hit count: 487
        
dns
|active-directory
Hi,
Got two AD/DNS servers, and on the secondary I can't seem to lookup the external site www.iis.se (or any other hostname that their name servers control).
The central firewall at this office allows any any outbound, tcp and udp. The DNS server has no local firewall nor antivirus. My windows client, located in the same subnet as the DNS server can do the lookup by asking the nameservers that are in control of www.iis.se.
'dig NS iis.se' shows
iis.se. 2517 IN NS ns2.nic.se. iis.se. 2517 IN NS ns.nic.se. iis.se. 2517 IN NS ns3.nic.se.
on AD/DNS server C:\Users\Administrator>nslookup www.iis.se 212.247.7.228 Server: UnKnown Address: 212.247.7.228
Name: www.iis.se Addresses: 2a00:801:f0:80::80 212.247.7.221
C:\Users\Administrator>nslookup www.iis.se 194.17.45.54 Server: UnKnown Address: 194.17.45.54
Name: www.iis.se Addresses: 2a00:801:f0:80::80 212.247.7.221
C:\Users\Administrator>nslookup www.iis.se 212.247.3.83 Server: UnKnown Address: 212.247.3.83
Name: www.iis.se Addresses: 2a00:801:f0:80::80 212.247.7.221
And still:
C:\Users\administrator>nslookup www.iis.se Server: UnKnown Address: 127.0.0.1
DNS request timed out. timeout was 2 seconds. DNS request timed out. timeout was 2 seconds. * Request to UnKnown timed-out
© Server Fault or respective owner