Windows XP Community - XPHeads



Home network will not work...among other things

microsoft.public.windowsxp.network_web


Reply
  #1 (permalink)  
Old 01-24-2008, 07:06 AM
Kerrie
 
Posts: n/a
Home network will not work...among other things
I am running 2 Windows XP SP2 desktops. Computer A is hardwired and Computer
B is wireless. My network consists of both computers, a Linksys wireless
router and a Comcast modem. Computer B can see and access Computer A, and
use Computer A's printer. Computer A can see Computer B only in View
Workgroup Computers. When I try to Open Computer B it says:
//Joes is not accessible. You might not have permission to use this network
resource. Contact the adminstrator of this server to find out if you have
access permissions. The network path was not found.

Not sure why I am getting this, as everything used to work just fine. My
file sharing is set on both computers, as well as printer sharing. I have
McAfee, which I have already uninstalled the firewall, and it did not help.
The other thing I noticed, but not sure if related, is when I try to play
AOE3 with friends, I can not connect to them (it times out) but theirs at
least says Connecting, then says Connection Failed when they try to connect
to me. Logic tells me its probably my problem and all of the above is
somehow related.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 01-24-2008, 11:32 AM
Hans-Georg Michna
 
Posts: n/a
Re: Home network will not work...among other things
On Wed, 23 Jan 2008 23:06:01 -0800, Kerrie wrote:

>I am running 2 Windows XP SP2 desktops. Computer A is hardwired and Computer
>B is wireless. My network consists of both computers, a Linksys wireless
>router and a Comcast modem. Computer B can see and access Computer A, and
>use Computer A's printer. Computer A can see Computer B only in View
>Workgroup Computers. When I try to Open Computer B it says:
>//Joes is not accessible. You might not have permission to use this network
>resource. Contact the adminstrator of this server to find out if you have
>access permissions. The network path was not found.


Kerrie,

have a look at http://winhlp.com/wxnet.htm and fill in the form.
That should pinpoint the problem and give you the solution.

Hans-Georg
--
No mail, please.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-24-2008, 08:54 PM
Kerrie
 
Posts: n/a
Re: Home network will not work...among other things
I clicked on the link, filled out the form, and tried what it said...which
made things worse, not better. Any other ideas?

"Hans-Georg Michna" wrote:

> On Wed, 23 Jan 2008 23:06:01 -0800, Kerrie wrote:
>
> >I am running 2 Windows XP SP2 desktops. Computer A is hardwired and Computer
> >B is wireless. My network consists of both computers, a Linksys wireless
> >router and a Comcast modem. Computer B can see and access Computer A, and
> >use Computer A's printer. Computer A can see Computer B only in View
> >Workgroup Computers. When I try to Open Computer B it says:
> >//Joes is not accessible. You might not have permission to use this network
> >resource. Contact the adminstrator of this server to find out if you have
> >access permissions. The network path was not found.

>
> Kerrie,
>
> have a look at http://winhlp.com/wxnet.htm and fill in the form.
> That should pinpoint the problem and give you the solution.
>
> Hans-Georg
> --
> No mail, please.
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-25-2008, 08:00 PM
Hans-Georg Michna
 
Posts: n/a
Re: Home network will not work...among other things
On Thu, 24 Jan 2008 12:54:03 -0800, Kerrie wrote:

>"Hans-Georg Michna" wrote:


>> On Wed, 23 Jan 2008 23:06:01 -0800, Kerrie wrote:


>>>I am running 2 Windows XP SP2 desktops. Computer A is hardwired and Computer
>>>B is wireless. My network consists of both computers, a Linksys wireless
>>>router and a Comcast modem. Computer B can see and access Computer A, and
>>>use Computer A's printer. Computer A can see Computer B only in View
>>>Workgroup Computers. When I try to Open Computer B it says:
>>>//Joes is not accessible. You might not have permission to use this network
>>>resource. Contact the adminstrator of this server to find out if you have
>>>access permissions. The network path was not found.


>> have a look at http://winhlp.com/wxnet.htm and fill in the form.
>> That should pinpoint the problem and give you the solution.


>I clicked on the link, filled out the form, and tried what it said...which
>made things worse, not better. Any other ideas?


Kerrie,

that's an extremely rare case, so rare that I'd gladly put extra
work into it to clear it up.

Please tell me what you've done and what happened. Please copy
also the "Selections:" line at the end of "Step 1", just above
the three buttons.

Hans-Georg
--
No mail, please.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-25-2008, 08:34 PM
Nih
 
Posts: n/a
Re: Home network will not work...among other things
I had a similar problem and this fixed my problem.

First try this registry setting, go to start > run > regedit. First thing
is click on File > export and save the file somewhere safe, this will back up
your registry. Once this is done navigate in the dropdown tree to the
following

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\LSA

Look for "RestrictAnonymous", double click it and ensure it is set to 0, if
not change it from a 1 to a 0 and close out. Reboot for changes to take
affect

If this does not work go here and download and install the Windows Server
2003 Resource Kit Tools
http://go.microsoft.com/fwlink/?LinkId=4544

Click on Start >All Programs >Windows Resource Kit Tools >Command Shell
this will launch a black screen, at the prompt type the following exactly as
it is shown, hit enter after each line

ntrights +r SeNetworkLogonRight -u Guest
ntrights -r SeDenyNetworkLogonRight -u Guest
ntrights +r SeNetworkLogonRight -g Everyone
ntrights -r SeDenyNetworkLogonRight -g Everyone





Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 01-29-2008, 06:27 PM
Hans-Georg Michna
 
