Chuck said:
Ryan,
OK. Take the following code (everything inside the "#####"). (Please verify
computer names and ip addresses). Do you have any other computers? Diagnosing
a problem like yours is easiest with the most possible test cases.
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 Code
@echo off
set FullTarget1=Chris 192.168.1.112
set FullTarget2=GABY 192.168.1.104
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 192.168.1.1
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 Code
ok, here is the cdiag test:
CDiagnosis V1.32
Start diagnosis for CHRIS
Adhoc Browser View
Full Targets Chris 192.168.1.112 GABY 192.168.1.104 127.0.0.1
Target Chris
"CHRIS ping Chris"
Pinging Chris [192.168.1.112] with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 192.168.1.112:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
"CHRIS net view Chris"
Shared resources at Chris
Share name Type Used as Comment
-------------------------------------------------------------------------------
C Disk
Printer Print Intuit Internal Printer
SharedDocs Disk
The command completed successfully.
Target 192.168.1.112
"CHRIS ping 192.168.1.112"
Pinging 192.168.1.112 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 192.168.1.112:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
"CHRIS net view 192.168.1.112"
Target GABY
"CHRIS ping GABY"
Ping request could not find host GABY. Please check the name and try again.
"CHRIS net view GABY"
Target 192.168.1.104
"CHRIS ping 192.168.1.104"
Pinging 192.168.1.104 with 32 bytes of data:
Reply from 192.168.1.104: bytes=32 time<1ms TTL=128
Reply from 192.168.1.104: bytes=32 time<1ms TTL=128
Reply from 192.168.1.104: bytes=32 time<1ms TTL=128
Reply from 192.168.1.104: bytes=32 time<1ms TTL=128
Ping statistics for 192.168.1.104:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
"CHRIS net view 192.168.1.104"
Shared resources at 192.168.1.104
Share name Type Used as Comment
-------------------------------------------------------------------------------
Printer Print HP Photosmart 2600 series fax
Printer2 Print HP Photosmart 2600 series
Printer3 Print Broderbund PDF Converter 2.10d
SharedDocs Disk
The command completed successfully.
Target 127.0.0.1
"CHRIS 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
"CHRIS net view 127.0.0.1"
Ping Targets
www.yahoo.com 66.94.230.32 192.168.1.1
Target
www.yahoo.com
"CHRIS ping
www.yahoo.com"
Pinging
www.yahoo.akadns.net [68.142.197.89] with 32 bytes of data:
Reply from 68.142.197.89: bytes=32 time=32ms TTL=51
Reply from 68.142.197.89: bytes=32 time=40ms TTL=51
Reply from 68.142.197.89: bytes=32 time=33ms TTL=51
Reply from 68.142.197.89: bytes=32 time=33ms TTL=51
Ping statistics for 68.142.197.89:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 32ms, Maximum = 40ms, Average = 34ms
Target 66.94.230.32
"CHRIS ping 66.94.230.32"
Pinging 66.94.230.32 with 32 bytes of data:
Reply from 66.94.230.32: bytes=32 time=100ms TTL=47
Reply from 66.94.230.32: bytes=32 time=105ms TTL=46
Reply from 66.94.230.32: bytes=32 time=101ms TTL=47
Reply from 66.94.230.32: bytes=32 time=109ms TTL=46
Ping statistics for 66.94.230.32:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 100ms, Maximum = 109ms, Average = 103ms
Target 192.168.1.1
"CHRIS ping 192.168.1.1"
Pinging 192.168.1.1 with 32 bytes of data:
Reply from 192.168.1.1: bytes=32 time<1ms TTL=150
Reply from 192.168.1.1: bytes=32 time=1ms TTL=150
Reply from 192.168.1.1: bytes=32 time<1ms TTL=150
Reply from 192.168.1.1: bytes=32 time<1ms TTL=150
Ping statistics for 192.168.1.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 1ms, Average = 0ms
End diagnosis for CHRIS
i really appreciate your help!