All I want is a simple home network that works
July 3, 2006 8:34 PM
Subscribe
Argh! Can anyone give me a walkthrough for setting up a simple home network for two Windows 2000 Professional computers? I'm frustrated by unreliable mapped drive connections, and am ready to break down and follow a step-by-step procedure for creating a home network.
Part of the problem is Google turns out reams and reams of stuff for Windows XP. I don't have XP.
I'm beyond any hope that this network can be fixed... but if anyone cares, here is the scoop.
Each item is plugged into the one above it. Network names are hypothetical CAT and DOG.
* DSL modem
* Linksys BEFSR81 Regular router - CAT is connected to it
* Linksys WRT54G Wireless - DOG is connected to it
Computers are both basic Windows 2000 SP 4, both workgroup "WORKGROUP". All firewalls are removed. No antivirus. On CAT I mapped Z: to \\DOG\C$, and on DOG I mapped Z: to \\CAT\C$. Set both computers with NetBEUI protocol, set NetBIOS to disabled (this seems to be what works best).
Doing ping is pointless because most of the time I can do a DIR on the command line and list the mapped drive. It's when I try to do anything (like copying) that I get trouble.
Basically what happens is I can read directories on both computers, but if I try to copy more than 20-100 files the connection craps out with stuff like "Error performing inpage operation", "the path is too deep" (yeah, right, I'm copying ONLY files in c:\tempdir), and "the network name is no longer available" (bullcrap). Then any further attempts to use the network drive say "the network name is no longer available". Basically it appears the network is completely lazy and not sustaining any kind of usable connection for more than 10 seconds. I considered that maybe the WiFi connection is weak, but I'm not having any problem with any WiFi I/O out to the Internet.
It's occurred to me the routers might be causing trouble, but if so I am clueless.
posted by zek to computers & internet (12 comments total)
2 users marked this as a favorite
Try mapping Z: to \\DOG\C$, and on DOG map Y: to \\CAT\C$. The existence of 2 drives named Z may be trouble.
Some googling suggests that this could be a catchall error message, and could indicate hardware trouble, so see if swapping ethernet cables helps.
Lastly, if the wired and wireless routers are both using NAT (Network Address Translation), and they almost certainly are, you might try using static IP addresses. Wired router is 192.168.1.0, Wireless router is 192.168.1.1, Cat is 192.168.1.10, Dog is 192.168.1.11.
posted by theora55 at 8:59 PM on July 3, 2006