Posts: n/a
Re: Home network will not work...among other things
On Fri, 25 Jan 2008 12:34:02 -0800, Nih wrote:

>I had a similar problem and this fixed my problem.
>
>First try this registry setting, go to start > run > regedit. First thing
>is click on File > export and save the file somewhere safe, this will back up
>your registry. Once this is done navigate in the dropdown tree to the
>following
>
>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contr ol\LSA
>
>Look for "RestrictAnonymous", double click it and ensure it is set to 0, if
>not change it from a 1 to a 0 and close out. Reboot for changes to take
>affect
>
>If this does not work go here and download and install the Windows Server
>2003 Resource Kit Tools
>http://go.microsoft.com/fwlink/?LinkId=4544
>
>Click on Start >All Programs >Windows Resource Kit Tools >Command Shell
>this will launch a black screen, at the prompt type the following exactly as
>it is shown, hit enter after each line
>
>ntrights +r SeNetworkLogonRight -u Guest
>ntrights -r SeDenyNetworkLogonRight -u Guest
>ntrights +r SeNetworkLogonRight -g Everyone
>ntrights -r SeDenyNetworkLogonRight -g Everyone


Thanks, but Kerrie wrote that he has already tried this and it
didn't work or made matters worse. It is part of the advice
produced by http://winhlp.com/wxnet.htm .

Hans-Georg
--
No mail, please.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-22-2008, 04:47 AM
Rod Gayford
 
Posts: n/a
Re: Home network will not work...among other things
Hi all

I have the identical problem with a D Link DSL 302G hardwired to the WAN
port of a DSL DI 524 wireless router. The router is connected by a patch
cable (all Blue Cat 5 cable) to an on board LAN on my Desktop. My laptop is
connected by a wireless DWL 630G card. Both computers can access the
internet OK. My desktop is named PC1 and the laptop PC2. Now PC1 can only
see PC1 in the network connections, whilst PC2 can see both PC1 & PC2 but
cannot connect to PC1 or the USB HP printer connected to PC1. Now formerly,
I had a wireless network card in PC1 and the network worked OK. It was only
after I removed the wireless card from PC1 and enabled the on board network
device on PC1 that the problems started. I have tried evrything but I
suspect there may be no way out of this dilema. Any advice would be
appreciated. I have not tried the fix suggested by Nih as I do not want to
exacerbate the problem.

Cheers

Rod Gayford

"Hans-Georg Michna" <hans-georgNoEmailPlease@michna.com> wrote in message
news4rup3p349bspueucpi5qp1iifr5654khn@4ax.com...
> On Fri, 25 Jan 2008 12:34:02 -0800, Nih wrote:
>
>>I had a similar problem and this fixed my problem.
>>
>>First try this registry setting, go to start > run > regedit. First thing
>>is click on File > export and save the file somewhere safe, this will back
>>up
>>your registry. Once this is done navigate in the dropdown tree to the
>>following
>>
>>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Cont rol\LSA
>>
>>Look for "RestrictAnonymous", double click it and ensure it is set to 0,
>>if
>>not change it from a 1 to a 0 and close out. Reboot for changes to take
>>affect
>>
>>If this does not work go here and download and install the Windows Server
>>2003 Resource Kit Tools
>>http://go.microsoft.com/fwlink/?LinkId=4544
>>
>>Click on Start >All Programs >Windows Resource Kit Tools >Command Shell
>>this will launch a black screen, at the prompt type the following exactly
>>as
>>it is shown, hit enter after each line
>>
>>ntrights +r SeNetworkLogonRight -u Guest
>>ntrights -r SeDenyNetworkLogonRight -u Guest
>>ntrights +r SeNetworkLogonRight -g Everyone
>>ntrights -r SeDenyNetworkLogonRight -g Everyone

>
> Thanks, but Kerrie wrote that he has already tried this and it
> didn't work or made matters worse. It is part of the advice
> produced by http://winhlp.com/wxnet.htm .
>
> Hans-Georg
> --
> No mail, please.



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 02-23-2008, 11:58 AM
Hans-Georg Michna
 
Posts: n/a
Re: Home network will not work...among other things
On Fri, 22 Feb 2008 15:47:06 +1100, Rod Gayford wrote:

>I have the identical problem with a D Link DSL 302G hardwired to the WAN
>port of a DSL DI 524 wireless router. The router is connected by a patch
>cable (all Blue Cat 5 cable) to an on board LAN on my Desktop. My laptop is
>connected by a wireless DWL 630G card. Both computers can access the
>internet OK. My desktop is named PC1 and the laptop PC2. Now PC1 can only
>see PC1 in the network connections, whilst PC2 can see both PC1 & PC2 but
>cannot connect to PC1 or the USB HP printer connected to PC1. Now formerly,
>I had a wireless network card in PC1 and the network worked OK. It was only
>after I removed the wireless card from PC1 and enabled the on board network
>device on PC1 that the problems started. I have tried evrything but I
>suspect there may be no way out of this dilema. Any advice would be
>appreciated. I have not tried the fix suggested by Nih as I do not want to
>exacerbate the problem.


Rod,

what do you get out of http://winhlp.com/wxnet.htm ?

Hans-Georg
--
No mail, please.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 08:12 PM.


Registry Mechanic - Free Scan Now
Driver Scanner 2009 - Free Scan Now




Design by Vjacheslav Trushkin for phpBBStyles.com.
Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74