Tony Firecloud �crivait : > makua:~# ping 10.0.0.3 > PING 10.0.0.3 (10.0.0.3): 56 data bytes > --- 10.0.0.3 ping statistics --- > 73 packets transmitted, 0 packets received, 100% packet loss
I would suggest you to try a "tcpdump -l -n -e -i eth0" on both side. I've got some similar problem for multiple reasons: - cable not working (bad cable or bad plug); - ethernet cards not working (bad driver, bad IRQ# or damaged card); - filtering (ipfwadm/ipchains/iptables); - routing (bad route, bad gateway, ...); - ... What I got with damaged cards is something shown using tcpdump, but with really bad MAC address (-e option with tcpdump). Regards, J.C. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

