Hi All
I have only 2 Nic interfaces. I want configure proxmox 4.4 using bond configuration.
Follow post my actually interfaces configuration.
switch in Trunk mode.
thanks in advance for your help!
I have only 2 Nic interfaces. I want configure proxmox 4.4 using bond configuration.
Follow post my actually interfaces configuration.
switch in Trunk mode.
Code:
auto lo
iface lo inet loopback
iface eth0 inet manual
mtu 9000
iface eth1 inet manual
mtu 9000
auto bond0
iface bond0 inet manual
slaves eth0 eth1
bond_miimon 100
bond_mode 802.3ad
mtu 9000
auto vmbr0
iface vmbr0 inet static
address 10.2.253.111
netmask 255.255.255.0
gateway 10.2.253.1
bridge_ports bond0
bridge_stp off
bridge_fd 0
#bridge_vlan_aware yes
mtu 9000
auto vmbr1
iface vmbr1 inet manual
bridge_ports bond0
bridge_stp off
bridge_fd 0
mtu 9000
auto vmbr2
iface vmbr2 inet manual
bridge_ports bond0
bridge_stp off
bridge_fd 0
mtu 9000
thanks in advance for your help!