View Single Post
  #14  
Old March 11th 05, 04:43 PM
Chuck
external usenet poster
 
Posts: n/a
Default Network Disappeared

On Fri, 11 Mar 2005 08:07:03 -0800, "Tony"
wrote:

SNIP IPConfigs

Tony,

JAKSCOMPUTER still has IPV6. Let's see if that's the problem.

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 keyed, 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=tonyscomputer 192.168.1.2
set FullTarget2=Marielaptop 192.168.1.4
set FullTarget3=JAKSCOMPUTER 192.168.1.3
set FullTarget4=
set FullTargets=%FullTarget1% %FullTarget2% %FullTarget3% %FullTarget4%
set PingTargets=127.0.0.1 192.168.1.1
Set Version=V1.07
@echo CDiagnosis %Version% c:\cdiag.txt
@echo Start diagnosis for %computername% (Targets %FullTargets%) c:\cdiag.txt
@echo. c:\cdiag.txt
@echo "ping www.yahoo.com" c:\cdiag.txt
@echo. c:\cdiag.txt
ping www.yahoo.com c:\cdiag.txt
@echo. c:\cdiag.txt
@echo "ping 66.94.230.32" c:\cdiag.txt
@echo. c:\cdiag.txt
ping 66.94.230.32 c:\cdiag.txt
for %%a in (%FullTargets% %PingTargets%) do (
@echo. c:\cdiag.txt
@echo Target %%a c:\cdiag.txt
@echo. c:\cdiag.txt
@echo "ping %%a" c:\cdiag.txt
@echo. c:\cdiag.txt
ping %%a c:\cdiag.txt
@echo. c:\cdiag.txt
@echo "net view %%a" c:\cdiag.txt
@echo. c:\cdiag.txt
net view %%a 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.
Ads