Re: No basic connectivity

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance





"Chuck" wrote:

> On Thu, 31 Mar 2005 12:41:06 -0800, "Randy" <Randy@xxxxxxxxxxxxxxxxxxxxxxxxx>
> wrote:
>
> >
> >
> >"Chuck" wrote:
> >
> >> On Thu, 31 Mar 2005 08:15:05 -0800, "Randy" <Randy@xxxxxxxxxxxxxxxxxxxxxxxxx>
> >> wrote:
> >>
> >> >Please, can anyone help with my lack of connectivity between two of a three
> >> >computer home net. The main computer is XP Pro, then a XP home and a Win 98
> >> >sys.
> >> >They are connected by a 4 port hub (netgear). The problem is with the XP Pro
> >> >(ICS Host) and the Win98. Cannot ping one from the other or visa versa. XP
> >> >Pro and XP Home connect fine. The XP Home and Win98 also have connectivity
> >> >and ping successfully.
> >> >
> >> >I have swapped ports and cables, nothing changed.
> >> >
> >> >Note: an earlier post (3/29/05 "Can't connect Win 98 client to XP host") by
> >> >me has TCP/IP settings of all three computers.
> >> >
> >> >Thanks for any help
> >>
> >> Randy,
> >>
> >> Try posting complete IPConfigs for all computers, instead of sections of some.
> >>
> >> Also, what is the bridge on #1? Bridges and ICS are problematic.
> >>
> >> --
> >> Cheers,
> >> Chuck
> >> Paranoia comes from experience - and is not necessarily a bad thing.
> >> My email is AT DOT
> >> actual address pchuck sonic net.
> >>
> >
> >
> >HI Chuck,
> >
> >The bridge is something the XP Pro network setup wizard created. It apears
> >to bridge between the local connection an a 1394 something or another.
> >
> >I removed the bridge as part of troubleshooting, but problem unchanged.
> >I can delete it if it is unnecessary. (which seems to be the case from
> >reading posts)
> >
> >#1 can't ping #3 and 3 can't ping #1
> >
> >Ping: 1 to 2 ok, 2 to 1 ok, 2 to 3 ok, and 3 to 2 ok
> >
> >I used technique you prescribed in an answer to someone else to gather and
> >xmit the IPconfig info.
> >
> >Anything else I can provide?
> >
> >Much thanks,
> >
> >Randy
>
> <SNIP>
>
> Randy,
>
> Let's enumerate your problems. Take the following code (everything inside the
> "#####"). (Please verify computer names and ip addresses).
>
> 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.
> Save the Notepad file as "cdiag.cmd", as type "All Files", into the root folder
> "C:\".
> Run it by Start - Run - "c:\cdiag".
> Wait patiently.
> 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.
>
> #####
>
> @echo off
> set FullTarget1=rehp4 192.168.0.1
> set FullTarget2=MH030805 192.168.0.148
> set FullTarget3=Mine 192.168.0.254
> 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.31
> @echo CDiagnosis %Version% >c:\cdiag.txt
> @echo Start diagnosis for %computername% >>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
>
> #####
>
> --
> Cheers,
> Chuck
> Paranoia comes from experience - and is not necessarily a bad thing.
> My email is AT DOT
> actual address pchuck sonic net.
>

Here is report from the two XP sys
I'm working on the win98, no internet, takes some juggling , will send as
soon as I can run it.

Procedure run from XP Pro name = rehp4, address = 192.168.0.1

CDiagnosis V1.31
Start diagnosis for REHP4
Full Targets rehp4 192.168.0.1 MH030805 192.168.0.148 Mine 192.168.0.254
127.0.0.1

Target rehp4

"REHP4 ping rehp4"



Pinging rehp4 [192.168.0.1] with 32 bytes of data:



Reply from 192.168.0.1: bytes=32 time<1ms TTL=128

Reply from 192.168.0.1: bytes=32 time<1ms TTL=128

Reply from 192.168.0.1: bytes=32 time<1ms TTL=128

Reply from 192.168.0.1: bytes=32 time<1ms TTL=128



Ping statistics for 192.168.0.1:

Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:

Minimum = 0ms, Maximum = 0ms, Average = 0ms


"REHP4 net view rehp4"

Shared resources at rehp4

Randy' Rocket

Share name Type Used as Comment

-------------------------------------------------------------------------------
C on REH-P4 Disk
Desktop Disk
GSX Print Dot Matrix
Printer2 Print Canon MultiPASS F50 Printer
Printer3 Print Canon MultiPASS F50 FAX
REHtoMAH Disk
SharedDocs Disk
The command completed successfully.


