Re: Help with host network config KVM + Centos

2013-09-20 Thread Ron Wheeler
This is what I was trying to do without success as well. More details greatly appreciated! Ron On 20/09/2013 11:26 AM, David Ortiz wrote: Jake, Are you trying to just get something up and running, or do you specifically want to divide traffic up in a certain way? If the former, I

RE: Help with host network config KVM + Centos

2013-09-20 Thread David Ortiz
Jake, Are you trying to just get something up and running, or do you specifically want to divide traffic up in a certain way? If the former, I believe I was able to set my hosts up with just the bridge setup pointing at eth0 without any sort of VLANs. It was either that, or without

Re: Help with host network config KVM + Centos

2013-09-20 Thread Kirk Kosinski
Open vSwitch is not required. For this configuration I don't think any special configuration is required on the host or in CloudStack. Try simply adding the host. CloudStack should detect the default gateway on eth0 and create the necessary bridge on it. All traffic types will use that bridge

RE: Help with host network config KVM + Centos

2013-09-06 Thread Sanjeev Neelarapu
Hi, You need to configure two bridges say cloudbr0 and cloudbr1 using the two interfaces present on the KVM host. Use these bridge names as traffic labels in the Physical Network you create during zone creation in CloudStack. Eg. If cloudbr0 is on eth0 and cloudbr1 is on eth1 then use

Re: Help with host network config KVM + Centos

2013-09-06 Thread Jake G.
PM Subject: RE: Help with host network config KVM + Centos Hi, You need to configure two bridges say cloudbr0 and cloudbr1 using the two interfaces present on the KVM host. Use these bridge names as traffic labels in the Physical Network you create during zone creation in CloudStack. Eg

RE: Help with host network config KVM + Centos

2013-09-06 Thread Sanjeev Neelarapu
Yes From: Jake G. [mailto:dj_dark_jungl...@yahoo.com] Sent: Friday, September 06, 2013 12:20 PM To: Sanjeev Neelarapu; users@cloudstack.apache.org Subject: Re: Help with host network config KVM + Centos Thank you very much for this. Are you using openvswitch for this config

Re: Help with host network config KVM + Centos

2013-09-06 Thread Nguyen Anh Tu
2013/9/6 Sanjeev Neelarapu sanjeev.neelar...@citrix.com /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0 BOOTPROTO=none IPV6INIT=no NM_CONTROLLED=no ONBOOT=yes TYPE=OVSPort DEVICETYPE=ovs OVS_BRIDGE=cloudbr0 /etc/sysconfig/network-scripts/ifcfg-eth1 DEVICE=eth1