Author Topic: Jumbo Frame (MTU 9000) ใน linux ทำเพื่ออะไร  (Read 5687 times)

golfreeze

  • Administrator
  • Hero Member
  • *****
  • Posts: 2140
    • View Profile
    • นั่งสมาธิ สติปัฏฐานสี่ พาเที่ยววัด แนะนำวัด แจกcd ธรรมะฟรี
    • Email
Jumbo Frame (MTU 9000) ใน linux ทำเพื่ออะไร
« on: มกราคม 16, 2019, 07:47:02 PM »
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"