Target 192.168.0.1

"REHP4 ping 192.168.0.1"



Pinging 192.168.0.1 with 32 bytes of data:



Reply from 192.168.0.1: bytes=32 time<1ms TTL=128

Reply from 192.168.0.1: bytes=32 time<1ms TTL=128

Reply from 192.168.0.1: bytes=32 time<1ms TTL=128

Reply from 192.168.0.1: bytes=32 time<1ms TTL=128



Ping statistics for 192.168.0.1:

Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:

Minimum = 0ms, Maximum = 0ms, Average = 0ms


"REHP4 net view 192.168.0.1"

Shared resources at 192.168.0.1

Randy' Rocket

Share name Type Used as Comment

-------------------------------------------------------------------------------
C on REH-P4 Disk
Desktop Disk
GSX Print Dot Matrix
Printer2 Print Canon MultiPASS F50 Printer
Printer3 Print Canon MultiPASS F50 FAX
REHtoMAH Disk
SharedDocs Disk
The command completed successfully.


Target MH030805

"REHP4 ping MH030805"



Pinging MH030805 [192.168.0.148] with 32 bytes of data:



Reply from 192.168.0.148: bytes=32 time<1ms TTL=128

Reply from 192.168.0.148: bytes=32 time<1ms TTL=128

Reply from 192.168.0.148: bytes=32 time<1ms TTL=128

Reply from 192.168.0.148: bytes=32 time<1ms TTL=128



Ping statistics for 192.168.0.148:

Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:

Minimum = 0ms, Maximum = 0ms, Average = 0ms


"REHP4 net view MH030805"

Shared resources at MH030805

maria's toy

Share name Type Used as Comment

-------------------------------------------------------------------------------
C onMHtoy Disk (UNC)
Printer Print HP OfficeJet Pro 1170Cxi
Printer2 Print Microsoft Office Document Image Writer
Printer5 Print Broderbund PDF Creator
SharedDocs Disk
The command completed successfully.


Target 192.168.0.148

"REHP4 ping 192.168.0.148"



Pinging 192.168.0.148 with 32 bytes of data:



Reply from 192.168.0.148: bytes=32 time<1ms TTL=128

Reply from 192.168.0.148: bytes=32 time<1ms TTL=128

Reply from 192.168.0.148: bytes=32 time<1ms TTL=128

Reply from 192.168.0.148: bytes=32 time<1ms TTL=128



Ping statistics for 192.168.0.148:

Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:

Minimum = 0ms, Maximum = 0ms, Average = 0ms


"REHP4 net view 192.168.0.148"

Shared resources at 192.168.0.148

maria's toy

Share name Type Used as Comment

-------------------------------------------------------------------------------
C onMHtoy Disk
Printer Print HP OfficeJet Pro 1170Cxi
Printer2 Print Microsoft Office Document Image Writer
Printer5 Print Broderbund PDF Creator
SharedDocs Disk
The command completed successfully.


Target Mine

"REHP4 ping Mine"

Ping request could not find host Mine. Please check the name and try again.


"REHP4 net view Mine"


Target 192.168.0.254

"REHP4 ping 192.168.0.254"



Pinging 192.168.0.254 with 32 bytes of data:



Request timed out.

Request timed out.

Request timed out.

Request timed out.



Ping statistics for 192.168.0.254:

Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),


"REHP4 net view 192.168.0.254"


Target 127.0.0.1

"REHP4 ping 127.0.0.1"



Pinging 127.0.0.1 with 32 bytes of data:



Reply from 127.0.0.1: bytes=32 time<1ms TTL=128

Reply from 127.0.0.1: bytes=32 time<1ms TTL=128

Reply from 127.0.0.1: bytes=32 time<1ms TTL=128

Reply from 127.0.0.1: bytes=32 time<1ms TTL=128



Ping statistics for 127.0.0.1:

Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:

Minimum = 0ms, Maximum = 0ms, Average = 0ms


"REHP4 net view 127.0.0.1"

Shared resources at 127.0.0.1

Randy' Rocket

Share name Type Used as Comment

-------------------------------------------------------------------------------
C on REH-P4 Disk
Desktop Disk
GSX Print Dot Matrix
Printer2 Print Canon MultiPASS F50 Printer
Printer3 Print Canon MultiPASS F50 FAX
REHtoMAH Disk
SharedDocs Disk
The command completed successfully.


Ping Targets www.yahoo.com 66.94.230.32

