If you're connecting the computers together directly (that is, not through a hub/switch/router), you need to make sure you are using a "crossover" Ethernet cable; the computers will not be able to communicate if you try to connect them using a standard Ethernet cable. The following link has a bit more information on the whole "crossover vs standard" cable issue, including pictures which will help you identify the difference between the two types of cable:
http://www.aptcommunications.com/ncode.htm
DMR
Wombat At Large
7,229 posts since Dec 2003
Reputation Points: 221
Solved Threads: 370
Hello,
Do an ifconfig on the linux laptop, and make sure the device is properly installed, and IP numbers properly configured.
Check the XP box to make sure that interface is up and properly configured.
You should be able to ping across the two of them.
Also ensure that there are no firewalls setup. XP SP2 is enabling a firewall that could be killing the traffic.
Christian
kc0arf
Posting Virtuoso
1,937 posts since Mar 2004
Reputation Points: 121
Solved Threads: 57
The only error message I get from RH is that the destination host is unreachable.
That can indicate a problem with the route/gateway settings on hte RH box.
Open a terminal window on the RH box, type the following command at the prompt, and post the command's output for us:
route
DMR
Wombat At Large
7,229 posts since Dec 2003
Reputation Points: 221
Solved Threads: 370
1. As Christian asked, can you post the results of running the "ifconfig" command on the RH box please?
2. 169.254.0.0- * - 255.255.0.0 - U - 0 - 0 -0 eth0
The above entry in your routing table comes from DHCP auto-configuration. Since you're using staic IP addressing, it shouldn't be there. It might just be a leftover entry from your previous configuration changes, but it might also be a sign of a current conflict.
From the RH box, please post the contents of your /etc/sysconfig/network-scripts/ifcfg-eth0 and /etc/sysconfig/network files.
DMR
Wombat At Large
7,229 posts since Dec 2003
Reputation Points: 221
Solved Threads: 370
Hmm... that all looks good to me; I'd think you should at least be able to ping at this point.
Just to really eliminate this possibility- turn off XP's firewall entirely. After disabling the firewall it might be a good idea to reboot just to make sure that all components of the firewall have been shutdown. If you're worried about leaving yourself vulnerable, just physically disconnect the XP machine from your DSL modem during the test.
DMR
Wombat At Large
7,229 posts since Dec 2003
Reputation Points: 221
Solved Threads: 370
Gosh how I love windows. Turned XP's firewall off...
I know what you mean. I've had more weird, flaky experiences with that @#$*% firewall than I care to think about....
Glad you at least got it happening, though. :)
DMR
Wombat At Large
7,229 posts since Dec 2003
Reputation Points: 221
Solved Threads: 370