| | |
XP Network can't share files or printer
![]() |
•
•
Join Date: Dec 2005
Posts: 2
Reputation:
Solved Threads: 0
I have just set up a network between my laptop with XP Home SP1 as the host and my desktop with XP Pro SP2 as the client. ICS with dial-up works but file and printer sharing do not. On the client in My Network Places when I try to view workgroup computers I get the error message "Maplestory(workgroup name) is not accessible. You might not have permission to use this network resource. Contact the administrator of this server and find out if you have access permissions. The list of servers for this workgroup is not currently available." On the host in the view workgroup computers I can see both computers and can access the hosts files, but when I try to access the clients computer I get the error message "\\Dh656g1s 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 permission. The network path was not found." I only have one account on each computer and they each are the administrator. I have turned off the Windows firewall on the client but my host does not have one that I can find. I have Norton on each but have disabled those firewalls. The client has a static IP address 192.168 and the gateway is the IP address of the host. I don't know if this has anything to do with filesharing but I'll put it in. Also, I don't have the Use simple file sharing option in the My Computer>Tools>View on the client. If you need anything else please say. Any help would be much appreciated.
•
•
Join Date: May 2005
Posts: 514
Reputation:
Solved Threads: 19
Rather then type this all out have a look here:
http://support.microsoft.com/default...b;en-us;304040
http://support.microsoft.com/default...b;en-us;304040
•
•
Join Date: May 2005
Posts: 514
Reputation:
Solved Threads: 19
Then it has to be permissions issue.
•
•
Join Date: Mar 2007
Posts: 1
Reputation:
Solved Threads: 0
I had a similar problem. Worked on it for two weeks. Was tearing my hair out. Finally fixed it. I'm not a computer whiz but this is what seems to have done the trick.
I had the computer without the router setting wrong ...
only one computer can have server setting enabled
go to network places
view network connections
right click on the various connections go to advanced tab and make sure the computer/s without the router don't have
"allow other network users to connect throught this computer's internet connection" checked
Then I reset tcp/ip stack and winsock with the following command (go to start, run then enter the command). I did this on the computer with the router but I don't see why it would hurt anything to do it on the other computer/s if it doesn't fix the problem.
run command to enter for the winsock:
netsh winsock reset
run command to enter for the tcp stack:
netsh int ip reset c:\resetlog.txt
Now I can see each computer in the workgroup and share files and printers between them. Got all those error messages .... network path not found ... may not have permission etc. This fixed it all. Hopefully it will help others.
I had the computer without the router setting wrong ...
only one computer can have server setting enabled
go to network places
view network connections
right click on the various connections go to advanced tab and make sure the computer/s without the router don't have
"allow other network users to connect throught this computer's internet connection" checked
Then I reset tcp/ip stack and winsock with the following command (go to start, run then enter the command). I did this on the computer with the router but I don't see why it would hurt anything to do it on the other computer/s if it doesn't fix the problem.
run command to enter for the winsock:
netsh winsock reset
run command to enter for the tcp stack:
netsh int ip reset c:\resetlog.txt
Now I can see each computer in the workgroup and share files and printers between them. Got all those error messages .... network path not found ... may not have permission etc. This fixed it all. Hopefully it will help others.
Last edited by dustyrose444; Mar 12th, 2007 at 1:39 am.
if it's a winsock problem, you should take the advice above. otherwise, simply make sure that
all computers are in the same workgroup,
all computers have the same users protected by the same passwords
to speed things up, use static LAN IPs, and enter those into the hosts file.
all computers are in the same workgroup,
all computers have the same users protected by the same passwords
to speed things up, use static LAN IPs, and enter those into the hosts file.
Real stupidity always beats Artificial Intelligence. (Terry Pratchett)
BA BizMg, MCSE, DCSE, Linux+, Network+
BA BizMg, MCSE, DCSE, Linux+, Network+
•
•
Join Date: Oct 2007
Posts: 1
Reputation:
Solved Threads: 0
I have found a universal solution for those who are using two more than two pcs with xp home or xp professional or any windows OS, and are not able to share files over lan, for printer sharing on lan, i am working on another solution, which i will will post later.
For this solution to work on your lan, these are the requirements :
1)you are able to ping all the pc's/nodes successfully.
2)you are able to ping each pc/node with their computer name as well and its successfull
3)you are able to see all the computers in the VIEW WORKGROUP COMPUTERS option, in the explorer but not able to see their shares.
4) you have put all the pc's under same workgroup.
Now let me give you the best most successfull method, without installing any software and also without using windows as well. Microsoft is a good OS but not as good as DOS..hahaha.
yes DOS will come to your help at these times.
The famous NET USE command will be used to mount/connect to any share on the lan on any pc which is on the same workgroup.
First, choose any directory you want to share and give its some name for the share.I am not going into these elementary things,i hope you know it how to enable-share any file or a directory over lan,or ask your administrator.
The go to any pc and type this command:
NET USE
----------
Once you type this command you will be able to see all the computers with their names listed in this service.
Then according to this example:
NET USE h: \\smartpc\pc_h
Command successfull
------------------
I will explain this command, its pretty simple.
Here NET USE is the normal command, H: means the shared directory will have a local drive named H:, make sure you dont have H: already assigned to your pc to any peripheral or on the HDD, \\smartpc means the computer name which was actually on my lan, and \\smartpc\pc_h where pc_h is for the H: drive partition on my other pc, i acutally shared the hole drive on that pc.
After this, you can go to My Computer on the pc where you executed the NET USE command, you will be surprised to see a new icon which will show the pc name and the shared resource, and use it just like any other local folder.
No more explanations, try other stuff on your own.
I own a website call www.bookprofit.com and currently a technical analyst in stock market, earlier i was a sysadmin in Linux, now doing a fulltime business in stocks.
take care
mohit thapar
(from india)
For this solution to work on your lan, these are the requirements :
1)you are able to ping all the pc's/nodes successfully.
2)you are able to ping each pc/node with their computer name as well and its successfull
3)you are able to see all the computers in the VIEW WORKGROUP COMPUTERS option, in the explorer but not able to see their shares.
4) you have put all the pc's under same workgroup.
Now let me give you the best most successfull method, without installing any software and also without using windows as well. Microsoft is a good OS but not as good as DOS..hahaha.
yes DOS will come to your help at these times.
The famous NET USE command will be used to mount/connect to any share on the lan on any pc which is on the same workgroup.
First, choose any directory you want to share and give its some name for the share.I am not going into these elementary things,i hope you know it how to enable-share any file or a directory over lan,or ask your administrator.
The go to any pc and type this command:
NET USE
----------
Once you type this command you will be able to see all the computers with their names listed in this service.
Then according to this example:
NET USE h: \\smartpc\pc_h
Command successfull
------------------
I will explain this command, its pretty simple.
Here NET USE is the normal command, H: means the shared directory will have a local drive named H:, make sure you dont have H: already assigned to your pc to any peripheral or on the HDD, \\smartpc means the computer name which was actually on my lan, and \\smartpc\pc_h where pc_h is for the H: drive partition on my other pc, i acutally shared the hole drive on that pc.
After this, you can go to My Computer on the pc where you executed the NET USE command, you will be surprised to see a new icon which will show the pc name and the shared resource, and use it just like any other local folder.
No more explanations, try other stuff on your own.
I own a website call www.bookprofit.com and currently a technical analyst in stock market, earlier i was a sysadmin in Linux, now doing a fulltime business in stocks.
take care
mohit thapar
(from india)
•
•
Join Date: May 2008
Posts: 5
Reputation:
Solved Threads: 0
•
•
•
•
its easier to use share level instead of user level security as XP home does not support the creation of user level shares and its client is crippled
i have a big problem. my system give error "check the spelling of the name .otherwise there might be a problem with your network. to try to identity and resolve network problems.
![]() |
Similar Threads
- Other computers on network can't access my shared files (Networking Hardware Configuration)
- networking - How to share printer - please help...!!! (Windows NT / 2000 / XP)
- Share files across 2 seperate networks (Networking Hardware Configuration)
- adding wirelss to a wired network (Networking Hardware Configuration)
- Need help w/home network w/DSL Gateway (wireless/Ethernet/USB) 3 CPUs OK on Internet. (Networking Hardware Configuration)
Other Threads in the Networking Hardware Configuration Forum
- Previous Thread: wsus
- Next Thread: Need some help here:
| Thread Tools | Search this Thread |
802.11 802.11n bluetooth british broadband browserproblems bt connectionproblem connectivity cpu data desktop dual gigabyte hardware infrastructure internet memory network networking news program rdimm reliability riched20.dll routers server storage survey technology telecoms troubleshoot uk upgrade videoconferencing view virgin wireless wirelessnetworking






