Real Geek Forums  

Go Back   Real Geek Forums > Archives > Operating Systems > Windows XP > Windows XP Network & Web

Notices

Reply

Workgroup computer names not visible/accessible

 

LinkBack Thread Tools Display Modes
Old 08-18-2003, 11:37 PM   #1 (permalink)
Default Re: Workgroup computer names not visible/accessible

In article <u1#0cldZDHA.2620@TK2MSFTNGP09.phx.gbl>, "Jay"
<jay@aleka.freeserve.co.uk> wrote:
Quote:
>I have 2 xp machines in a workgroup. Using the ip addresses (found from
>ipconfig) I can access all the shared folders etc. and transfer files ok.
>However, neither computer can access the other using the computer names.
>Computer A cannot find the work group 'WORKGROUP is inaccessible ... The
>list of servers for this workgroup is not currently available'. Computer B
>can see the workgroup and lists A and B but when I try accessing A, it says
>'A is inaccessible'. DHCP is enabled on both computers.
>
>Any ideas?
>
>Thanks,
>
>Jay.
Make sure that NetBIOS over TCP/IP is enabled on both computers:

1. Open the Network Connections folder.
2. Right click the local area network connection and click Properties.
3. Double click Internet Protocol (TCP/IP).
4. Click Advanced.
5. Click WINS.
6. Click the Enable NetBIOS Over TCP/IP button.

Run "ipconfig /all" at a command prompt on both computers and look at
the "Node Type" at the beginning of the output. If it says
"Peer-to-Peer" (which should be "Point-to-Point", but XP gets it
wrong) that's the problem. It means that the computer only uses a
WINS server, which isn't available on a peer-to-peer network for
NetBIOS name resolution.

If that's the case, run the registry editor, open this key:

HLM\System\CurrentControlSet\Services\Netbt\Parame ters

and delete these values if they're present:

NodeType
DhcpNodeType

Reboot, then try network access again.

If that doesn't fix it, open that registry key again, create a DWORD
value called "NodeType", and set it to 1 for "Broadcast" or 4 for
"Mixed".

For details, see the section on "NodeType" in this Microsoft Knowledge
Base article:

TCP/IP and NBT Configuration Parameters for Windows XP
http://support.microsoft.com/default...b;en-us;314053
--
Best Wishes,
Steve Winograd, MS-MVP (Windows Networking)

Please post any reply as a follow-up message in the news group
for everyone to see. I'm sorry, but I don't answer questions
addressed directly to me in E-mail or news groups.

Microsoft Most Valuable Professional Program
http://mvp.support.microsoft.com
Steve Winograd [MVP]
Guest
 
Posts: n/a
Reply With Quote  
Old 08-19-2003, 06:04 PM   #2 (permalink)
Default Re: Workgroup computer names not visible/accessible


"Steve Winograd [MVP]" <winograd@pobox.com> wrote in message
news:fmo2kvo20im3dm98pls7na0rqdltnt1fl1@4ax.com...
Quote:
> In article <u1#0cldZDHA.2620@TK2MSFTNGP09.phx.gbl>, "Jay"
> <jay@aleka.freeserve.co.uk> wrote:
Quote:
> >I have 2 xp machines in a workgroup. Using the ip addresses (found from
> >ipconfig) I can access all the shared folders etc. and transfer files ok.
> >However, neither computer can access the other using the computer names.
> >Computer A cannot find the work group 'WORKGROUP is inaccessible ... The
> >list of servers for this workgroup is not currently available'. Computer
B
Quote:
Quote:
> >can see the workgroup and lists A and B but when I try accessing A, it
says
Quote:
Quote:
> >'A is inaccessible'. DHCP is enabled on both computers.
> >
> >Any ideas?
> >
> >Thanks,
> >
> >Jay.
>
> Make sure that NetBIOS over TCP/IP is enabled on both computers:
>
> 1. Open the Network Connections folder.
> 2. Right click the local area network connection and click Properties.
> 3. Double click Internet Protocol (TCP/IP).
> 4. Click Advanced.
> 5. Click WINS.
> 6. Click the Enable NetBIOS Over TCP/IP button.
>
> Run "ipconfig /all" at a command prompt on both computers and look at
> the "Node Type" at the beginning of the output. If it says
> "Peer-to-Peer" (which should be "Point-to-Point", but XP gets it
> wrong) that's the problem. It means that the computer only uses a
> WINS server, which isn't available on a peer-to-peer network for
> NetBIOS name resolution.
>
> If that's the case, run the registry editor, open this key:
>
> HLM\System\CurrentControlSet\Services\Netbt\Parame ters
>
> and delete these values if they're present:
>
> NodeType
> DhcpNodeType
>
> Reboot, then try network access again.
>
> If that doesn't fix it, open that registry key again, create a DWORD
> value called "NodeType", and set it to 1 for "Broadcast" or 4 for
> "Mixed".
>
> For details, see the section on "NodeType" in this Microsoft Knowledge
> Base article:
>
> TCP/IP and NBT Configuration Parameters for Windows XP
> http://support.microsoft.com/default...b;en-us;314053
> --
> Best Wishes,
> Steve Winograd, MS-MVP (Windows Networking)
>
> Please post any reply as a follow-up message in the news group
> for everyone to see. I'm sorry, but I don't answer questions
> addressed directly to me in E-mail or news groups.
>
> Microsoft Most Valuable Professional Program
> http://mvp.support.microsoft.com
Steve,

