Chuck said:
Peter,
The "error = 5" might be a symptom of the problem.
<
http://nitecruzr.blogspot.com/2005/06/mysterious-error-5-aka-access-denied.html>
http://nitecruzr.blogspot.com/2005/06/mysterious-error-5-aka-access-denied.html
With Peter being the master browser, and able to see both computers, I
don't see
a physical connectivity issue. Start with my common problem
troubleshooting:
<
http://nitecruzr.blogspot.com/2005/10/irregularities-in-workgroup-visibility.html>
http://nitecruzr.blogspot.com/2005/10/irregularities-in-workgroup-visibility.html
If no help yet, let's try to diagnose the problem. Any chance of getting
the
third computer into the diagnosis?
<
http://nitecruzr.blogspot.com/2005/08/solving-network-problems-tutorial.html#Four>
http://nitecruzr.blogspot.com/2005/08/solving-network-problems-tutorial.html#Four
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=PETER 192.168.1.11
set FullTarget2=David 192.168.1.12
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.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
Hi Chuck, I have done some checking and have been told by my son, David,
whose computer is the problem, that he recently removed Zone Alarm after it
failed to do an update properly? In view of the problem I am beginning to
think that this wasn't removed fully? I have checked and the windows
firewall is not active on this machine but I do use Zone Alarm on mine. I
did the tests you described and you will find them below. Peter is my
machine which is OK and David is the wonky one. I cannot test the other
machine until Monday as that is when it will be returned to the house.
CDiagnosis V1.33
Start diagnosis for PETER
Adhoc Browser View
Adhoc Browser View
Enumerate Shares
Full Targets PETER 192.168.1.11 David 192.168.1.12 127.0.0.1
Share name Resource Remark
-------------------------------------------------------------------------------
ADMIN$ C:\WINDOWS Remote Admin
IPC$ Remote IPC
D$ D:\ Default share
print$ C:\WINDOWS\System32\spool\drivers
Printer Drivers
C$ C:\ Default share
123 C:\My Temp\123
My Temp C:\My Temp
SharedDocs C:\DOCUMENTS AND SETTINGS\ALL USERS\DOCUMENTS
Jaws PDF Creator
JawsPDFCreatorPort Spooled Jaws PDF Creator
Printer2 LPT1: Spooled hp deskjet 6122 series
The command completed successfully.
Shared resources at 192.168.1.11
study
Share name Type Used as Comment
-------------------------------------------------------------------------------
123 Disk
Jaws PDF Creator Print Jaws PDF Creator
My Temp Disk
Printer2 Print hp deskjet 6122 series
SharedDocs Disk
The command completed successfully.
Target
www.yahoo.com
Target 192.168.1.1
Target
www.yahoo.com
Start diagnosis for PETER
"PETER net view PETER"
Target
www.yahoo.com
Target PETER
Pinging
www.yahoo.akadns.net [216.109.118.64] with 32 bytes of data:
Reply from 216.109.118.64: bytes=32 time=87ms TTL=48
Reply from 216.109.118.64: bytes=32 time=88ms TTL=48
Reply from 216.109.118.64: bytes=32 time=88ms TTL=48
Reply from 216.109.118.64: bytes=32 time=88ms TTL=48
Ping statistics for 216.109.118.64:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 87ms, Maximum = 88ms, Average = 87ms
Shared resources at 192.168.1.11
study
Share name Type Used as Comment
-------------------------------------------------------------------------------
123 Disk
Jaws PDF Creator Print Jaws PDF Creator
My Temp Disk
Printer2 Print hp deskjet 6122 series
SharedDocs Disk
The command completed successfully.
Adhoc Browser View
End diagnosis for PETER
"PETER ping 192.168.1.1"
Target 127.0.0.1
"PETER ping 192.168.1.1"
"PETER ping 192.168.1.1"
"PETER ping 192.168.1.1"
Target 192.168.1.11
Pinging 192.168.1.11 with 32 bytes of data:
Reply from 192.168.1.11: bytes=32 time<1ms TTL=128
Reply from 192.168.1.11: bytes=32 time<1ms TTL=128
Reply from 192.168.1.11: bytes=32 time<1ms TTL=128
Reply from 192.168.1.11: bytes=32 time<1ms TTL=128
Ping statistics for 192.168.1.11:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
Pinging 192.168.1.11 with 32 bytes of data:
Reply from 192.168.1.11: bytes=32 time<1ms TTL=128
Reply from 192.168.1.11: bytes=32 time<1ms TTL=128
Reply from 192.168.1.11: bytes=32 time<1ms TTL=128
Reply from 192.168.1.11: bytes=32 time<1ms TTL=128
Ping statistics for 192.168.1.11:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
"PETER net view 192.168.1.11"
Shared resources at 192.168.1.11
study
Share name Type Used as Comment
-------------------------------------------------------------------------------
123 Disk
Jaws PDF Creator Print Jaws PDF Creator
My Temp Disk
Printer2 Print hp deskjet 6122 series
SharedDocs Disk
The command completed successfully.
Target David
"PETER ping David"
Ping request could not find host David. Please check the name and try again.
"PETER net view David"
Target 192.168.1.12
"PETER ping 192.168.1.12"
Pinging 192.168.1.12 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 192.168.1.12:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
"PETER net view 192.168.1.12"
Now for DAVID's
CDiagnosis V1.33
Share name Resource Remark
-------------------------------------------------------------------------------
E$ E:\ Default share
C$ C:\ Default share
IPC$ Remote IPC
D$ D:\ Default share
ADMIN$ C:\WINDOWS Remote Admin
print$ C:\WINDOWS\System32\spool\drivers
Printer Drivers
Drive C C:\
SHAREDDOCS C:\MY DOCUMENTS\SHARED DOCUMENTS
SharedDocs2 C:\Documents and Settings\All Users\Documents
Printer LPT1: Spooled HP DeskJet 690C
The command completed successfully.
"DAVID ping PETER"
"DAVID net view 192.168.1.11"
"DAVID net view 192.168.1.11"
Target 192.168.1.11
Start diagnosis for DAVID
"DAVID ping PETER"
Shared resources at 192.168.1.11
study
Share name Type Used as Comment
-------------------------------------------------------------------------------
123 Disk
Jaws PDF Creator Print Jaws PDF Creator
My Temp Disk
Printer2 Print hp deskjet 6122 series
SharedDocs Disk
The command completed successfully.
"DAVID net view 192.168.1.12"
Enumerate Shares
"DAVID net view PETER"
Ping Targets
www.yahoo.com 66.94.230.32 192.168.1.1
Full Targets PETER 192.168.1.11 David 192.168.1.12 127.0.0.1
Pinging 192.168.1.12 with 32 bytes of data:
Reply from 192.168.1.12: bytes=32 time<1ms TTL=128
Reply from 192.168.1.12: bytes=32 time<1ms TTL=128
Reply from 192.168.1.12: bytes=32 time<1ms TTL=128
Reply from 192.168.1.12: bytes=32 time<1ms TTL=128
Ping statistics for 192.168.1.12:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
Pinging 66.94.230.32 with 32 bytes of data:
Reply from 66.94.230.32: bytes=32 time=157ms TTL=46
Reply from 66.94.230.32: bytes=32 time=158ms TTL=46
Reply from 66.94.230.32: bytes=32 time=157ms TTL=46
Reply from 66.94.230.32: bytes=32 time=157ms 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 = 157ms, Maximum = 158ms, Average = 157ms
"DAVID ping 192.168.1.12"
"DAVID ping 66.94.230.32"
Target 66.94.230.32
"DAVID net view 127.0.0.1"
Pinging david [192.168.1.12] with 32 bytes of data:
Reply from 192.168.1.12: bytes=32 time<1ms TTL=128
Reply from 192.168.1.12: bytes=32 time<1ms TTL=128
Reply from 192.168.1.12: bytes=32 time<1ms TTL=128
Reply from 192.168.1.12: bytes=32 time<1ms TTL=128
Ping statistics for 192.168.1.12:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
Target 192.168.1.11
"DAVID ping 192.168.1.11"
Target David
"DAVID net view David"
Target 127.0.0.1
"DAVID net view David"
"DAVID net view 127.0.0.1"
"DAVID ping David"
Target
www.yahoo.com
End diagnosis for DAVID
"DAVID ping 192.168.1.11"
Shared resources at David
David's room
Share name Type Used as Comment
-------------------------------------------------------------------------------
Drive C Disk
Printer Print HP DeskJet 690C
SHAREDDOCS Disk
SharedDocs2 Disk
The command completed successfully.
Pinging
www.yahoo.akadns.net [216.109.118.65] with 32 bytes of data:
Reply from 216.109.118.65: bytes=32 time=87ms TTL=47
Reply from 216.109.118.65: bytes=32 time=87ms TTL=47
Reply from 216.109.118.65: bytes=32 time=87ms TTL=47
Reply from 216.109.118.65: bytes=32 time=87ms TTL=48
Ping statistics for 216.109.118.65:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 87ms, Maximum = 87ms, Average = 87ms
"DAVID net view David"
Target
www.yahoo.com
Adhoc Browser View
Shared resources at David
David's room
Share name Type Used as Comment
-------------------------------------------------------------------------------
Drive C Disk
Printer Print HP DeskJet 690C
SHAREDDOCS Disk
SharedDocs2 Disk
The command completed successfully.
Shared resources at 127.0.0.1
David's room
Share name Type Used as Comment
-------------------------------------------------------------------------------
Drive C Disk
Printer Print HP DeskJet 690C
SHAREDDOCS Disk
SharedDocs2 Disk
The command completed successfully.
"DAVID net view David"
Shared resources at David
David's room
Share name Type Used as Comment
-------------------------------------------------------------------------------
Drive C Disk
Printer Print HP DeskJet 690C
SHAREDDOCS Disk
SharedDocs2 Disk
The command completed successfully.
Shared resources at 127.0.0.1
David's room
Share name Type Used as Comment
-------------------------------------------------------------------------------
Drive C Disk
Printer Print HP DeskJet 690C
SHAREDDOCS Disk
SharedDocs2 Disk
The command completed successfully.
Target 66.94.230.32
Shared resources at 127.0.0.1
David's room
Share name Type Used as Comment
-------------------------------------------------------------------------------
Drive C Disk
Printer Print HP DeskJet 690C
SHAREDDOCS Disk
SharedDocs2 Disk
The command completed successfully.
"DAVID 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=255
Reply from 192.168.1.1: bytes=32 time<1ms TTL=255
Reply from 192.168.1.1: bytes=32 time<1ms TTL=255
Reply from 192.168.1.1: bytes=32 time<1ms TTL=255
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 = 0ms, Average = 0ms
End diagnosis for DAVID
I hope this makes some sense to you as it leaves me a bit bewildered.
Many thanks for the help
Peter