###Prox VS7/8/9 Networking: ###Assuming 10.5.0.57, 10.5.0.58, 10.5.0.59 for LAN access ###Run netstat -i to view MTU ### PHYSICAL ADAPTERS auto lo iface lo inet loopback ###Assume 0123 are onboard and 4567 are riser ###iSCSI SAN interfaces auto eth0 iface eth0 inet static address 10.200.100.49 netmask 255.255.255.0 auto eth1 iface eth1 inet static address 10.200.100.149 netmask 255.255.255.0 ###LAN interfaces iface eth2 inet manual iface eth3 inet manual ###Server and Backup interfaces iface eth4 inet manual iface eth5 inet manual ###Other interfaces iface eth6 inet manual #iface eth7 inet manual ### BONDS #LAN Bond auto bond2 iface bond2 inet manual slaves eth2 eth3 bond_miimon 100 # bond_mode balance-rr bond_mode 802.3ad #Vmotion Bond auto bond3 iface bond3 inet manual slaves eth4 eth5 bond_mode balance-rr #SAN iSCSI admin Bond auto bond4 iface bond4 inet manual slaves eth6 ### BRIDGE INTERFACES pre-up ifconfig eth0 mtu 9000 pre-up ifconfig eth1 mtu 9000 #LAN Bridge auto vmbr2 iface vmbr2 inet static address 10.5.0.49 netmask 255.255.255.0 gateway 10.5.0.6 bridge_ports bond2 bridge_stp off bridge_maxwait 0 bridge_maxage 0 bridge_ageing 0 bridge_fd 0 #VMotion Bridge auto vmbr3 iface vmbr3 inet static address 10.200.200.49 netmask 255.255.255.0 bridge_ports bond3 bridge_stp off bridge_maxwait 0 bridge_maxage 0 bridge_ageing 0 bridge_fd 0 pre-up ifconfig eth4 mtu 9000 pre-up ifconfig eth5 mtu 9000 post-up ifconfig vmbr3 mtu 9000 #SAN Bridge for iSCSI administration auto vmbr4 iface vmbr4 inet manual address 10.200.100.9 netmask 255.255.255.0 bridge_ports bond4 bridge_stp off bridge_fd 0