I'm beginning to deploy a Windows Server 2008 R2 in my organization and I'm running on some problems. Right now, all connections to the server fail because the computers cant connect to the server. While trying to diagnose the problem I discovered that if the server was pinging the client computer, then the connection worked perfectly. But if I tried that when the server was not pinging the client, the connection would time out.
|
feedback
|
|
It sounds like an ARP issue, where the client (or, if routed, the server's gateway) asks for the server's hardware address and gets no response, but if the server asks for the client's address, it gets a response; once the ping comes through the client caches the server's hardware address. The question is, what the cause is. Network topology issues like looping with no spanning tree would be likely - does that give you enough to go on, or can you give us a quick run-down of the network connection between the server and the client (Same subnet or different? How do the switches connect? Any vlans?) | |||||||||
feedback
|
|
Are you sure the server isn't disabling the network adapter when it's inactive for power conservation? If the server and client are in the same subnet there shouldn't be an issue with communication. Especially considering you can ping the server when the server is pinging the client. Can you replicate the issue using another client? To check go to your network adapter's properties then click the "Configure" button and move to the "Power Management" tab. If it is checked, uncheck the "Allow the computer to turn off this device to save power". | ||||
|
feedback
|