15 pts.
 ping server resolves different address windows server 2003
i have a windows 2003 Active directory..when i ping using the computer name of the server...it resolves different address such us 216.187...but when i ping using the server ip address it resolves the correct address 128.130.10.3

computer name: Serverpdc

my domain: server.com

my IP Address: 128.130.10.3

Active Directory & DHCP running...

lient: Windows XP Pro - connected to domain 'server.com'

 

 

 

 



Software/Hardware used:
Server: windows 2003 Client: windows XP pro
ASKED: April 15, 2010  1:09 AM
UPDATED: April 27, 2010  5:09 PM

Answer Wiki:
Assuming that your server has two NICs, one with a public IP, and one with a private IP, you want to remove the DNS Settings from the NIC with the public IP. Then manually remove the DNS record from your internal DNS server on the DC which has the public IP in it.
Last Wiki Answer Submitted:  April 16, 2010  8:21 am  by  Sethmorris   105 pts.
All Answer Wiki Contributors:  Sethmorris   105 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

It looks like a DNS problem.

Does this happen when pinging from other clients as well ?

 63,580 pts.

 

What does nslookup query report? “nslookup servername

 25 pts.

 

yes only one Nic used for each server and Client..

the other client are working fine…i suspect it was cause by a virus.. cause when i can scan this server computer it found a conficker virus..then i have successfully remove the conficker virus using the free tool from Symantec and Mcaffe stinger… and also the client computer that get wrong when pinging the server…i have successfully remove the virus..

 15 pts.

 

I agree with Carlosdl.

Open the DNS Management snap-in and search for the server name. It is most likely pointing to the 216.187 address.

If that 216 address is not an external IP address, it should be safe to change it.

 27,325 pts.

 

If other clients are working fine, maybe this one is using a different DNS server. Have you checked that ?

If you make some DNS change, remember to flush the client’s DNS cache.

 63,580 pts.

 

Does the server have multiple NICs and IP addresses?
Are you using Windows (AD) for DNS source?
Do you use WINS? NetBIOS?
Is the server on a static IP address?
Is this a multi-partitioned domain?
Is the client pointed to the correct DNS server(s)? WINS servers if applicable.
Has something been added to the HOST file on the client?
Does looking up the shortname vs FQDN give different results?
FQDN – full qualified domain name

The environment I work in has multiple DNS domains (some Windows, some not) and a single WINS scope (which not all domains / systems use). It makes it fun deciphering where the issues lay.

NOTE: DNS and WINS are subject to servers with stuck records.

 3,310 pts.

 

A couple of other things to check:

hosts or lmhosts file

Put a packet capture tool like Wireshark on your client or somewhere between your client and the gateway to these networks. Capture DNS (UDP or TCP port 53) traffic to see where the name resolution comes from for the questionable address. If you don’t see any DNS queries for this address, then something has the name/address cached on the local client or the client has a bad hosts or lmhosts entry.

 32,735 pts.