PC Review


Reply
Thread Tools Rate Thread

can ping but not view other pcs by share name - error 53 has occur

 
 
bayushi
Guest
Posts: n/a
 
      20th Feb 2009
So, after searching the internet and various technet articles I still cannot
resolve this issue.

I have a linksys wrt54g router on my home network and 2 pc's running win xp.
I have a class C network . The router is acting like a dhcp server

router: 192.168.1.1
desktop: 192.168.1.x pc name "foo"
laptop: 192.168.1.y pc name "bar"

both are on the same subnet and are part of the same workgroup "stuff"

I have disabled simple file sharing, configured the firewall on both pc's to
allow file and print sharing and nada. I even tried to use a local hosts file
and set up the router 192.168.1.1 as the dns server and no dice.

I am losing my mind. I can ping the other machines but cannot view the net
shares or connect by pc name. All are running windows xp sp3 so the older
"hotfix" I found online does not apply here. I appreciate whatever help you
can offer.


 
Reply With Quote
 
 
 
 
R. McCarty
Guest
Posts: n/a
 
      20th Feb 2009
Do the computers have accounts with passwords? To XP, use of an
account with blank or "Null" password is considered a non-trusting
situation.

"bayushi" <(E-Mail Removed)> wrote in message
news:F7BDF9AD-26D9-4058-A946-(E-Mail Removed)...
> So, after searching the internet and various technet articles I still
> cannot
> resolve this issue.
>
> I have a linksys wrt54g router on my home network and 2 pc's running win
> xp.
> I have a class C network . The router is acting like a dhcp server
>
> router: 192.168.1.1
> desktop: 192.168.1.x pc name "foo"
> laptop: 192.168.1.y pc name "bar"
>
> both are on the same subnet and are part of the same workgroup "stuff"
>
> I have disabled simple file sharing, configured the firewall on both pc's
> to
> allow file and print sharing and nada. I even tried to use a local hosts
> file
> and set up the router 192.168.1.1 as the dns server and no dice.
>
> I am losing my mind. I can ping the other machines but cannot view the net
> shares or connect by pc name. All are running windows xp sp3 so the older
> "hotfix" I found online does not apply here. I appreciate whatever help
> you
> can offer.
>
>



 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      20th Feb 2009

"bayushi" <(E-Mail Removed)> wrote in message
news:F7BDF9AD-26D9-4058-A946-(E-Mail Removed)...
> So, after searching the internet and various technet articles I still
> cannot
> resolve this issue.
>
> I have a linksys wrt54g router on my home network and 2 pc's running win
> xp.
> I have a class C network . The router is acting like a dhcp server
>
> router: 192.168.1.1
> desktop: 192.168.1.x pc name "foo"
> laptop: 192.168.1.y pc name "bar"
>
> both are on the same subnet and are part of the same workgroup "stuff"
>
> I have disabled simple file sharing, configured the firewall on both pc's
> to
> allow file and print sharing and nada. I even tried to use a local hosts
> file
> and set up the router 192.168.1.1 as the dns server and no dice.
>
> I am losing my mind. I can ping the other machines but cannot view the net
> shares or connect by pc name. All are running windows xp sp3 so the older
> "hotfix" I found online does not apply here. I appreciate whatever help
> you
> can offer.
>


So what exactly happens when you open a Command Prompt (cmd.exe) and type
these commands:
net use q: \\foo\SomeSharename{Enter}
net use r: \\foo\192.168.1.xx\SomeSharename{Enter}
(replace "xx" by a valid suffix to your subnet address)


 
Reply With Quote
 
bayushi
Guest
Posts: n/a
 
      21st Feb 2009
hmm they do have login accounts with no passwords

"R. McCarty" wrote:

