Re: Packet capture question

From: robm <rob.merritt_at_no.spam.please>
Date: Wed Jan 03 2007 - 11:55:24 CST

Hmmm this might have worked too , ethtool is a pretty cool utility

Scott Walde wrote:

> Rob wrote:
>
>> I am dd(ing) via netcat a partition (from a host to a vm) and I am
>> getting alot
>> of sender acks whith No-Ops I am assuming this is not normal anyone
>> have some
>> input
>> Sender:
>> dd if=dev/sda7 | nc xxx.xxx.xxx.xxx 9000
>> Reciever: (here i get the nop)
>> nc -l -p 9000 | dd of=/dev/sda7
>>
>>
>
> I'm not sure if this would have anything to do with your problem, but
> I was having some really serious network issues between a VMWare WinXP
> VM and it's Linux host until I ran the following commands on the host:
> /usr/sbin/ethtool -K eth0 tso off
> /usr/sbin/ethtool -K eth0 tx off
>
> I don't honestly have a clue what they mean, or what they do, but they
> solved my issue.
>
> ttyl
> srw
>
>
> --
> "OK, so I've installed Linux. Now, where's all the free beer I keep
> hearing about?"
>
> To unsubscribe, send a message with the word "unsubscribe" (without the
> quotes) in the body to linux-request@slg.org
> Archives are at http://list.slg.org/
Received on Wed Jan 3 11:56:11 2007

This archive was generated by hypermail 2.1.8 : Wed Jan 03 2007 - 11:56:17 CST