Mike Pfaiffer wrote:
Leaving out the first couple of lines which just give the IP addresses, here is what I get for eth0.
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:2382801 errors:0 dropped:0 overruns:0 frame:392797
That is your problem. You are getting frame errors. On windows when you do an ipconfig do you see errors as well? error: means packets with bad CRC and frame: is the catchall for misformed frames.
It would interesting to look at the ifconfig on whoever you are talking with. If they are reporting frame errors on receive as well then there is something wrong with your NIC or drivers. Of course the router/switch could also be the problem.
-- Bill