Author Topic: (Solved) connect to winxp pro with crossover cable  (Read 501 times)

jx73by

  • Guest
(Solved) connect to winxp pro with crossover cable
« on: May 14, 2010, 02:06:27 PM »
Hello !

I am using 2010 kde and am trying to connect to a winxp machine using a crossover cable.  So far no luck.

Does anyone have any idea on how to accomplish this ?
I have 2 Ethernet cards 1 for internet and other for the crossover cable to winxp machine

Thanks in advance for your time
« Last Edit: May 14, 2010, 03:49:48 PM by jx73by »

Offline DeBaas

  • Hero Member
  • *****
  • Posts: 1532
    • PCLinuxOS.nl
Re: connect to winxp pro with crossover cable
« Reply #1 on: May 14, 2010, 02:41:07 PM »
Without a DHCP server you have to configure Linux network to the same IP range as your Win machine.
When Win does not find a DHCP option it's assigning itself an IP address (don't know the range)
Linux does not, so you have to add an IP address where the 3 first parts are the same as Windows's
The 4th number must be different.
Example 192.168.0.40 for your Win, 192.168.0.41 Linux.
For sharing files on your Linux engine, install Samba server, share the desired map and don't forget to set the properties from that map and files right.

Ed
« Last Edit: May 14, 2010, 02:45:11 PM by DeBaas »

jx73by

  • Guest
Re: connect to winxp pro with crossover cable
« Reply #2 on: May 14, 2010, 03:48:14 PM »
ok thanks i will try it