Can't ping to other networks

1

1

In our company we have 3 different local networks. I can ping to other local networks from my system, but can't ping to a particular network from another local machine which is coming under the same network in my system. Its firewall is OFF.

Tintu

Posted 2013-03-06T05:40:13.877

Reputation: 11

Are you pinging an IP or a name? Is the default gateway of the other machine set correctly? Is the routing table of the other machine correct? – zwets – 2013-03-06T05:46:32.740

Are you able to run tracert to see where the communication stops? – Dracs – 2013-03-06T05:56:37.187

pinging with ip not itz name, all are setting correctly on that machine. I can ping same from my system. – Tintu – 2013-03-06T06:45:02.750

Are the two machines in question connected to the same switch? Are they in the same general physical area? It almost sounds like the machine that you cannot ping from is on a VLAN or possibly the routes are messed up. Have you tried running the command 'route print' on both machines and comparing the output between both machines? – Richie086 – 2013-03-06T08:09:56.617

Answers

-1

To resolve this issue, follow these steps:

Click Start, click Run, type regedit, and then click OK.

Locate and then click the following registry subkey:

  HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\NetBt\Parameters

In the right pane of Registry Editor, delete the NodeType and DhcpNodeType values if they are present.

androidgeek

Posted 2013-03-06T05:40:13.877

Reputation: 111

no NodeType and DhcpNodeType is present in regedit. – Tintu – 2013-03-06T06:46:30.720

sometimes connection is fine but it disconnects without any notification – Tintu – 2013-03-06T07:35:22.373