Link to home
Start Free TrialLog in
Avatar of ecardio
ecardioFlag for United States of America

asked on

Ping server name returns wrong/old ip address

When trying to ping a server using the server name, brings up the wrong ip address. We have DNS, DHCP, and WINS setup in our domain. All workstations can resolve the server name with the correct ip address, but have a problem with one laptop that is connected to our domain.
Avatar of jkpc21
jkpc21

Go into the Command Prompt and do a ipconfig/flushdns and the ipconfig/registerdns
It may just have an old entry in the DNS on that laptop.  First check that the DNS server is set up correctly.
Then Start -> Run   type cmd
In the command prompt type    ipconfig /flushdns

If that doesn't work, look at this article:
http://technet2.microsoft.com/windowsserver/en/library/0347e3db-f010-4229-a722-5f8fe653f5491033.mspx?mfr=true
Without knowing more about what operating system is on your laptop.. I have run across machines that stuck like that.
This may seem elementary but...
You can try to type the following at the command promt:

"ipconfig /release"   hit enter
then
'ipconfig /renew" hit enter
This will force the network adapter to renew its connection information.

Cheers...
Avatar of ecardio

ASKER

Laptop is running Windows XP Pro. Here are some of the things that I have already tried.
-ipconfig /flushdns
-ipconfig /registerdns
-ipconfig /release
-ipconfig /renew
-took the laptop off the domain and placed it back on

Thanks for all your help, but still not working for me
Disable dhcp and set ip address and dns information manually.  See if that resolves the problem.
Avatar of ecardio

ASKER

No, still pings the wrong server ip address when giving the laptop a static ip address
ASKER CERTIFIED SOLUTION
Avatar of netnounours
netnounours

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
If there is no entry in the host file, then i would suggest adding an entry for the server you are trying to access.

Avatar of ecardio

ASKER

Thanks netnounours. Thats exactly what it was.