Re: Networking problem not obvious



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.
>
.



Relevant Pages

  • Re: Cant Ping My Own IP Address
    ... >Thanks for the suggestions and link to the great web site! ... Open Notepad. ... Do this from all computers, please, with all computers powered up and online. ... Start CDiag Assembled Code ...
    (microsoft.public.windowsxp.network_web)
  • Re: Selling my soul to the devil is the next step...
    ... The master browser must be on ... Check and make sure that NetBT is consistently set on all 3 computers. ... Open Notepad. ... Start CDiag Assembled Code ...
    (microsoft.public.windowsxp.network_web)
  • Re: Dont have permission after re-enabling guest account?
    ... Paste into Notepad. ... When Notepad opens up displaying c:\cdiag.txt, ... Do this from both computers, please, with both computers powered up and online. ... Start CDiag Assembled Code ...
    (microsoft.public.windowsxp.network_web)
  • Re: Problem sharing network on my laptop/ home PC
    ... # Both computers are on the same subnet, ... Open Notepad. ... Start CDiag Assembled Code ...
    (microsoft.public.windowsxp.network_web)
  • Re: Sharing folder problem on network
    ... and post output from all 3 computers here. ... Open Notepad. ... > Ctrl-C) and paste (Ctrl-V) into your next post. ... Start CDiag Assembled Code ...
    (microsoft.public.windowsxp.network_web)

Loading