How to use XP home as a file server (don’t)
A customer has a growing business, and role of the main computer grew into becoming the main file server.
Unfortunately, its running windows XP Home. That means a limit of 5 network connection can be served out.
For financial (expansion) reasons, the customer cannot look at a NAS solution, nor have the PC out of action while it is upgraded to XP pro (which still only gives 10 network connections).
Since the office now has a total of 4 PCs, they occasionally hit the limit (particularly if the client PC locks up and needs to be restarted, or if some extra PCs are connected to the network).
Some research reveals that it is possible to hack the tcpip.sys file to increase the limit to 50… but its not “future proof”… it might cause problems with future ms updates.
I don’t want any potential problems, and I’m looking for a quick fix.
I start thinking: there must be a timeout value for network connections, otherwise you can quickly reach the maximum server limit.
A quick search finds that the default value is 15 minutes… and it can be easily changed using:
net config server /autodisconnect: X
the X represents a timeout value in minutes.
So I enter:
net config server /autodisconnect:1
And the “server” now disconnects after just 1 minute of inactivity.
This should improve things slightly… But I strongly recommend the company look into getting a NAS solution… even a cheap $400 NAS-that-looks-like-an-external-USB-drive is better (and more reliable) than what they have at the moment.
I think I may have a solution for you, but it does not work with XP Home, only Pro. Check out this Microsoft article and I think you will find what you want:
http://support.microsoft.com/kb/926646/en-us
hey
i am intersting in your solution ,…because my client is in igual circunstances…
i like to know how to solve in a microsoft way or linux way or other
i was thinking mounting a linux server but i dont know what distro , and if is posible generate users and security policies into linux box (PC) for work like a file server…..
Hi oscar,
Microsoft way: get XP Pro, or for a larger organisation: get windows server
Linux way: Hire a Linux professional (this is not something that can be explained over the internet).