Hello:
Recently I installed Proxmox 3.0 in a testing server. The server has 2 physical interfaces and I need to configure a bond between the 2 interfaces and propagate vlans over the bond, to assign diferent vlans to different vms. Before I configured LACP (802.3ad) and trunking in the ports that connect to the server's interfaces.
I read this wiki entries:
[1] http://pve.proxmox.com/wiki/Vlan
[2] http://pve.proxmox.com/wiki/Vlans
[3] http://pve.proxmox.com/wiki/Network_Model
[1] Says:
Proxmox 2.X doesn't require (but it is still possible) to create separate virtual bridges (vmbr) for each vlan on a host machine (so it doesn't require reboot anymore)
I configured through the web interface a bond between eth0 and eth1, then I added bond0 as unique member of vmbr1. Then I defined the virtual machine network settings and configured the vlan tag to 20, but when I try to start the vm it stops with the next error:
Why do it complain about "no physical interface in vmbr1?
Do I need to add the vlan to /etc/network/interfaces (vlan-raw-device bond0, etc...)?
Any help is welcomed
Regards
Federico
PS: Sorry for my basic English, it is not my native language.
Recently I installed Proxmox 3.0 in a testing server. The server has 2 physical interfaces and I need to configure a bond between the 2 interfaces and propagate vlans over the bond, to assign diferent vlans to different vms. Before I configured LACP (802.3ad) and trunking in the ports that connect to the server's interfaces.
I read this wiki entries:
[1] http://pve.proxmox.com/wiki/Vlan
[2] http://pve.proxmox.com/wiki/Vlans
[3] http://pve.proxmox.com/wiki/Network_Model
[1] Says:
Quote:
Proxmox 2.X doesn't require (but it is still possible) to create separate virtual bridges (vmbr) for each vlan on a host machine (so it doesn't require reboot anymore)
I configured through the web interface a bond between eth0 and eth1, then I added bond0 as unique member of vmbr1. Then I defined the virtual machine network settings and configured the vlan tag to 20, but when I try to start the vm it stops with the next error:
Code:
no physical interface on bridge 'vmbr1'
/var/lib/qemu-server/pve-bridge: could not launch network script
kvm: -netdev type=tap,id=net0,ifname=tap109i0,script=/var/lib/qemu-server/pve-bridge,vhost=on: Device 'tap' could not be initialized
Why do it complain about "no physical interface in vmbr1?
Do I need to add the vlan to /etc/network/interfaces (vlan-raw-device bond0, etc...)?
Any help is welcomed
Regards
Federico
PS: Sorry for my basic English, it is not my native language.