Link to home
Start Free TrialLog in
Avatar of tshi5791
tshi5791

asked on

unable to ping a device by its name

We have a winXP workstation that we are unable to ping by its name. We can the workstation by its IP address and also we can resolve the name by using the ping command "ping -a". We have disabled netbios over TCP/IP on all of machines.

C:\>ping -a 10.1.2.101

Pinging us001.xxx.com [10.1.2.101] with 32 bytes of data:

Reply from 10.1.2.101: bytes=32 time=1ms TTL=126
Reply from 10.1.2.101: bytes=32 time=1ms TTL=126
Reply from 10.1.2.101: bytes=32 time=1ms TTL=126
Reply from 10.1.2.101: bytes=32 time=1ms TTL=126

if we tried to ping using the name

C:\>ping us001
Ping request could not find host us001. Please check the name and try aga
in.

But from the workstation itself, we able to ping its name.

ASKER CERTIFIED SOLUTION
Avatar of rickyclourenco
rickyclourenco

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 tshi5791
tshi5791

ASKER

I found out what was the problem. For some reasons, the host name was not listed in the forward lookup zones but it was listed in the reverse lookup zones. So I added it in the forward lookup zones.
Nice....thanks!