2
0
I want to connect two laptops with a crossover Ethernet cable, in order to synchronize them with ntp
. One laptop runs Windows 7, the other one Ubuntu.
On Ubuntu, in order to assign a static IP address to an interface, I just do:
sudo ifconfig eth0 10.0.0.100 netmask 255.255.255.0
Is there a similar way for Windows, from the cmd
?
Also: Is there a command that allows me to set a prefered IP Address for an adapter?
– Ƭᴇcʜιᴇ007 – 2014-11-05T15:00:49.847Aim for one question per question please. :) FYI This secondary request: "is there anything else I should do for the two pc's to communicate?" is too broad, and is not really a problem you need to solve (yet). – Ƭᴇcʜιᴇ007 – 2014-11-05T15:02:07.057
yeah, you're right. I removed it. – Ricky Robinson – 2014-11-05T15:20:30.727