Target www.yahoo.com

"REHP4 ping www.yahoo.com"



Pinging www.yahoo.akadns.net [66.94.230.46] with 32 bytes of data:



Request timed out.

Request timed out.

Request timed out.

Request timed out.



Ping statistics for 66.94.230.46:

Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),


Target 66.94.230.32

"REHP4 ping 66.94.230.32"



Pinging 66.94.230.32 with 32 bytes of data:



Request timed out.

Request timed out.

Request timed out.

Request timed out.



Ping statistics for 66.94.230.32:

Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),


End diagnosis for REHP4



CDiagnosis V1.31
Start diagnosis for MH030805
Full Targets rehp4 192.168.0.1 MH030805 192.168.0.148 Mine 192.168.0.254
127.0.0.1

Target rehp4

"MH030805 ping rehp4"



Pinging rehp4.mshome.net [192.168.0.1] with 32 bytes of data:



Reply from 192.168.0.1: bytes=32 time<1ms TTL=128

Reply from 192.168.0.1: bytes=32 time<1ms TTL=128

Reply from 192.168.0.1: bytes=32 time<1ms TTL=128

Reply from 192.168.0.1: bytes=32 time<1ms TTL=128



Ping statistics for 192.168.0.1:

Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:

Minimum = 0ms, Maximum = 0ms, Average = 0ms


"MH030805 net view rehp4"

Shared resources at rehp4

Randy' Rocket

Share name Type Used as Comment

-------------------------------------------------------------------------------
C on REH-P4 Disk (UNC)
Desktop Disk
GSX Print Dot Matrix
Printer2 Print Canon MultiPASS F50 Printer
Printer3 Print Canon MultiPASS F50 FAX
REHtoMAH Disk
SharedDocs Disk
The command completed successfully.


Target 192.168.0.1

"MH030805 ping 192.168.0.1"



Pinging 192.168.0.1 with 32 bytes of data:



Reply from 192.168.0.1: bytes=32 time<1ms TTL=128

Reply from 192.168.0.1: bytes=32 time<1ms TTL=128

Reply from 192.168.0.1: bytes=32 time<1ms TTL=128

Reply from 192.168.0.1: bytes=32 time<1ms TTL=128



Ping statistics for 192.168.0.1:

Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:

Minimum = 0ms, Maximum = 0ms, Average = 0ms


"MH030805 net view 192.168.0.1"

Shared resources at 192.168.0.1

Randy' Rocket

Share name Type Used as Comment

-------------------------------------------------------------------------------
C on REH-P4 Disk
Desktop Disk
GSX Print Dot Matrix
Printer2 Print Canon MultiPASS F50 Printer
Printer3 Print Canon MultiPASS F50 FAX
REHtoMAH Disk
SharedDocs Disk
The command completed successfully.


Target MH030805

"MH030805 ping MH030805"



Pinging MH030805 [192.168.0.148] with 32 bytes of data:



Reply from 192.168.0.148: bytes=32 time<1ms TTL=128

Reply from 192.168.0.148: bytes=32 time<1ms TTL=128

Reply from 192.168.0.148: bytes=32 time<1ms TTL=128

Reply from 192.168.0.148: bytes=32 time<1ms TTL=128



Ping statistics for 192.168.0.148:

Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:

Minimum = 0ms, Maximum = 0ms, Average = 0ms


"MH030805 net view MH030805"

Shared resources at MH030805

maria's toy

Share name Type Used as Comment

-------------------------------------------------------------------------------
C onMHtoy Disk
Printer Print HP OfficeJet Pro 1170Cxi
Printer2 Print Microsoft Office Document Image Writer
Printer5 Print Broderbund PDF Creator
SharedDocs Disk
The command completed successfully.


Target 192.168.0.148

"MH030805 ping 192.168.0.148"



Pinging 192.168.0.148 with 32 bytes of data:



Reply from 192.168.0.148: bytes=32 time<1ms TTL=128

Reply from 192.168.0.148: bytes=32 time<1ms TTL=128

Reply from 192.168.0.148: bytes=32 time<1ms TTL=128

Reply from 192.168.0.148: bytes=32 time<1ms TTL=128



Ping statistics for 192.168.0.148:

Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:

Minimum = 0ms, Maximum = 0ms, Average = 0ms


"MH030805 net view 192.168.0.148"

Shared resources at 192.168.0.148

maria's toy

Share name Type Used as Comment