> Do the computers have accounts with passwords? To XP, use of an
> account with blank or "Null" password is considered a non-trusting
> situation.
>
> "bayushi" <(E-Mail Removed)> wrote in message
> news:F7BDF9AD-26D9-4058-A946-(E-Mail Removed)...
> > So, after searching the internet and various technet articles I still
> > cannot
> > resolve this issue.
> >
> > I have a linksys wrt54g router on my home network and 2 pc's running win
> > xp.
> > I have a class C network . The router is acting like a dhcp server
> >
> > router: 192.168.1.1
> > desktop: 192.168.1.x pc name "foo"
> > laptop: 192.168.1.y pc name "bar"
> >
> > both are on the same subnet and are part of the same workgroup "stuff"
> >
> > I have disabled simple file sharing, configured the firewall on both pc's
> > to
> > allow file and print sharing and nada. I even tried to use a local hosts
> > file
> > and set up the router 192.168.1.1 as the dns server and no dice.
> >
> > I am losing my mind. I can ping the other machines but cannot view the net
> > shares or connect by pc name. All are running windows xp sp3 so the older
> > "hotfix" I found online does not apply here. I appreciate whatever help
> > you
> > can offer.
> >
> >

>
>
>

 
Reply With Quote
 
bayushi
Guest
Posts: n/a
 
      21st Feb 2009
if I try to connect to the share on the other pc I get a system error 53 .
network name cannot be found ... this is true whether I use the ip address or
pc name




"Pegasus (MVP)" wrote:

>
> "bayushi" <(E-Mail Removed)> wrote in message
> news:F7BDF9AD-26D9-4058-A946-(E-Mail Removed)...
> > So, after searching the internet and various technet articles I still i
> > cannot
> > resolve this issue.
> >
> > I have a linksys wrt54g router on my home network and 2 pc's running win
> > xp.
> > I have a class C network . The router is acting like a dhcp server
> >
> > router: 192.168.1.1
> > desktop: 192.168.1.x pc name "foo"
> > laptop: 192.168.1.y pc name "bar"
> >
> > both are on the same subnet and are part of the same workgroup "stuff"
> >
> > I have disabled simple file sharing, configured the firewall on both pc's
> > to
> > allow file and print sharing and nada. I even tried to use a local hosts
> > file
> > and set up the router 192.168.1.1 as the dns server and no dice.
> >
> > I am losing my mind. I can ping the other machines but cannot view the net
> > shares or connect by pc name. All are running windows xp sp3 so the older
> > "hotfix" I found online does not apply here. I appreciate whatever help
> > you
> > can offer.
> >

>
> So what exactly happens when you open a Command Prompt (cmd.exe) and type
> these commands:
> net use q: \\foo\SomeSharename{Enter}
> net use r: \\foo\192.168.1.xx\SomeSharename{Enter}
> (replace "xx" by a valid suffix to your subnet address)
>
>
>

 
Reply With Quote
 
Louis Rost
Guest
Posts: n/a
 
      21st Feb 2009
I do not recall the details but I had a similar situation a while
back. I could ping but not connect or share to the other computer.

The solution was to change the registry key
hklm\system\controlset001\control\lsa by changing the value
restrictanonymous from 1 to 0.

Good luck.

Lou

On Fri, 20 Feb 2009 16:05:01 -0800, bayushi
<(E-Mail Removed)> wrote:

>if I try to connect to the share on the other pc I get a system error 53 .
>network name cannot be found ... this is true whether I use the ip address or
>pc name
>
>
>
>
>"Pegasus (MVP)" wrote:
>
>>
>> "bayushi" <(E-Mail Removed)> wrote in message
>> news:F7BDF9AD-26D9-4058-A946-(E-Mail Removed)...
>> > So, after searching the internet and various technet articles I still i
>> > cannot
>> > resolve this issue.
>> >
>> > I have a linksys wrt54g router on my home network and 2 pc's running win
>> > xp.
>> > I have a class C network . The router is acting like a dhcp server
>> >
>> > router: 192.168.1.1
>> > desktop: 192.168.1.x pc name "foo"
>> > laptop: 192.168.1.y pc name "bar"
>> >
>> > both are on the same subnet and are part of the same workgroup "stuff"
>> >
>> > I have disabled simple file sharing, configured the firewall on both pc's
>> > to
>> > allow file and print sharing and nada. I even tried to use a local hosts
>> > file
>> > and set up the router 192.168.1.1 as the dns server and no dice.
>> >
>> > I am losing my mind. I can ping the other machines but cannot view the net
>> > shares or connect by pc name. All are running windows xp sp3 so the older
>> > "hotfix" I found online does not apply here. I appreciate whatever help
>> > you
>> > can offer.
>> >

