How do I create a home network between a Win 2000 & Win XP computer?
ac asked:
I am trying to create a simple home network between a Windows 2000 computer & a Windows XP computer using a crossover cable. I have tried to assign them both to the same workgroup, but to no avail. They just cannot find each other.
Related posts:
- How do I set up printer sharing on a home network? wakesetter14 asked: I currently have a wireless network at home,...
- My computer silently downloads about 175 MB/day. It is ezi_hnm2.exe (Dell Home Network Manager). Is it needed? Michal asked: Hello, I have a question regarding silent downloads...
- Why is my connection to the internet faster than to another computer on my home network? G asked: I tested this downloading a 5 Mg file...
- Within my home network, I cannot remotely shutdown a computer. How can I set it up so that I can do so? R. Rivera asked: Whenever I run the command prompt within...
- How do I establish a network between the computers in my home? capital vice asked: I want to establish a network that...
Filed Under Computer Networking |
Tagged With Computer Cable, Win Xp, Windows 2000
Comments
2 Responses to “How do I create a home network between a Win 2000 & Win XP computer?”
Edit your host file (C:\windows\system32\drivers\etc\hosts) and add both computers into the file. The entries should look like:
192.168.1.111 computer1
192.168.1.112 computer2
Of course, use the correct IP address and computer names. Then issue the following command from a command prompt:
nbtstat -R
Hi
Make sure your ethernet adapter is not set up as DHCP client.
And setup the IPs by yourself with both computer on the same network.
pc1 : IP - 192.168.0.1 Subnet Mask - 255.255.255.0
pc2 : IP - 192.168.0.2 Subnet Mask - 255.255.255.0
To do this:
Right click My Network Places - Properties
Right click on your network adapter - Properties
Mark “Internet Protocol or TCP/IP” and click Properties
Good luck!