Creating a Local Area Network (LAN)
The recipe is quite simple to create a home network to share files between computers:
- Install network adapter in the computer and install the driver in Windows.
- Configure the network adapter in Windows:
- Install the protocol “Internet Protocol TCP/IP” and configure it to use DHCP or static IP and enable “Netbios”
- Install the client “Client for Microsoft Networks”
- Install the service “Files and Printer Sharing for Microsoft Networks”
- Create the file shares in Windows for the other computers to access.
- Connect all computers in the work to the hub/switch using network cables (or use a cross over cable to connect directly to another computer).
Now if the computer network is not working now, then it is time to start troubleshooting what is wrong. The two most important tools are both command line tools and should be used from a command prompt:
- ping - Can tell if another computer is connected with a certain IP address.
- ipconfig - Can tell the IP address assigned to the computer.
Cannot ping local machine, check the following:
- Check that it is the correct IP Address (static 192.168.0.2 / 255.255.255.0)
- Check if a firewall is blocking, by disabling or reconfiguring it
- Reinstall the TCP/IP protocol
- Reinstall network adapter (Maybe try other drivers)
- Check if bad network adapter, by trying another adapter
Cannot ping remote machine, check the following:
- Check that the remote machine is using the correct IP Address (static 192.168.0.3 / 255.255.255.0)
- Check that the remote machine can ping itself
- Check if a firewall is blocking, by disabling or reconfiguring it
- Check if it is a bad cable, by trying another cable
- Check if it is a bad HUB/Switch port, by trying another port
Cannot access/see/browse the local machine/shares on the network, then check the following:
- Check that the local machine can be pinged
- Check that one can access the share directly \\LOCAL_MACHINE, if success then the network just need to be given time. Or it can be a hidden share or hidden machine
- Check that File Sharing is installed and bound to the TCP/IP protocol
- Check that Netbios is installed for the TCP/IP protocol
- Check that firewall is not blocking, by disabling or reconfiguring it
Cannot access/see/browse the remote machine/shares on the Network, then check the following:
- Check that the remote machine can be pinged
- Check that the remote machine can see its local shares
- Check that the remote machine is part of the same workgroup
- Check that one can access the share directly \\REMOTE_MACHINE, if success then the network just need to be given time. Or it can be a hidden share or hidden machine
- If using WinNT+ then check that users and security has been setup properly:
- Check that a firewall on the remote machine is not blocking, by disabling or reconfiguring it
Related Check that network hardware is configured properly
Related Lock down the network connection
More Info MS KB102908
More Info MS KB169790
More Info MS KB289256
More Info MS KB314067
More Info MS KB323388
More Info MS KB325487