Is this a dual-boot machine:
Are both operating systems (Windows XP and Linux) on the same machine?
Is your windows installation using a static or a DHCP assigned IP address?
If a dual-boot machine, then you can use the same IP address when booting into Linux.
From the command line type:
Code:
ifconfig eth0 192.168.0.35 up netmask 255.255.255.0
route add default gw 192.168.0.1 dev eth0
If not a dual-boot machine, then you will need another IP address on the same network, which is not being used, for example 192.168.0.36
Check from the windows machine to see if this address is being used
From the DOS prompt:
If this is on a network maintained by someone other than yourself, please check with your network administrator first.