Hello , i need to set the MTU to 9000 in my proxmox servers , wich one is the best deal
auto bond1
iface bond1 inet manual
slaves eth1 eth2
bond_miimon 100
bond_mode balance-rr
auto vmbr1
iface vmbr1 inet static
address 192.168.6.201
netmask 255.255.255.0
bridge_ports bond1
bridge_stp off
bridge_fd 0
i have to use this pre-up ifconfig vmbr1 mtu 9000 or pre-up ifconfig bond0 mtu 9000
in this network i have my storage with nappit with mtu 9000 and switch set to 9000
thx for the advise
auto bond1
iface bond1 inet manual
slaves eth1 eth2
bond_miimon 100
bond_mode balance-rr
auto vmbr1
iface vmbr1 inet static
address 192.168.6.201
netmask 255.255.255.0
bridge_ports bond1
bridge_stp off
bridge_fd 0
i have to use this pre-up ifconfig vmbr1 mtu 9000 or pre-up ifconfig bond0 mtu 9000
in this network i have my storage with nappit with mtu 9000 and switch set to 9000
thx for the advise