All about unix linux freebsd and FAQ for Packetlove.com Web hosting , Mail hosting , VoIP + IP PBX server > Trick เกี่ยวกับการแก้ปัญหา เกี่ยวกับ compiler gcc c++ c build make install

Jumbo Frame (MTU 9000) ใน linux ทำเพื่ออะไร

(1/1)

golfreeze:
Jumbo Frame (MTU 9000) ใน linux ทำเพื่ออะไร

Jumbo Frame (MTU 9000)
The RPN network support Jumbo Frames, this means you can configure your network adapter with MTU 9000.
The performance gain can reach up to 20% on resource-intensive applications such as iSCSI, NFS, and DRDB.
To know your current MTU you need to type:

#ifconfig eth2 | grep MTU



Modification of the MTU to 9000
Linux
=== Debian / Ubuntu ===
In the file /etc/network/interfaces you need to add

  auto eth2
  iface eth2 inet dhcp
  mtu 9000
and type

#ifup eth2 
or

#/etc/init.d/networking restart
=== Centos ===
In the file /etc/sysconfig/network-scripts/ifcfg-ethX you need to add (X = the number of the interface)

  MTU="9000"
and restart the network

#service network restart

Windows
To modify the MTU in Windows, we recommend the following software which makes the change very easy: http://www.clubic.com/telecharger-fiche305576-tcp-optimizer.html

> Launch the software
> Click on "Custom"
> In "Network adaptater selection" select the network adapter of the RPN
> Change the MTU value to 9000
> Click on "Apply change"

นำร่อง

[0] ดัชนีข้อความ

Go to full version