Re: Can't connect to computer on my home network - "Access is deni
From: Chuck (none_at_example.net)
Date: 12/07/04
- Next message: Barrett Bonden: "workgroup name reverts to default"
- Previous message: bokee88: "Re: Sharing Files between Domain and Workgroup"
- In reply to: J. Gutierrez: "Re: Can't connect to computer on my home network - "Access is deni"
- Next in thread: J. Gutierrez: "Re: Can't connect to computer on my home network - "Access is deni"
- Reply: J. Gutierrez: "Re: Can't connect to computer on my home network - "Access is deni"
- Messages sorted by: [ date ] [ thread ]
Date: 7 Dec 2004 14:40:24 -0600
On Tue, 7 Dec 2004 12:21:06 -0800, J. Gutierrez
<JGutierrez@discussions.microsoft.com> wrote:
>Yes, when I ran the Network Setup Wizard. The box is also checked in the
>"Exceptions" area of the Firewall settings window. I can access shared
>folders on my desktop using a command line prompt, but not in the browser
>window. Browsing in the other direction works fine (accessing folders/files
>on the notebook).
OK, let's try diagnosing the problem. Take the following code (everything
inside the "#####"). (Did I get the names and ip addresses right)?
Copy the code, precisely as it is keyed, into Notepad. Ensure that Format -
Word Wrap is not checked.
Save the file as "cdiag.cmd", as type "All Files", into the root folder "C:\".
Run it by Start - Run - "c:\cdiag".
Wait patiently.
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.
#####
@echo off
set FullTargets=HP 192.168.2.3 SONY 192.168.2.2
set PingTargets=127.0.0.1 192.168.2.1
Set Version=V1.05
@echo CDiagnosis %Version% >c:\cdiag.txt
@echo Start diagnosis for %computername% (Targets %FullTargets%) >>c:\cdiag.txt
for %%a in (%FullTargets% %PingTargets%) do (
@echo. >>c:\cdiag.txt
@echo Target %%a >>c:\cdiag.txt
@echo. >>c:\cdiag.txt
@echo "ping %%a" >>c:\cdiag.txt
@echo. >>c:\cdiag.txt
ping %%a >>c:\cdiag.txt
@echo. >>c:\cdiag.txt
@echo "net view %%a" >>c:\cdiag.txt
@echo. >>c:\cdiag.txt
net view %%a >>c:\cdiag.txt
)
@echo End diagnosis for %computername% >>c:\cdiag.txt
notepad c:\cdiag.txt
:EOF
#####
-- Cheers, Chuck Paranoia comes from experience - and is not necessarily a bad thing.
- Next message: Barrett Bonden: "workgroup name reverts to default"
- Previous message: bokee88: "Re: Sharing Files between Domain and Workgroup"
- In reply to: J. Gutierrez: "Re: Can't connect to computer on my home network - "Access is deni"
- Next in thread: J. Gutierrez: "Re: Can't connect to computer on my home network - "Access is deni"
- Reply: J. Gutierrez: "Re: Can't connect to computer on my home network - "Access is deni"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|