Re: Networking problem not obvious
- From: "Clark" <Clark@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 31 Aug 2005 18:55:01 -0700
Yes, I checked the registry setting............both have a value of 0.
Now.......I don't have access to the machines at the moment, but I noticed
when I went back to that registry setting a while later to double-check,
Windows (on computer 'Brad') had put a duplicate entry in for that same
thing, except the fact that one now has a couple of extra letters at the end
of RestrictAnonymous*****. I also noticed a couple of entries/errors in the
Event Viewer..........one for 'Browser', and one for DCOM. If any further
details on these are needed, I can supply them. I can also turn off the
Norton firewall 'service' as well, if needed. Meanwhile.......I'll go to this
next step.
Thanks.....
"Chuck" wrote:
> Did you check the registry setting previously referenced?
>
> Turning Norton Personal Firewall off may not be the solution; you may have to un
> install it or configure it properly. NPF does not always disable properly.
> <http://nitecruzr.blogspot.com/2005/05/your-personal-firewall-can-either-help.html>
>
> If no help yet, let's diagnose the situation. 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=brad 192.168.1.100
> set FullTarget2=JONI 192.168.1.101
> 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 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.
>
.
- Follow-Ups:
- Re: Networking problem not obvious
- From: Chuck
- Re: Networking problem not obvious
- References:
- Re: Networking problem not obvious
- From: Clark
- Re: Networking problem not obvious
- From: Chuck
- Re: Networking problem not obvious
- Prev by Date: Re: system32 shdoclc.dll dns error htm.
- Next by Date: Re: Networking problem not obvious
- Previous by thread: Re: Networking problem not obvious
- Next by thread: Re: Networking problem not obvious
- Index(es):
Relevant Pages
|
Loading