| Kinda complicated, but not too complicated.
If one or both of the machines has an auto-MDX ethernet port then a standard Ethernet cable then a regular Ethernet cable can be used otherwise a crossover cable can be used to connect the machines.
If both machines are connected together and the firewall configured properly and DHCP is used to get an IP address, both machines should get IP addresses in the range of 169.254.x.y. You can use the cmd prompt:
ipconfig /all
to find the IP address of the current machine. Go to the other machine and from the cmd prompt ping <ip address of the other machine>, e.g. ping 169.254.10.3. It should be sucessful.
Look up on the internet Windows Networking, Filesharing and firewall to sort through the other info.
This can typically give you the fastest connection when transferring from one machine to the other. It's not the only way. |