Re: Don't have permission after re-enabling guest account?
- From: Chuck <none@xxxxxxxxxxx>
- Date: Sun, 12 Nov 2006 13:24:35 -0800
On Sun, 12 Nov 2006 11:49:01 -0800, Rev <Rev@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
Hope you had a good weekend Chuck.
Bumping this so its easier to find.
Kewl. I knew there was an open thread somewhere in the stack.
Looking at the logs from "browstat status", you now have a normal network. Both
computers see each other ("There are 2 servers in domain IRKEN-NETWORK"), and
both accept the same master browser TECHNOMANCER. Gir is getting an access
denied when trying to access the registry on TECHNOMANCER, normal for Guest
access.
So let's enumerate the current symptoms, methodically.
Take the following code (everything INSIDE the "#####" lines). Please DO NOT
include ANY portion of the "#####" lines. (Please verify computer names and ip
addresses).
1. Open Notepad.
2. Highlight then Copy the code (Ctrl-C), precisely as it is presented, and
Paste (Ctrl-V) into Notepad.
3. Examine the contents of Notepad. Is the text, as copied, readable (similar
in format to the Base Code)? It won't run well, if it's not easily readable.
4. If the text is not easily read, then:
* Stretch the sides of the window. If this improves things, then
continue with Step 5.
* Close Notepad, as is (do not bother to save anything).
* Open Notepad.
* Under Format, change the setting for Word Wrap. If it is unchecked,
check it. If checked, uncheck it.
* Return to Step 2.
5. Verify, and correct, names and addresses if necessary.
6. Save the Notepad file as "cdiag.cmd", as type "All Files", into the root
folder "C:\".
7. Run it by Start - Run - "c:\cdiag".
8. Wait patiently.
9. 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 both computers, please, with both computers powered up and online.
##### Start CDiag Assembled Code
@echo off
set FullTarget1=TECHNOMANCER 192.168.0.102
set FullTarget2=gir 192.168.0.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.0.1
Set Version=V1.40
@echo CDiagnosis %Version% >c:\cdiag.txt
@echo Start diagnosis for %computername% >>c:\cdiag.txt
@echo Full Targets %FullTargets% >>c:\cdiag.txt
@echo Ping Targets %PingTargets% >>c:\cdiag.txt
@echo. >>c:\cdiag.txt
@echo Over All Analysis >>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 Analysis %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 Analysis %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:
- References:
- Prev by Date: Re: wired network print sharing
- Next by Date: Re: Don't have permission after re-enabling guest account?
- Previous by thread: Re: Don't have permission after re-enabling guest account?
- Next by thread: Re: Don't have permission after re-enabling guest account?
- Index(es):
Relevant Pages
|
Loading