Hi..
Using the web gui, in poroxmox 4, I created bond bridge; bond0 with two NICs (eth0, eth1) and vmbr0 with port bond0, as follows:
# network interface settings
auto lo
iface lo inet loopback
iface eth0 inet manual
iface eth1 inet manual
auto bond0
iface bond0 inet manual...