Thanks for responding. Unfortunately this has made the problem worse. The
original configuration had use NetBios setting from DHCP. I assume this
would result in NetBios being enabled since there is no DHCP but I set it to
'Enabled' in both computers and rebooted. The same error occured when I
tried to use the computer names. Also, it is now impossible to access the
other PC in either direction using the IP address. Worse, ping now no longer
responds in one direction, although it reliably works in the other. I tried
disabling NetBios and also resetting it to its initial value, rebooting each
time. Even a complete power down/power up makes no difference. I've tried
some obvious things, like replacing the cable and reseating the network
card. Ping works ok with the machine's own address in both cases.

Well any help would be appreciated, even to get me back to where I was
before.

Thanks,

Jay.


Jay
Guest
 
Posts: n/a
Reply With Quote  
Old 08-19-2003, 06:43 PM   #3 (permalink)
Default Re: Workgroup computer names not visible/accessible


"Steve Winograd [MVP]" <winograd@pobox.com> wrote in message
news:fmo2kvo20im3dm98pls7na0rqdltnt1fl1@4ax.com...
Quote:
> In article <u1#0cldZDHA.2620@TK2MSFTNGP09.phx.gbl>, "Jay"
> <jay@aleka.freeserve.co.uk> wrote:
Quote:
> >I have 2 xp machines in a workgroup. Using the ip addresses (found from
> >ipconfig) I can access all the shared folders etc. and transfer files ok.
> >However, neither computer can access the other using the computer names.
> >Computer A cannot find the work group 'WORKGROUP is inaccessible ... The
> >list of servers for this workgroup is not currently available'. Computer
B
Quote:
Quote:
> >can see the workgroup and lists A and B but when I try accessing A, it
says
Quote:
Quote:
> >'A is inaccessible'. DHCP is enabled on both computers.
> >
> >Any ideas?
> >
> >Thanks,
> >
> >Jay.
>
> Make sure that NetBIOS over TCP/IP is enabled on both computers:
>
> 1. Open the Network Connections folder.
> 2. Right click the local area network connection and click Properties.
> 3. Double click Internet Protocol (TCP/IP).
> 4. Click Advanced.
> 5. Click WINS.
> 6. Click the Enable NetBIOS Over TCP/IP button.
>
> Run "ipconfig /all" at a command prompt on both computers and look at
> the "Node Type" at the beginning of the output. If it says
> "Peer-to-Peer" (which should be "Point-to-Point", but XP gets it
> wrong) that's the problem. It means that the computer only uses a
> WINS server, which isn't available on a peer-to-peer network for
> NetBIOS name resolution.
>
> If that's the case, run the registry editor, open this key:
>
> HLM\System\CurrentControlSet\Services\Netbt\Parame ters
>
> and delete these values if they're present:
>
> NodeType
> DhcpNodeType
>
> Reboot, then try network access again.
>
> If that doesn't fix it, open that registry key again, create a DWORD
> value called "NodeType", and set it to 1 for "Broadcast" or 4 for
> "Mixed".
>
> For details, see the section on "NodeType" in this Microsoft Knowledge
> Base article:
>
> TCP/IP and NBT Configuration Parameters for Windows XP
> http://support.microsoft.com/default...b;en-us;314053
> --
> Best Wishes,
> Steve Winograd, MS-MVP (Windows Networking)
>
> Please post any reply as a follow-up message in the news group
> for everyone to see. I'm sorry, but I don't answer questions
> addressed directly to me in E-mail or news groups.
>
> Microsoft Most Valuable Professional Program
> http://mvp.support.microsoft.com
Steve,

Thanks for responding. Unfortunately this has made the problem worse. The
original configuration had use NetBios setting from DHCP. I assume this
would result in NetBios being enabled since there is no DHCP but I set it to
'Enabled' in both computers and rebooted. The same error occured when I
tried to use the computer names. Also, it is now impossible to access the
other PC in either direction using the IP address. Worse, ping now no longer
responds in one direction, although it reliably works in the other. I tried
disabling NetBios and also resetting it to its initial value, rebooting each
time. Even a complete power down/power up makes no difference. I've tried
some obvious things, like replacing the cable and reseating the network
card. Ping works ok with the machine's own address in both cases.

I'm not sure I fully understood the node type issue. I've ended up with one
PC in 'broadcast' mode and the other 'unknown'. Is this ok?

Well any help would be appreciated, even to get me back to where I was
before.

Thanks,

Jay.





Jay
Guest
 
Posts: n/a
Reply With Quote  
Old 08-19-2003, 07:44 PM   #4 (permalink)
Default Re: Workgroup computer names not visible/accessible

OK, problem solved. It seems the firewall I'm using is causing intermittent
problems. I must confess I don't understand why, and I've never had problems
pinging a machine with it running. Anyway, a combination of what you
suggested and shutting down the firewall means everything works ok.

