Networking through crossover cable

I have tried connecting two computers using a crossover cable, after setting up the necessary configurations and plugging in the crossover cable on both computers a notification appeared on PC1 saying that it’s acquiring network address while PC2 has no response. Then after few seconds PC1 stops acquiring network address and has changed it’s status to limited or no connectivity, still PC2 has no response at all.

Please help me with this problem.

Thank you
 
How exactly did you set things up? What were the steps?

What I normally do is connect the two PC's and then set their IPs to something like 192.168.2.1 and 192.168.2.2. You won't have anything for DNS or Gateway.
 
If you are attempting this setup
Code:
modem---(router?)---system#1----system#2
requires system#1 to enable Internet Connection Sharing (ICS).
If your router is at 192.168.0.1, then you'll have to change that to something like 192.168.1.1
as ICS will demand to have that address for itself on #1 and system#2 will get 192.168.0.2
 
Using the ICS setup, system#1 will enable routing and pass the DNS settings to system#2.
Without it, even with a manual setup on system#2, system#1 will not route traffic to system#2.

The much better setup is with a router
Code:
modem--router--- both systems #1 & #2
 
Back