>>
>> So what exactly happens when you open a Command Prompt (cmd.exe) and type
>> these commands:
>> net use q: \\foo\SomeSharename{Enter}
>> net use r: \\foo\192.168.1.xx\SomeSharename{Enter}
>> (replace "xx" by a valid suffix to your subnet address)
>>
>>
>>

 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      21st Feb 2009
Sounds like a firewall issue. Turn it off during testing!

"bayushi" <(E-Mail Removed)> wrote in message
news:B6CFE135-DACE-4C28-9390-(E-Mail Removed)...
> if I try to connect to the share on the other pc I get a system error 53 .
> network name cannot be found ... this is true whether I use the ip address
> or
> pc name
>
>
>
>
> "Pegasus (MVP)" wrote:
>
>>
>> "bayushi" <(E-Mail Removed)> wrote in message
>> news:F7BDF9AD-26D9-4058-A946-(E-Mail Removed)...
>> > So, after searching the internet and various technet articles I still i
>> > cannot
>> > resolve this issue.
>> >
>> > I have a linksys wrt54g router on my home network and 2 pc's running
>> > win
>> > xp.
>> > I have a class C network . The router is acting like a dhcp server
>> >
>> > router: 192.168.1.1
>> > desktop: 192.168.1.x pc name "foo"
>> > laptop: 192.168.1.y pc name "bar"
>> >
>> > both are on the same subnet and are part of the same workgroup "stuff"
>> >
>> > I have disabled simple file sharing, configured the firewall on both
>> > pc's
>> > to
>> > allow file and print sharing and nada. I even tried to use a local
>> > hosts
>> > file
>> > and set up the router 192.168.1.1 as the dns server and no dice.
>> >
>> > I am losing my mind. I can ping the other machines but cannot view the
>> > net
>> > shares or connect by pc name. All are running windows xp sp3 so the
>> > older
>> > "hotfix" I found online does not apply here. I appreciate whatever help
>> > you
>> > can offer.
>> >

>>
>> So what exactly happens when you open a Command Prompt (cmd.exe) and type
>> these commands:
>> net use q: \\foo\SomeSharename{Enter}
>> net use r: \\foo\192.168.1.xx\SomeSharename{Enter}
>> (replace "xx" by a valid suffix to your subnet address)
>>
>>
>>



 
Reply With Quote
 
New Member
Join Date: Feb 2009
Posts: 1
 
      26th Feb 2009
Same problem, solution for me was to copy the file ntlanman.dll in windows\system32 directory

bye

Nebbe
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can ping NAS and see share in IE, but can't connect in explorer/ma =?Utf-8?B?YWRvbGYgZ2FybGlj?= Windows XP Networking 4 23rd Nov 2007 04:27 PM
able to ping, but unable to share internet =?Utf-8?B?aG9ybg==?= Windows XP Networking 7 13th May 2005 03:32 PM
Can't ping or share with some XP Home machines Michael Listman Windows XP Networking 3 13th Aug 2004 01:29 PM
cant ping each other, but can share the internet Creative Windows XP Networking 2 29th Jul 2004 07:50 PM
I can ping but not share. Andy Parker Windows XP Networking 5 15th May 2004 03:10 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:28 PM.