Thanks!!

Jay.


"Jay" <jay@aleka.freeserve.co.uk> wrote in message
news:OEC7MHoZDHA.1280@tk2msftngp13.phx.gbl...
Quote:
>
> "Steve Winograd [MVP]" <winograd@pobox.com> wrote in message
> news:fmo2kvo20im3dm98pls7na0rqdltnt1fl1@4ax.com...
Quote:
> > In article <u1#0cldZDHA.2620@TK2MSFTNGP09.phx.gbl>, "Jay"
> > <jay@aleka.freeserve.co.uk> wrote:
Quote:
> > >I have 2 xp machines in a workgroup. Using the ip addresses (found from
> > >ipconfig) I can access all the shared folders etc. and transfer files
ok.
Quote:
Quote:
Quote:
> > >However, neither computer can access the other using the computer
names.
Quote:
Quote:
Quote:
> > >Computer A cannot find the work group 'WORKGROUP is inaccessible ...
The
Quote:
Quote:
Quote:
> > >list of servers for this workgroup is not currently available'.
Computer
Quote:
> B
Quote:
Quote:
> > >can see the workgroup and lists A and B but when I try accessing A, it
> says
Quote:
Quote:
> > >'A is inaccessible'. DHCP is enabled on both computers.
> > >
> > >Any ideas?
> > >
> > >Thanks,
> > >
> > >Jay.
> >
> > Make sure that NetBIOS over TCP/IP is enabled on both computers:
> >
> > 1. Open the Network Connections folder.
> > 2. Right click the local area network connection and click Properties.
> > 3. Double click Internet Protocol (TCP/IP).
> > 4. Click Advanced.
> > 5. Click WINS.
> > 6. Click the Enable NetBIOS Over TCP/IP button.
> >
> > Run "ipconfig /all" at a command prompt on both computers and look at
> > the "Node Type" at the beginning of the output. If it says
> > "Peer-to-Peer" (which should be "Point-to-Point", but XP gets it
> > wrong) that's the problem. It means that the computer only uses a
> > WINS server, which isn't available on a peer-to-peer network for
> > NetBIOS name resolution.
> >
> > If that's the case, run the registry editor, open this key:
> >
> > HLM\System\CurrentControlSet\Services\Netbt\Parame ters
> >
> > and delete these values if they're present:
> >
> > NodeType
> > DhcpNodeType
> >
> > Reboot, then try network access again.
> >
> > If that doesn't fix it, open that registry key again, create a DWORD
> > value called "NodeType", and set it to 1 for "Broadcast" or 4 for
> > "Mixed".
> >
> > For details, see the section on "NodeType" in this Microsoft Knowledge
> > Base article:
> >
> > TCP/IP and NBT Configuration Parameters for Windows XP
> > http://support.microsoft.com/default...b;en-us;314053
> > --
> > Best Wishes,
> > Steve Winograd, MS-MVP (Windows Networking)
> >
> > Please post any reply as a follow-up message in the news group
> > for everyone to see. I'm sorry, but I don't answer questions
> > addressed directly to me in E-mail or news groups.
> >
> > Microsoft Most Valuable Professional Program
> > http://mvp.support.microsoft.com
>
> Steve,
>
> Thanks for responding. Unfortunately this has made the problem worse. The
> original configuration had use NetBios setting from DHCP. I assume this
> would result in NetBios being enabled since there is no DHCP but I set it
to
Quote:
> 'Enabled' in both computers and rebooted. The same error occured when I
> tried to use the computer names. Also, it is now impossible to access the
> other PC in either direction using the IP address. Worse, ping now no
longer
Quote:
> responds in one direction, although it reliably works in the other. I
tried
Quote:
> disabling NetBios and also resetting it to its initial value, rebooting
each
Quote:
> time. Even a complete power down/power up makes no difference. I've tried
> some obvious things, like replacing the cable and reseating the network
> card. Ping works ok with the machine's own address in both cases.
>
> I'm not sure I fully understood the node type issue. I've ended up with
one
Quote:
> PC in 'broadcast' mode and the other 'unknown'. Is this ok?
>
> Well any help would be appreciated, even to get me back to where I was
> before.
>
> Thanks,
>
> Jay.
>
>
>
>
>

Jay
Guest
 
Posts: n/a
Reply With Quote  
Reply

Tags
None

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may 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 On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Folder Not Visible in My Computer webberej Windows Vista File Management 5 01-15-2008 02:04 PM
Computer on network not accessible message electricman Windows Vista Networking & Sharing 4 04-15-2007 11:44 PM
Workgroup is not accessible. Mark G. Windows XP Accessibility 2 08-25-2003 05:36 AM
workgroup not accessible fix--attn Steve R. Hays Windows XP Network & Web 1 07-20-2003 06:25 PM
Workgroup computers not visible Gary Windows XP Network & Web 1 07-15-2003 04:41 PM


All times are GMT. The time now is 09:47 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright © 2005 - 2007 RealGeek.com. All rights reserved.

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 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90