[PVE-User] Network optimization: ethtool and jumbo frames...

Alexandre DERUMIER aderumier at odiso.com
Thu May 19 17:45:06 CEST 2016


>>Yeah, I've never been able to get Jumbo frames working correctly in the 
>>past. So many places in the chain where it can go wrong ...


here an working mtu 9000 setup, with eth,bond and vmbr.



auto eth4
iface eth4 inet manual
        mtu 9000

auto eth5
iface eth5 inet manual
        mtu 9000

auto bond0
iface bond0 inet manual
        bond-mode 4
        bond-miimon 100
        bond-lacp_rate fast
        bond-xmit-hash-policy layer3+4
        slaves eth4 eth5
        pre-up ifup eth4 eth5
        post-down ifdown eth4 eth5
        mtu 9000


auto vmbr0
iface vmbr0 inet manual
        bridge_ports bond0
        bridge_stp off
        bridge_fd 0
        mtu 9000




----- Mail original -----
De: "Lindsay Mathieson" <lindsay.mathieson at gmail.com>
À: "proxmoxve" <pve-user at pve.proxmox.com>
Envoyé: Jeudi 19 Mai 2016 11:23:14
Objet: Re: [PVE-User] Network optimization: ethtool and jumbo frames...

On 19/05/2016 6:23 PM, Marco Gaiarin wrote: 
> There was no errors on logs, i've ended my test time and so i've 
> switched back removing jumbo frames. All went back as normal. 

Yeah, I've never been able to get Jumbo frames working correctly in the 
past. So many places in the chain where it can go wrong ... 

-- 
Lindsay Mathieson 

_______________________________________________ 
pve-user mailing list 
pve-user at pve.proxmox.com 
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user 



More information about the pve-user mailing list