Re: KVM with vlanid: 4095

2016-08-26 Thread Pierre-Luc Dion
That's working fairly straight forward! did create a shared network that use the vlan tag 4095 with the KVM label set to the bridge name for the physical interface and it worked ! Thanks Ilya for the tips! On Tue, Aug 23, 2016 at 9:45 AM, Pierre-Luc Dion wrote: > Thanks Ilya, > > I'll test

Re: KVM with vlanid: 4095

2016-08-23 Thread Pierre-Luc Dion
Thanks Ilya, I'll test that, I'm still wondering how to create the network offering in cloudstack shared or guest network, I'll keep you posted... On Fri, Aug 19, 2016 at 9:46 PM, ilya wrote: > And interface config would look like this > > root@rn2-gcs-np-pod14-lhv20:/etc/sysconfig/network

Re: KVM with vlanid: 4095

2016-08-19 Thread ilya
And interface config would look like this root@rn2-gcs-np-pod14-lhv20:/etc/sysconfig/network-scripts# cat ifcfg-ens1f0 DEVICE=ens1f0 ONBOOT=yes BOOTPROTO=none USERCTL=no PEERDNS=no BRIDGE=brens1f0-4095 It needs to be referenced in cloudstack under physical network - i assume for guest networks -

Re: KVM with vlanid: 4095

2016-08-19 Thread ilya
We have this working in 4.5 with kvm. You need to setup a bridge with 4095 in its name.. I looked up my notes and i was setting up like this root@rn2-gcs-np-pod14-lhv20:/etc/sysconfig/network-scripts# cat brens1f0-4095 DEVICE=brens1f0-4095 BOOTPROTO=none ONBOOT=yes TYPE=Bridge DELAY=0 note "en

KVM with vlanid: 4095

2016-08-19 Thread Pierre-Luc Dion
Hi, I've found this new feature from 4.6.0 [1]; Did anyone make it worked? How can I setup a network that would do a 802.1q trunk passthrough ? Do I create a share network or a regular guest network? I presume it's not working for simple network ? I would like to use that capability on 4.9.0 + K