Re: request timed out message when trying to ping the local PC



On Tue, 12 Jul 2005 08:06:17 -0700, "michaelseagull"
<michaelseagull@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:

>
>> Michael,
>>
>> How are the two computers connected? Do you know, for a certainty, that they
>> are connected, reliably? One of the basic checks is whether the network cable
>> is connected to a host (computer or other network device) at the other end, and
>> the status lights on a desktop network card are very useful here. With a
>> laptop, you don't get the status lights.
>>
>> Please start by providing output from "browstat status" and "ipconfig /all",
>> complete and unedited, so we can decide what to look at next.
>> <http://nitecruzr.blogspot.com/2005/05/troubleshooting-network-neighborhood.html#AskingForHelp>

>Hi Chuck,
>
>I do have connection status lights at the back of each laptop, and also I
>enabled notification icons for it in the taskbar. The other thing as I
>mentioned before, the client laptop has internet through the host.
>here it is:

<SNIP>

> Thank you once again. Looking forward to solving the problem.

Glad to help, Michael (hoping that I can).

OK, the physical part is not the problem. That's good. So let's diagnose the
higher level problems. Take the following code (everything inside the "#####").
(Please verify computer names and ip addresses).

1. Open Notepad. Ensure that Format - Word Wrap is not checked. Highlight
then Copy the code (Ctrl-C), precisely as it is presented, and Paste (Ctrl-V)
into Notepad. Verify, and correct, names and addresses if necessary.
2. Save the Notepad file as "cdiag.cmd", as type "All Files", into the root
folder "C:\".
3. Run it by Start - Run - "c:\cdiag".
4. Wait patiently.
5. When Notepad opens up displaying c:\cdiag.txt, first check Format and
ensure that Word Wrap is NOT checked! Then, copy the entire contents (Ctrl-A
Ctrl-C) and paste (Ctrl-V) into your next post.

Do this from all computers, please, with all computers powered up and online.

##### Start CDiag Assembled Code

@echo off
set FullTarget1=Orlandina 192.168.0.18
set FullTarget2=MyStation 192.168.0.1
set FullTarget3=
set FullTarget4=
set FullTargets=%FullTarget1% %FullTarget2% %FullTarget3% %FullTarget4%
set FullTargets=%FullTargets% 127.0.0.1
set PingTargets=www.yahoo.com 66.94.230.32
Set Version=V1.32
@echo CDiagnosis %Version% >c:\cdiag.txt
@echo Start diagnosis for %computername% >>c:\cdiag.txt
@echo. >>c:\cdiag.txt
@echo Adhoc Browser View >>c:\cdiag.txt
@echo. >>c:\cdiag.txt
net view >>c:\cdiag.txt
@echo. >>c:\cdiag.txt
@echo Full Targets %FullTargets% >>c:\cdiag.txt
for %%a in (%FullTargets%) do (
@echo. >>c:\cdiag.txt
@echo Target %%a >>c:\cdiag.txt
@echo. >>c:\cdiag.txt
@echo "%computername% ping %%a" >>c:\cdiag.txt
@echo. >>c:\cdiag.txt
ping %%a >>c:\cdiag.txt
@echo. >>c:\cdiag.txt
@echo "%computername% net view %%a" >>c:\cdiag.txt
@echo. >>c:\cdiag.txt
net view %%a >>c:\cdiag.txt
)
@echo. >>c:\cdiag.txt
@echo Ping Targets %PingTargets% >>c:\cdiag.txt
for %%a in (%PingTargets%) do (
@echo. >>c:\cdiag.txt
@echo Target %%a >>c:\cdiag.txt
@echo. >>c:\cdiag.txt
@echo "%computername% ping %%a" >>c:\cdiag.txt
@echo. >>c:\cdiag.txt
ping %%a >>c:\cdiag.txt
)
@echo. >>c:\cdiag.txt
@echo End diagnosis for %computername% >>c:\cdiag.txt
notepad c:\cdiag.txt
:EOF

##### End CDiag Assembled Code

--
Cheers,
Chuck, MS-MVP [Windows - Networking]
http://nitecruzr.blogspot.com/
Paranoia is not a problem, when it's a normal response from experience.
My email is AT DOT
actual address pchuck mvps org.
.



Relevant Pages

  • Re: Networking problem not obvious
    ... when I went back to that registry setting a while later to double-check, ... Open Notepad. ... > Do this from all computers, please, with all computers powered up and online. ... Start CDiag Assembled Code ...
    (microsoft.public.windowsxp.network_web)
  • Re: Cant Ping My Own IP Address
    ... >Thanks for the suggestions and link to the great web site! ... Open Notepad. ... Do this from all computers, please, with all computers powered up and online. ... Start CDiag Assembled Code ...
    (microsoft.public.windowsxp.network_web)
  • Re: Selling my soul to the devil is the next step...
    ... The master browser must be on ... Check and make sure that NetBT is consistently set on all 3 computers. ... Open Notepad. ... Start CDiag Assembled Code ...
    (microsoft.public.windowsxp.network_web)
  • Re: Networking
    ... It is a simple direct cable network with no router. ... printer between these computers and let them access the net ... Also aren't these settings individual to each connection you set ...
    (microsoft.public.windowsxp.network_web)
  • Re: Networking
    ... It is a simple direct cable network with no router. ... printer between these computers and let them access the net ... Also aren't these settings individual to each connection you set ...
    (microsoft.public.windowsxp.network_web)