Re: [PVE-User] VLANs

2017-02-28 Thread Dimitri Alexandris
This was posted in the list, a couple of weeks before: QUOTE Hi all, And interesting research study I came across seems to indicate that OpenVSwitch based network is superior to Linux Bridge based network in virtual setups: https://www.hindawi.com/journals/jece/2016/5249421/ -- Hilsen/Regards

Re: [PVE-User] VLANs

2017-02-28 Thread Uwe Sauter
Hi Dimitri, Am 28.02.2017 um 19:51 schrieb Dimitri Alexandris: > Since you know how to make a bond (switch + proxmox settings), you should > learn and use Openvswitch: > > https://pve.proxmox.com/wiki/Open_vSwitch > > It's a faster and more elegant solution. I use it exclusively now with >

Re: [PVE-User] VLANs

2017-02-28 Thread Dimitri Alexandris
Since you know how to make a bond (switch + proxmox settings), you should learn and use Openvswitch: https://pve.proxmox.com/wiki/Open_vSwitch It's a faster and more elegant solution. I use it exclusively now with every Proxmox i run. 1- Install it via console: apt install openvswitch-switch

Re: [PVE-User] VLANs

2017-02-28 Thread Daniel
Hi, looks perfect. I think i can adobt this to bond interfaces as well. -- GrĂ¼sse Daniel Am 28.02.17, 17:36 schrieb "pve-user im Auftrag von Uwe Sauter" : I have a setup where I don't use Proxmox own VLAN

Re: [PVE-User] VLANs

2017-02-28 Thread Uwe Sauter
I have a setup where I don't use Proxmox own VLAN management but have one bridge per VLAN that I use: /etc/network/interfaces ### auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.253.200 netmask 255.255.255.0 gateway 192.168.253.254 auto