Quote:
Originally Posted by redbeard
1. Is there a direct LAN cable going between the 2 PC's or are they plugged into a switch? If the cable is run between 2 PC's, is it a cross over cable as that is what it needs to be. If it is not a cross over cable, I have noticed that most laptops will be able to auto cross back and make use of it but some laptops do not have this ability so start there.
|
If either one of the computers has a gigabit ethernet interface you can use whatever cable you have. It is a mandatory requirement of gigabit ports that they support automatic cable, duplex and speed identification.
If the PCs were both more than a couple of years old you almost certainly have a crossover cable.
Do not expect 100Mb ethernet ports to support auto cable, but they should support auto speed and duplex.
It is possible to set up one of the PCs as a pretend DHCP server by enabling internet sharing, but you'd be better off getting the ipconfig output from the one PC and configuring the other with a static address on the same subnet.
eg say one has:
Ethernet adapter Local Area Connection:
...
IPv4 Address. . . . . . . . . . . : 192.168.4.22
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.4.1
Then the other could be:
Ethernet adapter Local Area Connection:
...
IPv4 Address. . . . . . . . . . . : 192.168.4.23
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.4.1