-------------------------------------------------------------------------------
C onMHtoy Disk
Printer Print HP OfficeJet Pro 1170Cxi
Printer2 Print Microsoft Office Document Image Writer
Printer5 Print Broderbund PDF Creator
SharedDocs Disk
The command completed successfully.


Target Mine

"MH030805 ping Mine"



Pinging Mine [192.168.0.254] with 32 bytes of data:



Reply from 192.168.0.254: bytes=32 time<1ms TTL=128

Reply from 192.168.0.254: bytes=32 time<1ms TTL=128

Reply from 192.168.0.254: bytes=32 time<1ms TTL=128

Reply from 192.168.0.254: bytes=32 time<1ms TTL=128



Ping statistics for 192.168.0.254:

Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:

Minimum = 0ms, Maximum = 0ms, Average = 0ms


"MH030805 net view Mine"


Target 192.168.0.254

"MH030805 ping 192.168.0.254"



Pinging 192.168.0.254 with 32 bytes of data:



Reply from 192.168.0.254: bytes=32 time<1ms TTL=128

Reply from 192.168.0.254: bytes=32 time<1ms TTL=128

Reply from 192.168.0.254: bytes=32 time<1ms TTL=128

Reply from 192.168.0.254: bytes=32 time<1ms TTL=128



Ping statistics for 192.168.0.254:

Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:

Minimum = 0ms, Maximum = 0ms, Average = 0ms


"MH030805 net view 192.168.0.254"


Target 127.0.0.1

"MH030805 ping 127.0.0.1"



Pinging 127.0.0.1 with 32 bytes of data:



Reply from 127.0.0.1: bytes=32 time<1ms TTL=128

Reply from 127.0.0.1: bytes=32 time<1ms TTL=128

Reply from 127.0.0.1: bytes=32 time<1ms TTL=128

Reply from 127.0.0.1: bytes=32 time<1ms TTL=128



Ping statistics for 127.0.0.1:

Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:

Minimum = 0ms, Maximum = 0ms, Average = 0ms


"MH030805 net view 127.0.0.1"

Shared resources at 127.0.0.1

maria's toy

Share name Type Used as Comment

-------------------------------------------------------------------------------
C onMHtoy Disk
Printer Print HP OfficeJet Pro 1170Cxi
Printer2 Print Microsoft Office Document Image Writer
Printer5 Print Broderbund PDF Creator
SharedDocs Disk
The command completed successfully.


Ping Targets www.yahoo.com 66.94.230.32

Target www.yahoo.com

"MH030805 ping www.yahoo.com"



Pinging www.yahoo.akadns.net [66.94.230.39] with 32 bytes of data:



Request timed out.

Request timed out.

Request timed out.

Request timed out.



Ping statistics for 66.94.230.39:

Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),


Target 66.94.230.32

"MH030805 ping 66.94.230.32"



Pinging 66.94.230.32 with 32 bytes of data:



Request timed out.

Request timed out.

Request timed out.

Request timed out.



Ping statistics for 66.94.230.32:

Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),


End diagnosis for MH030805


.



Relevant Pages

  • Re: XP Pro + XP Home Networking Problem
    ... > ping DESKTOP ... > Shared resources at DESKTOP ... > DVD RW Drive Disk ... > Target LAPTOP ...
    (microsoft.public.windowsxp.network_web)
  • XP Pro + XP Home Networking Problem
    ... I have a problem getting my Desktop and my Laptop (XP Home, ... Ping statistics for 192.168.2.88: ... Shared resources at DESKTOP ... DVD RW Drive Disk ...
    (microsoft.public.windowsxp.network_web)
  • Re: networking issue
    ... desktop but still can from the laptop. ... Full Targets gateway 192.168.1.101 LAPTOP 192.168.1.104 Basement ... Ping statistics for::1: ... My Documents Disk ...
    (microsoft.public.windowsxp.network_web)
  • Re: File Sharing breaks while "in use" (Normal-BASELINE)
    ... Ping between the two machines works in both directions. ... Now, since Queenie is the master browser, you'll not see an "error = 53" in ... then King-Daddy is probably electing itself the master browser. ... SharedDocs Disk ...
    (microsoft.public.windowsxp.network_web)
  • Re: File Sharing breaks while "in use" (Normal-FAILED June-03)
    ... Ping between the two machines works in both directions. ... then King-Daddy is probably electing itself the master browser. ... Full Targets Analysis KING-DADDY 192.168.1.51 QUEENIE 192.168.1.52 127.0.0.1 ... SharedDocs Disk ...
    (microsoft.public.windowsxp.network_web)