Link to home
Start Free TrialLog in
Avatar of crcsupport
crcsupportFlag for United States of America

asked on

DNS NSLOOKUP problem

I had problem emailing to one client, now I narrowed down to it's DNS problem, it looks like internal DNS problem, but weird thing is the problem seems to be mixed with their problem as well.

First, I can nslookup to their mail server 'service101-us.mimecast.com' at my DNS server and gateway. Then when I nslookup to the mail server from any workstations/servers other than my DNS server, it times out. So, I thought it was our DNS server problem or firewall or any blocking dns request to the DNS server, I rebooted, restarted the DNS service, it's still the problem. I disabled Antivirus on the server, disabled firewall, doesn't help. DNS server can nslookup it, but workstations and servers other than the DNS can't.

This problem happens only for the specific address 'service101-us.mimecast.com'. That's why I'm confused.

Below is the nslookup command I ran to troubleshoot from workstation, my DNS server, and their DNS server.

==========================================
Nslookup at my DNS server:
C:\Documents and Settings\user1>nslookup
Default Server:  FS2.mydomain.local
Address:  192.168.xxx.xxx

> service101-us.mimecast.com
Server:  FS2.mydomain.local
Address:  192.168.xxx.xxx

Name:    service101-us.mimecast.com
Address:  207.211.31.80

>








==========================================
Nslookup at my workstation, all other PCs and servers return the same:

C:\Users\user1>nslookup
Default Server:  FS2.mydomain.local
Address:  192.168.xxx.xxx

> service101-us.mimecast.com
Server:  FS2.mydomain.local
Address:  192.168.xxx.xxx

DNS request timed out.
    timeout was 2 seconds.
DNS request timed out.
    timeout was 2 seconds.
*** Request to FS2.mydomain.local timed-out
>



===================================================
Nslookup to the client's mail server' DNS server:

C:\Users\user1>nslookup - dns01.mimecast.com
Default Server:  UnKnown
Address:  193.118.78.141

> service101-us.mimecast.com
Server:  UnKnown
Address:  193.118.78.141

Name:    service101-us.mimecast.com
Address:  207.211.31.80

> service101-us.mimecast.com
Server:  UnKnown
Address:  193.118.78.141

Name:    service101-us.mimecast.com
Address:  207.211.31.80

>
SOLUTION
Avatar of MARTiN
MARTiN
Flag of Sweden image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of crcsupport

ASKER

I did ipconfig /flushdns already, didn't help
I tested on both machines with dhcp, static, didn't help
telnet to the mail server with hostname fails, expected since DNS problem
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Windows 2003 SP2, it's running in LAN.
has static IP, no NAT IP configured.
has domain name FS2.mydomain.local.

I didn't have any problem running the DNS server without NAT IP (public IP) and non external DNS hostname so far. But will it be a problem?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Yes, I checked forward, reverse zone, all working.

I have backup DNS server, I nslookup the trouble external DNS hostname, it resolves without problem. Now I really think it's problem of the primary DNS. I already restarted by right-clicking on DNS server in mmc, but seems like I have to do it again.
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
All events were selected in event logging, nothing shows.
I just restarted DNS, it works.