Windows XP
--
Questions
--
Followers
Top Experts
Can't share files on simple wireless setup between 2 laptops.
We have a Linksys WRT54G router, and the WPC54G PCI cards and are making a simple file sharing network between 3 laptops. Â We are not connecting to any other network or the internet.
These laptops are typically used in our office - connected via cable to our office network under one domain name.
We want to use  the wireless when this team goes out of the office to work at the clients.
The Linksys equipment is installed correctly. Â We can ping each other's laptops fine.
What we can't do is share files. Â We have each laptop set to share "My Documents", and have permissions set to Everyone. Â All are using the same Domain name, and we can see the other's computers in the domain in My Network Places. Â When we click on another person's computer icon we get a access denied message - don't have permissions - there isn't a domain server available . . . . etc. . .
What do we need to do different? Â
These laptops are typically used in our office - connected via cable to our office network under one domain name.
We want to use  the wireless when this team goes out of the office to work at the clients.
The Linksys equipment is installed correctly. Â We can ping each other's laptops fine.
What we can't do is share files. Â We have each laptop set to share "My Documents", and have permissions set to Everyone. Â All are using the same Domain name, and we can see the other's computers in the domain in My Network Places. Â When we click on another person's computer icon we get a access denied message - don't have permissions - there isn't a domain server available . . . . etc. . .
What do we need to do different? Â
Zero AI Policy
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
Disable all firewalls for testing. Â This includes Zone Alarm, Norton Internet Security, etc.
  Including XP's ICF...
  From Control Panel, open Network Connections.
  Right-click Local Area Network from Control Panel's Network Connections and choose Properties
  Click the Advanced tab and deselect (remove the checkbox from) "Protect my computer..."
  Click OK and close out of Network Connections & Control Panel
Enable NetBIOS over TCP/IP:
  XP utilizes DNS for communication by default.  To enable the systems to communicate via NetBIOS,
  proceed as above to enter Network Connections.
  Right-click your Local Area Connection and click Properties
  Scroll down in "This connection uses the following items:" to find Internet Protocol (TCP/IP)
  Select it (highlight it) and click properties
  Click the Advanced button on the General tab.
  Click the WINS tab.
  Under NetBIOS setting heading
   Click Enable NetBIOS over TCP/IP
  Click OK, OK, OK and close out of Network Connections & Control Panel
Disable Simple File Sharing:
  Right-click the Start button and click Explore
  Click Tools then Click Folder Options
  Click the View tab
  At the bottom of the Advanced Settings list, deselect (remove the checkbox from):
   "Use simple file sharing (Recommended)"
  Click OK
Let Everyone's permissions apply to anonymous users as well:
   Click Start
   Click Run
   In the Open box type SECPOL.MSC /S <ENTER>
   Navigate to Local Policies/Security Options.
   Double click "Network Access:Let Everyone permissions apply to anonymous users"
   Click Enabled and click OK
   http://support.microsoft.com/?scid=kb;en-us;318030
