I am running a W2k server domain environment. I can see/manage every PC on my domain except 1. This Pc is a Dell D810 laptop running WinXP pro SP2. From the laptop i can ping anything, other PC’s, server and the loopback. I just cannot ping/manage it from any PC on the network. I have already ran a winsock fix on it with no success. To me it feels like its firewalled but there is no firewall active, i have it disabled. I tried removing it from the domain and reinstating it, no luck. I need to get a program running on it that calls to a server, it seems to reach the server but bounces back. I get a winsock error
winsock error 10035)
Resource temporarily unavailable.
This error is returned from operations on non-blocking sockets that cannot be completed immediately, for example recv when no data is queued to be read from the socket. It is a non-fatal error, and the operation should be retried later. It is normal for WSAEWOULDBLOCK to be reported as the result from calling connecton a non-blocking SOCK_STREAM socket, since some time must elapse for the connection to be established.
The company the program belongs to say that its not recieving the data from the server which i tend to believe since i cannot ping the laptop from anywhere. Any suggestions?