liunx 修改MTU: 1. 查看MTU值 # cat /sys/class/net/eth0/mtu 2. 修改MTU值 # echo "1460" > /sys/class/net/eth0/mtu