On Wed, 12 Sep 2007 08:48:04 -0500, Ignoramus19897 wrote:
.... trimmed....
>>> So, the short of it is that there is much work to be done.
>>>
>>> i
>>
>> you didn't mention Jumbo Frames.
>>
>> IF ( BIG IF ) your Gigabit hardware supports 9K MTUs, you can get
>> a big boost if you set your MTU to 9000 on your nics.
>
> I think that it does support jumbo frames.
>
.... there is 'think' and 'does'.... say that you have 2 computers
connected via a switch... all 3 network devices have to support
jumbo frames. Until fairly recently, home network switches did NOT.
I don't think any of the NetGear nics support 9K jumbo frames...
some manuafactures claim jumbo frame support, but they are smaller
jumbo frames... 4.5K or 7K. I find it best when all the equipment
supports 9K Jumbo Frames. Some 'versions' of switches support
jumbo frames and other versions of the same switch do not. You really
need to look at the specs of the equipment you have to figure out if
this will work or not.
>> I'll post some numbers from my setup in the next couple of days.
>
> How do you set MTU? That would only work for local destinations,
> right? It would not work for connections outside of my home LAN?
>
ifconfig eth0 down
ifconfig eth0 mtu 9000
ifconfig eth0 up
ifconfig eth0 | grep MTU
should then show:
UP BROADCAST RUNNING MULTICAST MTU:9000 Metric:1
if your 9K Jumbo Frame MTU is not working... you'll get something like
ssh remote_host
prompt# dmesg
....about 1500 bytes of output from the command
....
and then the session will hang..... you'll have to kill the session and
set the MTU back to the default ( 1500 )
jack
> i
--
D.A.M. - Mothers Against Dyslexia
see
http://www.jacksnodgrass.com for my contact info.
jack - Grapevine/Richardson