Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Guest account

Status
Not open for further replies.

zoomer01

Technical User
Joined
Nov 24, 2004
Messages
9
Location
CA
Hi:

I am running two win xp pro OSs linked via a hub. System A is able to access all resources of system B, but system B cannot access A's resources - at all.

These system both have accounts for accessing each other; however, from B, when i try to access A, i get the following:

username: SystemB\guest
password:

However: the username is grayed out so i cannot enter any other info.

Can someone offer a solution? It would be appreciated.

Chad
 
Add as new users to Computer A the usernames and passwords of Computer B.

Add as new users to Computer B the usernames and passwords of Computer A.

Check on both machines under Internet Protocol (TCP/IP), Properties, Advanced, WINS tab that 'enable Netbios over TCP/IP' is checked.

Make sure the Workgroup name is identical on both machines. Do not give the computer name the same name as any user of that machine.
 
Several other notes:

. be certain there are no firewall issues
. no blank or empty passwords
. share something: drive, folder, printer, but something from all workstations
. do an ipconfig /all from both workstations. The Node Type should show as not defined, broadcast or hybrid. If it shows as peer-to-peer:

Open notepad and copy/paste the below. Save as node_fix.reg :

**** start copy/paste below this line
REGEDIT4

[-HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Netbt\Parameters\NodeType]

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Netbt\Parameters]
"NodeType"=dword:00000001

[-HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Netbt\Parameters\DhcpNodeType]

****** end copy/paste above this line

Double click the saved node_fix.reg file to merge the registry change. Reboot and test.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top