Link to home
Start Free TrialLog in
Avatar of wlamore
wlamoreFlag for United States of America

asked on

Can't resolve a computer name

I have one workstation that I can't resolve using the computer name. I can ping it, tracert, remote in, and see file shares using the ip address, but can't using the computer name.  It's a windows network with the DC being the primary DNS server(windows 2003 server). I have one more Dc in this location and both show the forward and reverse records correctly, but the DC can't even resolve it. I have not had any other issues with any other systems. I have looked and dns and dhcp- it's a static address. I'm not sure where to look next. Should I delete it from dns rename it and start new?
ASKER CERTIFIED SOLUTION
Avatar of ZombieAutopsy
ZombieAutopsy
Flag of United States of America 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
Avatar of jjmartineziii
jjmartineziii
Flag of United States of America 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
remove DNS host (A) record from forward lookup zone and on the client type:

arp -d *
ipconfig /flushdns
ipconfig /registerdns

on a server type

arp -d *
ipconfig /flushdns

and try to ping host once again.

Regards,
Krzysztof