| Moderator with 28,753 posts. | | Join Date: Mar 2005 Location: Ottawa, IL Experience: Intermediate to Advanced | |
"Can you tell me what the WAN Miniport is? Is the reported IPaddress 86.144.170.151 significant?"
As best I can understand it the WAN Miniport is a special driver for your USB connection to the DSL modem. That IP address is significant in that when the computer does not know what connection to use for an address, it goes to the Gateway address (which is supposed to be a router or computer that knows what to do next). In your case that is one of your ISP's computers; I don't get replies back when I ping it, so they must have that turned off to cut down traffic. So the FAILED you got is probably not important. If it were a true failure, you would not really have internet access.
"can you advise me how to ping each PC by IP address and computer name ?"
Sure. Open a Command Window (e.g., Start - Run - cmd - OK) and type
ping 192.168.0.2 (to ping the desktop), and
ping desktop_name (where "desktop_name" is the computer name you assigned to the desktop)
Summarize the results as Success = got 4 replies,
Failure = all packets lost or timed out,
Partial = 1, 2 or 3 replies (you seldom get this). |