Test your connectivity:
  Click Start
  Click Run
  In the Open box that appears, type CMD <ENTER>
  At the prompt that appears, type IPCONFIG <ENTER>
  Do you have an IP address listed (192.168.1.100)?
  If so, try pinging the other machines by IP address:
   PING 192.168.1.100
  If you get a Reply successful, then try connecting to them...
   NET USE * \\192.168.1.1001\C$ /USER:192.168.1.100\Admini strator Password
  (where Administrator is an administrative account on the machine you're trying to get to)
  (and where Password is the appropriate password for that account).
  Including XP's ICF...
  From Control Panel, open Network Connections.
  Right-click Local Area Network from Control Panel's Network Connections and choose Properties
  Click the Advanced tab and deselect (remove the checkbox from) "Protect my computer..."
  Click OK and close out of Network Connections & Control Panel
Enable NetBIOS over TCP/IP:
  XP utilizes DNS for communication by default.  To enable the systems to communicate via NetBIOS,
  proceed as above to enter Network Connections.
  Right-click your Local Area Connection and click Properties
  Scroll down in "This connection uses the following items:" to find Internet Protocol (TCP/IP)
  Select it (highlight it) and click properties
  Click the Advanced button on the General tab.
  Click the WINS tab.
  Under NetBIOS setting heading
   Click Enable NetBIOS over TCP/IP
  Click OK, OK, OK and close out of Network Connections & Control Panel
Disable Simple File Sharing:
  Right-click the Start button and click Explore
  Click Tools then Click Folder Options
  Click the View tab
  At the bottom of the Advanced Settings list, deselect (remove the checkbox from):
   "Use simple file sharing (Recommended)"
  Click OK
Let Everyone's permissions apply to anonymous users as well:
   Click Start
   Click Run
   In the Open box type SECPOL.MSC /S <ENTER>
   Navigate to Local Policies/Security Options.
   Double click "Network Access:Let Everyone permissions apply to anonymous users"
   Click Enabled and click OK
   http://support.microsoft.com/?scid=kb;en-us;318030
Test your connectivity:
  Click Start
  Click Run
  In the Open box that appears, type CMD <ENTER>
  At the prompt that appears, type IPCONFIG <ENTER>
  Do you have an IP address listed (192.168.1.100)?
  If so, try pinging the other machines by IP address:
   PING 192.168.1.100
  If you get a Reply successful, then try connecting to them...
   NET USE * \\192.168.1.1001\C$ /USER:192.168.1.100\Admini
  (where Administrator is an administrative account on the machine you're trying to get to)
  (and where Password is the appropriate password for that account).
I followed every step you gave - these are very good instructions . . .
On the "test your connectivity" instructions, Â the ping the other machines works fine. Zero errors.
But when I use the NET USE command I get:
"System error 53 has occured. Â The network path was not found." Â
I followed your syntax carefully - wasn't sure of ending - so here is what I used when I tried to access Julie's computer from Amber's computer:
NET USE * \\192.168.1.1001\C$ /USER:192.168.1.100\JULIE jw$323#tw
I also tried our Administrator user name and the server sytem password - no luck.
When I go to explorer and My Network Places I can browse to our regular in-office domain name and open up the domain and see the 2 laptop computers. Â Only the 2 computers that I'm trying to link show up - which is right, because these 2 are not connected to any other network system.
But when I double click on the other laptop's icon, I get:
"\\Julie is not accessible. Â You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access persmissions. There are currently no logon servers available to service the logon request."
I get the same message from the other computer -except Amber's name is in the user spot on the start of the message.
Thanks for your help so far . . .
On the "test your connectivity" instructions, Â the ping the other machines works fine. Zero errors.
But when I use the NET USE command I get:
"System error 53 has occured. Â The network path was not found." Â
I followed your syntax carefully - wasn't sure of ending - so here is what I used when I tried to access Julie's computer from Amber's computer:
NET USE * \\192.168.1.1001\C$ /USER:192.168.1.100\JULIE jw$323#tw
I also tried our Administrator user name and the server sytem password - no luck.
When I go to explorer and My Network Places I can browse to our regular in-office domain name and open up the domain and see the 2 laptop computers. Â Only the 2 computers that I'm trying to link show up - which is right, because these 2 are not connected to any other network system.
But when I double click on the other laptop's icon, I get:
"\\Julie is not accessible. Â You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access persmissions. There are currently no logon servers available to service the logon request."
I get the same message from the other computer -except Amber's name is in the user spot on the start of the message.
Thanks for your help so far . . .
Yikes!
  NET USE * \\192.168.1.1001\C$ /USER:192.168.1.100\Admini strator Password
should be
  NET USE * \\192.168.1.100\C$ /USER:192.168.1.100\Admini strator Password
Note the missing "1"..............^
So, yours should read:
NET USE * \\192.168.1.100\C$ /USER:192.168.1.100\JULIE jw$323#tw
However, make sure I'm clear here:
All 3 laptops are part of the same domain, I'll call it DomainA.
In the office, on DomainA, everything works fine.
You head out to a client's site. Â They potentially have either a workgroup or domain on site (DomainB).
Now, you don't necessarily want anything from DomainB, just have the 3 laptops share data between each other?
Without DomainA to validate your user account, you'll need accounts set up on each of these machines.
Julie's laptop: Laptop1 will need 'local' user accounts Amber &Â Stacy
Amber's laptop: Laptop2 will need 'local' user accounts Julie &Â Stacy
Stacy's labptop: Laptop3 will need 'local' user accounts Julie &Â Amber
Do you have them set up this way?
Click Start->Run->control userpasswords2 to add user accounts...
  NET USE * \\192.168.1.1001\C$ /USER:192.168.1.100\Admini
should be
  NET USE * \\192.168.1.100\C$ /USER:192.168.1.100\Admini
Note the missing "1"..............^
So, yours should read:
NET USE * \\192.168.1.100\C$ /USER:192.168.1.100\JULIE jw$323#tw
However, make sure I'm clear here:
All 3 laptops are part of the same domain, I'll call it DomainA.
In the office, on DomainA, everything works fine.
You head out to a client's site. Â They potentially have either a workgroup or domain on site (DomainB).
Now, you don't necessarily want anything from DomainB, just have the 3 laptops share data between each other?
Without DomainA to validate your user account, you'll need accounts set up on each of these machines.
Julie's laptop: Laptop1 will need 'local' user accounts Amber &Â Stacy
Amber's laptop: Laptop2 will need 'local' user accounts Julie &Â Stacy
Stacy's labptop: Laptop3 will need 'local' user accounts Julie &Â Amber
Do you have them set up this way?
Click Start->Run->control userpasswords2 to add user accounts...






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
OOOOO kayyyyyy . . . . Â now it's starting to make sense. Â
The syntax with the NET USE wouldn't have been the real problem - it was my ignorance of the Domain issue. Â No, Â I hadn't set up a new domain for the laptops when they are out in the field. Â I was still using the regular in-office domain.
I'll give this a try as soon as I can get the laptops together again (Saturday) and I'll bet everything will fly. Â Let you know by next week.
Wow - thanks - seems like this should be easily described in the Linksys instructions . . . Â maybe it's too elementary - and I'm suppose to know it - ha.
The syntax with the NET USE wouldn't have been the real problem - it was my ignorance of the Domain issue. Â No, Â I hadn't set up a new domain for the laptops when they are out in the field. Â I was still using the regular in-office domain.
I'll give this a try as soon as I can get the laptops together again (Saturday) and I'll bet everything will fly. Â Let you know by next week.
Wow - thanks - seems like this should be easily described in the Linksys instructions . . . Â maybe it's too elementary - and I'm suppose to know it - ha.
Thought I could figure out the domain thing - but alas . . . no luck. Now I'm really cofused.
What I have.
Just 2 XP notebooks, Â Julie and Amber.
Each now with a PCI wireless G card.
Each have the card configured for an adhoc network  G, channel 6 setup.
Each wireless connection shows "enabled" - and running fine - good signal.
Each has the other person setup as a user with Standard permissions.
Each has the drive C shared as C$.
But I still can't see the other's C drive  . . .
Now on Julie's I need to put ?
NET USE * \\192.168.1.100\C$ /USER:192.168.1.100\AMBER ag$323&sb
and on Amber's put ?
NET USE * \\192.168.1.100\C$ /USER:192.168.1.100\JULIE jw$323#tw
I try these but I get "don't have permissions" messages.
Â
Any thing wrong?
If I would get it right - won't I be able to access the other's C drive - through explorer? Through My Network Places - or where?
What I have.
Just 2 XP notebooks, Â Julie and Amber.
Each now with a PCI wireless G card.
Each have the card configured for an adhoc network  G, channel 6 setup.
Each wireless connection shows "enabled" - and running fine - good signal.
Each has the other person setup as a user with Standard permissions.
Each has the drive C shared as C$.
But I still can't see the other's C drive  . . .
Now on Julie's I need to put ?
NET USE * \\192.168.1.100\C$ /USER:192.168.1.100\AMBER ag$323&sb
and on Amber's put ?
NET USE * \\192.168.1.100\C$ /USER:192.168.1.100\JULIE jw$323#tw
I try these but I get "don't have permissions" messages.
Â
Any thing wrong?
If I would get it right - won't I be able to access the other's C drive - through explorer? Through My Network Places - or where?
membership
Log in or create a free account to see answer.
Signing up is free and takes 30 seconds. No credit card required.
Windows XP
--
Questions
--
Followers
Top Experts
Microsoft Windows XP is the sixth release of the NT series of operating systems, and was the first to be marketed in a variety of editions: XP Home and XP Professional, designed for business and power users. The advanced features in XP Professional are generally disabled in Home Edition, but are there and can be activated. There were two 64-bit editions, an embedded edition and a tablet edition.