Slow ping on one machine

0

0

We have 13 computers connected to Windows 2008 Server R2 Domain. There is Windows 7 64-bit Professional on all of them. The computers have same configurations and are quite fast (Intel Core i3, fast SSD, gigabit ethernet, etc..). All computers have same antivirus and firewall with same configuration, and other software is also nearly the same.

But one of the computers have very slow ping in LAN. The ping at this computer varies from 1 to 600 ms. On the other computers, ping is fast - lower than 1ms.

I will reduce the problem to two computers from our LAN. We have:

  • PC A with good ping
  • PC B with slow ping

And now one strange thing: When I ping A from B, the ping responses are slow. But when I ping B from A, responses on A are fast.

I have tried to deactivate firewall, and logon as administrator, but there is no difference..

What can cause slow ping?

Thanks in advance

Firzen

Posted 2013-12-09T12:29:51.553

Reputation: 101

Try booting with WinPE or some other LiveBootCD, and ping again. – EliadTech – 2013-12-09T13:25:46.897

Are both computers plugged into the same switch? How far apart are A and B? – Richie086 – 2013-12-09T19:36:06.630

Answers

1

Replace the ethernet cable on the machine that is slow. The cable sounds like it is damaged.

Keltari

Posted 2013-12-09T12:29:51.553

Reputation: 57 019

And how do you explain this? Quote: When I ping A from B, the ping responses are slow. But when I ping B from A, responses on A are fast. – Robert – 2013-12-09T14:38:33.420

1One of the TX/RX pairs are bad would be a simple and logical explanation – Keltari – 2013-12-09T14:51:15.507

0

I'd bet that the nameserver settings are different on B. Try pinging using the IP address rather than the hostname, it should be the same speed on both PC's. Make sure that B does not use a wrong primary nameserver, it most likely causes the delay when trying to resolve.

Robert

Posted 2013-12-09T12:29:51.553

Reputation: 429