C
coffe
Guest
IS setting up our new servers is now trying to solve how to use jumboframes on backbone network.
my interfaces:
# network interface settings
auto lo
iface lo inet loopback
iface eth0 inet manual
iface eth1 inet manual
iface eth2 inet manual
mtu 9000
iface eth3 inet manual
mtu 9000
auto bond0
iface bond0 inet manual
slaves eth2 eth3
bond_miimon 100
bond_mode 802.3ad
mtu 9000
auto vmbr0
iface vmbr0 inet static
address 192.168.17.29
netmask 255.255.255.0
gateway 192.168.17.1
bridge_ports eth0
bridge_stp off
bridge_fd 0
auto vmbr1
iface vmbr1 inet static
address 192.168.99.29
netmask 255.255.255.0
bridge_ports bond0
bridge_stp off
bridge_fd 0
mtu 9000
But, after boot, all interfaces are have mtu = 1500.
my interfaces:
# network interface settings
auto lo
iface lo inet loopback
iface eth0 inet manual
iface eth1 inet manual
iface eth2 inet manual
mtu 9000
iface eth3 inet manual
mtu 9000
auto bond0
iface bond0 inet manual
slaves eth2 eth3
bond_miimon 100
bond_mode 802.3ad
mtu 9000
auto vmbr0
iface vmbr0 inet static
address 192.168.17.29
netmask 255.255.255.0
gateway 192.168.17.1
bridge_ports eth0
bridge_stp off
bridge_fd 0
auto vmbr1
iface vmbr1 inet static
address 192.168.99.29
netmask 255.255.255.0
bridge_ports bond0
bridge_stp off
bridge_fd 0
mtu 9000
But, after boot, all interfaces are have mtu = 1500.