Connecting Two Computers via Ethernet

Connecting Two Computers via Ethernet
Page content

Connecting Two Computers

Connecting two computers without using a switch or router is actually pretty straightforward. Apart from having two network capable computers you only need some Ethernet crossover cable and ten minutes of your time to get everything up and running.

Assuming both machines have fully functioning network ports, just connect them using the crossover cable. You need to make sure it is actually crossover, and not straight Ethernet. The easiest way to tell, if you have cable lying around, is to check the colors of the connections. If it is a straight through Ethernet cable, the colors will be the same at either end. In a crossover, they will be different.

In a networking environment, the router or switch port will do the crossover internally. As there is no network device in a client to client connection you have to do it manually.

If you want to turn a straight through into a crossover you will need to cut one end, get a new RJ45 connector then change the order in which they are wired. Refer to the diagram for the wiring order of a crossover cable.

Once you have the cable either bought or made, connect the two machines together and boot them up if you haven’t already.

The vast majority of machines acquire their IP addresses via DHCP, either from a router or domain controller. Because of this we will need to manually assign each machine an IP address in order for it to be able to talk to the other.

So let’s take machine A and set the IP address manually. In Windows this is through Control Panel, Network and Internet, then either Network and Sharing Center, Local Area Connection or right click the network device. Then choose Properties, highlight IPv4 in the little window, then select Properties.

Set IP Addresses

From here you can change the IP address from Automatic to Manual and input one. In the example I used 10.1.1.1 with a subnet mask of 255.255.255.0. Click okay to save the configuration and close all the windows.

Manual IP Address Set

Repeat this on the other machine, only set the IP address to 10.1.1.2 with a subnet mask of 255.255.255.0. Don’t worry too much about the subnet mask here, as it bears no relevance to the settings. You just have to enter something in the box that is relevant to the IP address.

Manual IP Address Set

Once both machines are configured, ping from one to the other using a CMD window. Open a command line window and types “ping 10.1.1.2” or “ping 10.1.1.1” depending on which machine you’re sitting at. You want to ping the other machine so use whichever IP address is relevant.

You should then see “Reply from 10.1.1.1: bytes-32 time<1ms TTL=128” or something like that. If you do, you’re all done.

If you don’t, then try resetting the IP addresses on both machines and trying ping again. If you made your own cable, check the connections against the image above and make sure the connections are tight.

That, in a nutshell is how to connect two computers together using Ethernet cable.