Link to home
Start Free TrialLog in
Avatar of dspent
dspentFlag for United States of America

asked on

Ping probems...

I have a machine named MACHINE_A

I go to another machine....MACHINE_B (this is any machine on the network nothing specific).....

I ping (ping 129.1.5.28)

I get a reply.....GREAT!!!!

I ping (ping MACHINE_A)

I get Request Timed Out....

I go to the WINS and DNS servers.  Specifically added static mappings for MACHINE_A 129.1.5.28....Still no go.

What's going on.
Avatar of sirbounty
sirbounty
Flag of United States of America image

Sounds like you need to Enable NetBIOS over TCP/IP:
  From control panel..
  Right-click your Local Area Connection and click Properties
  Scroll down in "This connection uses the following items:" to find Internet Protocol (TCP/IP)
  Select it (highlight it) and click properties
  Click the Advanced button on the General tab.
  Click the WINS tab.
  Under NetBIOS setting heading
   Click Enable NetBIOS over TCP/IP
  Click OK, OK, OK and close out of Network Connections & Control Panel
You can also add an entry in %systemroot%\system32\drivers\etc\LMHOSTS
Open the (LMHOSTS.SAM - sample) file with Notepad to see how it's to be laid out...
Oh - and if/when you make changes to LMHOSTS,
 NBTSTAT -R
will reload from lmhosts so you don't have to reboot...
Avatar of dspent

ASKER

nope thats not it....its enabled and is the default config for everymachine.  We use static IP addressing.  Forgot to add also...We have just started (a couple months ago) running our own DNS servers.  Previously we had another company managing DNS....They still are our ISP but we have slowly changed every machine to point to the new DNS server which forwards internet requests to the ISP's DNS.

From what I can gather MACHINE_A's name is associated with another IP address in their system....

When I ping MACHINE_A by name it says

PINGING MACHINE_A [129.1.5.22] with 32 bytes of data

Request Timed Out...
Request Timed Out...
Request Timed Out...
Request Timed Out...

the problem is MACHINE_A is 129.1.5.28
What does
NLTEST MACHINE_A
get you for IP address and DNS server info?
Avatar of dspent

ASKER

I FIXED IT!!!!

I went into the WINS server and displayed all records.  Then searched for the bad IP and the good IP.  I deleted everything.  I actually found records with both ip's (strange, they weren't there before)....anyway after that I added static entries for this machine with the correct ip and did the same for the DNS server.  everything is working ok now.


Now, my next question is, I'm sure this will work for all of the machines that are using OUR dns/wins servers.....But will the correct information replicate out to our ISP's DNS servers and replace the bad data that started this problem in the first place?
ASKER CERTIFIED SOLUTION
Avatar of sirbounty
sirbounty
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
Avatar of dspent

ASKER

yep....sure did.  I fixed my own problem but I'd rather give points than abandon the question or just close it. so  Thanks sirbounty.
Thanx to you too.  Glad you got it sorted.