Re: Workgroup Not Accessible
- From: "Matt A." <MattA@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 13 Dec 2005 13:41:27 -0800
"Chuck" wrote:
> On Tue, 13 Dec 2005 11:21:06 -0800, "Matt A." <MattA@xxxxxxxxxxxxxxxxxxxxxxxxx>
> wrote:
>
>
> OK, Matt. Good start.
>
> You've got at least 2 domains (are they workgroups? and the difference here
> could be significant).
> # FEARINHELL
> # KOZMIC
>
> What domain / workgroup is SHITDEMON a member of?
>
> 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=SHITDEMON 66.92.211.138
> set FullTarget2=paul 66.92.211.140
> set FullTarget3=koz 66.92.211.139
> set FullTarget4=
> set FullTargets=%FullTarget1% %FullTarget2% %FullTarget3% %FullTarget4%
> set FullTargets=%FullTargets% 127.0.0.1
> set PingTargets=www.yahoo.com 66.94.230.32 66.92.211.137
> Set Version=V1.33
> @echo CDiagnosis %Version% >c:\cdiag.txt
> @echo Start diagnosis for %computername% >>c:\cdiag.txt
> @echo. >>c:\cdiag.txt
> @echo Enumerate Shares >>c:\cdiag.txt
> @echo. >>c:\cdiag.txt
> net share >>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.
>
To answer your previous question, FEARINHELL and KOZMIC are two different
workgroups and SHITDEMON's workgroup is FEARINHELL.
Here's the CDiag for SHITDEMON
CDiagnosis V1.33
Start diagnosis for SHITDEMON
Enumerate Shares
Share name Resource Remark
-------------------------------------------------------------------------------
IPC$ Remote IPC
ADMIN$ C:\WINDOWS Remote Admin
print$ C:\WINDOWS\system32\spool\drivers
Printer Drivers
C$ C:\ Default share
Apps C:\Documents and Settings\Matt\Desktop\Media\Apps
Comics C:\Documents and Settings\Matt\Desktop\Media\Comics
Games C:\Documents and Settings\Matt\Desktop\Media\Games
Music C:\Documents and Settings\Matt\Desktop\Media\Music
SharedDocs C:\DOCUMENTS AND SETTINGS\ALL USERS\DOCUMENTS
Video C:\Documents and Settings\Matt\Desktop\Media\Video
Printer USB001 Spooled EPSON Stylus C64 Series
The command completed successfully.
Adhoc Browser View
Full Targets SHITDEMON 66.92.211.138 paul 66.92.211.140 koz 66.92.211.139
127.0.0.1
Target SHITDEMON
"SHITDEMON ping SHITDEMON"
Pinging SHITDEMON [66.92.211.138] with 32 bytes of data:
Reply from 66.92.211.138: bytes=32 time<1ms TTL=128
Reply from 66.92.211.138: bytes=32 time<1ms TTL=128
Reply from 66.92.211.138: bytes=32 time<1ms TTL=128
Reply from 66.92.211.138: bytes=32 time<1ms TTL=128
Ping statistics for 66.92.211.138:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
"SHITDEMON net view SHITDEMON"
Shared resources at SHITDEMON
Share name Type Used as Comment
-------------------------------------------------------------------------------
Apps Disk
Comics Disk
Games Disk
Music Disk
Printer Print EPSON Stylus C64 Series
SharedDocs Disk
Video Disk
The command completed successfully.
Target 66.92.211.138
"SHITDEMON ping 66.92.211.138"
Pinging 66.92.211.138 with 32 bytes of data:
Reply from 66.92.211.138: bytes=32 time<1ms TTL=128
Reply from 66.92.211.138: bytes=32 time<1ms TTL=128
Reply from 66.92.211.138: bytes=32 time<1ms TTL=128
Reply from 66.92.211.138: bytes=32 time<1ms TTL=128
Ping statistics for 66.92.211.138:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
"SHITDEMON net view 66.92.211.138"
Shared resources at 66.92.211.138
Share name Type Used as Comment
-------------------------------------------------------------------------------
Apps Disk
Comics Disk
Games Disk
Music Disk
Printer Print EPSON Stylus C64 Series
SharedDocs Disk
Video Disk
The command completed successfully.
Target paul
"SHITDEMON ping paul"
Ping request could not find host paul. Please check the name and try again.
"SHITDEMON net view paul"
Target 66.92.211.140
"SHITDEMON ping 66.92.211.140"
Pinging 66.92.211.140 with 32 bytes of data:
Reply from 66.92.211.140: bytes=32 time<1ms TTL=128
Reply from 66.92.211.140: bytes=32 time<1ms TTL=128
Reply from 66.92.211.140: bytes=32 time<1ms TTL=128
Reply from 66.92.211.140: bytes=32 time<1ms TTL=128
Ping statistics for 66.92.211.140:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
"SHITDEMON net view 66.92.211.140"
Shared resources at 66.92.211.140
Share name Type Used as Comment
-------------------------------------------------------------------------------
Civ 4 Disk
Integrative Biology 105 Disk
My Music Disk
SharedDocs Disk
TV Shows Disk
The command completed successfully.
Target koz
"SHITDEMON ping koz"
Ping request could not find host koz. Please check the name and try again.
"SHITDEMON net view koz"
Target 66.92.211.139
"SHITDEMON ping 66.92.211.139"
Pinging 66.92.211.139 with 32 bytes of data:
Reply from 66.92.211.139: bytes=32 time<1ms TTL=128
Reply from 66.92.211.139: bytes=32 time<1ms TTL=128
Reply from 66.92.211.139: bytes=32 time<1ms TTL=128
Reply from 66.92.211.139: bytes=32 time<1ms TTL=128
Ping statistics for 66.92.211.139:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
"SHITDEMON net view 66.92.211.139"
Shared resources at 66.92.211.139
Share name Type Used as Comment
-------------------------------------------------------------------------------
Pictures Disk
SharedDocs Disk
The command completed successfully.
Target 127.0.0.1
"SHITDEMON 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
"SHITDEMON net view 127.0.0.1"
Shared resources at 127.0.0.1
Share name Type Used as Comment
-------------------------------------------------------------------------------
Apps Disk
Comics Disk
Games Disk
Music Disk
Printer Print EPSON Stylus C64 Series
SharedDocs Disk
Video Disk
The command completed successfully.
Ping Targets www.yahoo.com 66.94.230.32 66.92.211.137
Target www.yahoo.com
"SHITDEMON ping www.yahoo.com"
Pinging www.yahoo.akadns.net [66.94.230.44] with 32 bytes of data:
Reply from 66.94.230.44: bytes=32 time=470ms TTL=57
Reply from 66.94.230.44: bytes=32 time=371ms TTL=57
Reply from 66.94.230.44: bytes=32 time=388ms TTL=57
Reply from 66.94.230.44: bytes=32 time=492ms TTL=57
Ping statistics for 66.94.230.44:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 371ms, Maximum = 492ms, Average = 430ms
Target 66.94.230.32
"SHITDEMON ping 66.94.230.32"
Pinging 66.94.230.32 with 32 bytes of data:
Reply from 66.94.230.32: bytes=32 time=456ms TTL=57
Reply from 66.94.230.32: bytes=32 time=477ms TTL=57
Reply from 66.94.230.32: bytes=32 time=426ms TTL=57
Reply from 66.94.230.32: bytes=32 time=343ms TTL=57
Ping statistics for 66.94.230.32:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 343ms, Maximum = 477ms, Average = 425ms
Target 66.92.211.137
"SHITDEMON ping 66.92.211.137"
Pinging 66.92.211.137 with 32 bytes of data:
Reply from 66.92.211.137: bytes=32 time<1ms TTL=255
Reply from 66.92.211.137: bytes=32 time<1ms TTL=255
Reply from 66.92.211.137: bytes=32 time<1ms TTL=255
Reply from 66.92.211.137: bytes=32 time<1ms TTL=255
Ping statistics for 66.92.211.137:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
End diagnosis for SHITDEMON
CDiag for Paul
CDiagnosis V1.33
Start diagnosis for PAUL
Enumerate Shares
Share name Resource Remark
-------------------------------------------------------------------------------
E$ E:\ Default share
IPC$ Remote IPC
D$ D:\ Default share
H$ H:\ Default share
ADMIN$ C:\WINDOWS Remote Admin
C$ C:\ Default share
Civ 4 H:\Civ 4
Integrative Biology 105
C:\Documents and Settings\Hockeyman\My
Documents\School\Integrative Biology 105
My Music H:\My Music
SharedDocs C:\DOCUMENTS AND SETTINGS\ALL USERS\DOCUMENTS
TV Shows H:\TV Shows
The command completed successfully.
Adhoc Browser View
Server Name Remark
-------------------------------------------------------------------------------
\\PAUL
\\SHITDEMON
\\TARKIN
The command completed successfully.
Full Targets SHITDEMON 66.92.211.138 paul 66.92.211.140 koz 66.92.211.139
127.0.0.1
Target SHITDEMON
"PAUL ping SHITDEMON"
Pinging SHITDEMON [66.92.211.138] with 32 bytes of data:
Reply from 66.92.211.138: bytes=32 time<1ms TTL=128
Reply from 66.92.211.138: bytes=32 time<1ms TTL=128
Reply from 66.92.211.138: bytes=32 time<1ms TTL=128
Reply from 66.92.211.138: bytes=32 time<1ms TTL=128
Ping statistics for 66.92.211.138:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
"PAUL net view SHITDEMON"
Target 66.92.211.138
"PAUL ping 66.92.211.138"
Pinging 66.92.211.138 with 32 bytes of data:
Reply from 66.92.211.138: bytes=32 time<1ms TTL=128
Reply from 66.92.211.138: bytes=32 time<1ms TTL=128
Reply from 66.92.211.138: bytes=32 time<1ms TTL=128
Reply from 66.92.211.138: bytes=32 time<1ms TTL=128
Ping statistics for 66.92.211.138:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
"PAUL net view 66.92.211.138"
Target paul
"PAUL ping paul"
Pinging paul [66.92.211.140] with 32 bytes of data:
Reply from 66.92.211.140: bytes=32 time<1ms TTL=128
Reply from 66.92.211.140: bytes=32 time<1ms TTL=128
Reply from 66.92.211.140: bytes=32 time<1ms TTL=128
Reply from 66.92.211.140: bytes=32 time<1ms TTL=128
Ping statistics for 66.92.211.140:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
"PAUL net view paul"
Shared resources at paul
Share name Type Used as Comment
-------------------------------------------------------------------------------
Civ 4 Disk
Integrative Biology 105 Disk
My Music Disk
SharedDocs Disk
TV Shows Disk
The command completed successfully.
Target 66.92.211.140
"PAUL ping 66.92.211.140"
Pinging 66.92.211.140 with 32 bytes of data:
Reply from 66.92.211.140: bytes=32 time<1ms TTL=128
Reply from 66.92.211.140: bytes=32 time<1ms TTL=128
Reply from 66.92.211.140: bytes=32 time<1ms TTL=128
Reply from 66.92.211.140: bytes=32 time<1ms TTL=128
Ping statistics for 66.92.211.140:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
"PAUL net view 66.92.211.140"
Shared resources at 66.92.211.140
Share name Type Used as Comment
-------------------------------------------------------------------------------
Civ 4 Disk
Integrative Biology 105 Disk
My Music Disk
SharedDocs Disk
TV Shows Disk
The command completed successfully.
Target koz
"PAUL ping koz"
Pinging koz [66.92.211.139] with 32 bytes of data:
Reply from 66.92.211.139: bytes=32 time<1ms TTL=128
Reply from 66.92.211.139: bytes=32 time<1ms TTL=128
Reply from 66.92.211.139: bytes=32 time<1ms TTL=128
Reply from 66.92.211.139: bytes=32 time<1ms TTL=128
Ping statistics for 66.92.211.139:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
"PAUL net view koz"
Shared resources at koz
Share name Type Used as Comment
-------------------------------------------------------------------------------
Pictures Disk
SharedDocs Disk
The command completed successfully.
Target 66.92.211.139
"PAUL ping 66.92.211.139"
Pinging 66.92.211.139 with 32 bytes of data:
Reply from 66.92.211.139: bytes=32 time<1ms TTL=128
Reply from 66.92.211.139: bytes=32 time=11ms TTL=128
Reply from 66.92.211.139: bytes=32 time<1ms TTL=128
Reply from 66.92.211.139: bytes=32 time<1ms TTL=128
Ping statistics for 66.92.211.139:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 11ms, Average = 2ms
"PAUL net view 66.92.211.139"
Shared resources at 66.92.211.139
Share name Type Used as Comment
-------------------------------------------------------------------------------
Pictures Disk
SharedDocs Disk
The command completed successfully.
Target 127.0.0.1
"PAUL 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
"PAUL net view 127.0.0.1"
Shared resources at 127.0.0.1
Share name Type Used as Comment
-------------------------------------------------------------------------------
Civ 4 Disk
Integrative Biology 105 Disk
My Music Disk
SharedDocs Disk
TV Shows Disk
The command completed successfully.
Ping Targets www.yahoo.com 66.94.230.32 66.92.211.137
Target www.yahoo.com
"PAUL ping www.yahoo.com"
Pinging www.yahoo.akadns.net [68.142.197.68] with 32 bytes of data:
Reply from 68.142.197.68: bytes=32 time=325ms TTL=57
Reply from 68.142.197.68: bytes=32 time=357ms TTL=57
Reply from 68.142.197.68: bytes=32 time=441ms TTL=57
Reply from 68.142.197.68: bytes=32 time=465ms TTL=57
Ping statistics for 68.142.197.68:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 325ms, Maximum = 465ms, Average = 397ms
Target 66.94.230.32
"PAUL ping 66.94.230.32"
Pinging 66.94.230.32 with 32 bytes of data:
Reply from 66.94.230.32: bytes=32 time=416ms TTL=57
Reply from 66.94.230.32: bytes=32 time=428ms TTL=57
Reply from 66.94.230.32: bytes=32 time=473ms TTL=57
Reply from 66.94.230.32: bytes=32 time=273ms TTL=57
Ping statistics for 66.94.230.32:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 273ms, Maximum = 473ms, Average = 397ms
Target 66.92.211.137
"PAUL ping 66.92.211.137"
Pinging 66.92.211.137 with 32 bytes of data:
Reply from 66.92.211.137: bytes=32 time<1ms TTL=255
Reply from 66.92.211.137: bytes=32 time<1ms TTL=255
Reply from 66.92.211.137: bytes=32 time<1ms TTL=255
Reply from 66.92.211.137: bytes=32 time<1ms TTL=255
Ping statistics for 66.92.211.137:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
End diagnosis for PAUL
I really hope this works.
.
- References:
- Re: Workgroup Not Accessible
- From: Chuck
- Re: Workgroup Not Accessible
- From: Matt A.
- Re: Workgroup Not Accessible
- From: Chuck
- Re: Workgroup Not Accessible
- Prev by Date: Re: Network not working
- Next by Date: Re: Connect Desktop and Laptop via 1394 Connection
- Previous by thread: Re: Workgroup Not Accessible
- Next by thread: Re: Workgroup Not Accessible
- Index(es):