Re: Help with host network config KVM + Centos

2013-09-20 Thread Ron Wheeler
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 special setup of any kind. Thanks, Dave Date: Tue, 17 Sep 2013 22:05:32 -0700 From: dj_dark_jungl...@yahoo.com Subject: Help with host network config KVM

RE: Help with host network config KVM + Centos

2013-09-20 Thread David Ortiz
special setup of any kind. Thanks, Dave Date: Tue, 17 Sep 2013 22:05:32 -0700 From: dj_dark_jungl...@yahoo.com Subject: Help with host network config KVM + Centos To: users@cloudstack.apache.org Hi all, I have a single centOS 6.4 KVM host with two NICs eth0: 192.168.100.131/24 GW

Re: Help with host network config KVM + Centos

2013-09-20 Thread Kirk Kosinski
kind. Thanks, Dave Date: Tue, 17 Sep 2013 22:05:32 -0700 From: dj_dark_jungl...@yahoo.com Subject: Help with host network config KVM + Centos To: users@cloudstack.apache.org Hi all, I have a single centOS 6.4 KVM host with two NICs eth0: 192.168.100.131/24 GW 192.168.100.254

Help with host network config KVM + Centos

2013-09-17 Thread Jake G.
Hi all, I have a single centOS 6.4 KVM host with two NICs eth0: 192.168.100.131/24 GW 192.168.100.254 is for public access (internet access) eth1: 10.3.9.50/8 no GW is for management access Could someone please help me with the initial configuration to work with KVM and Cloudstack? This

RE: Help with host network config KVM + Centos

2013-09-06 Thread Sanjeev Neelarapu
- From: Jake G. [mailto:dj_dark_jungl...@yahoo.com] Sent: Friday, September 06, 2013 10:05 AM To: users@cloudstack.apache.org Subject: Help with host network config KVM + Centos Hi all, I have a single centOS 6.4 KVM host with two NICs eth0: 192.168.100.131/24 GW 192.168.100.254 is for public

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

Help with host network config KVM + Centos

2013-09-05 Thread Jake G.
Hi all, I have a single centOS 6.4 KVM host with two NICs eth0: 192.168.100.131/24 GW 192.168.100.254 is for public access (internet access) eth1: 10.3.9.50/8 no GW is for management access Could someone please help me with the initial configuration to work with KVM and Cloudstack? This setup