We are having difficulties accessing a website and it has been determined that it is a DNS issue.
The client machines are resolving TWO ip addresses, where our domain controller (and DNS server) is resolving only one IP addresses (the correct address).
Here are the results of nslookup on both the domain controller and on a client:
Domain Controller:
Client:
IP_A is the correct IP address for this hostname.
Technically the clients have two DNS servers. One is the domain controller, the other is a SuSE Linux box - I have confirmed that BOTH show the nslookup results as the above domain controller results.
I have run "ipconfig /flushdns" and cleared the arp cache and I am still seeing the same results.
Any ideas?
The client machines are resolving TWO ip addresses, where our domain controller (and DNS server) is resolving only one IP addresses (the correct address).
Here are the results of nslookup on both the domain controller and on a client:
Domain Controller:
Code:
>nslookup hostname
Server: domain-controller-name
Address: 192.168.1.13
Non-authoritative answer:
Name: hostname
Addresses: IP_A
Client:
Code:
>nslookup hostname
Server: domain-controller-name
Address: 192.168.1.13
Non-authoritative answer:
Name: hostname
Addresses: IP_B
IP_A
IP_A is the correct IP address for this hostname.
Technically the clients have two DNS servers. One is the domain controller, the other is a SuSE Linux box - I have confirmed that BOTH show the nslookup results as the above domain controller results.
I have run "ipconfig /flushdns" and cleared the arp cache and I am still seeing the same results.
Any ideas?