Re: [ovs-discuss] Question about setting Open vSwitch on top of CentOS with XEN support

2011-07-11 Thread
On Tue, Jul 12, 2011 at 2:35 AM, Ben Pfaff wrote: > On Tue, Jul 12, 2011 at 02:28:04AM +0800, ??? wrote: > > my situation: > > with KVM, both HOST and GUESTs work fine. > > with XEN, HOST's configuration is okay, but GUESTs (aka Dom-U), can't > > start as normal. > > > > could anyone of you g

Re: [ovs-discuss] Question about setting Open vSwitch on top of CentOS with XEN support

2011-07-11 Thread Ben Pfaff
On Tue, Jul 12, 2011 at 02:28:04AM +0800, ??? wrote: > my situation: > with KVM, both HOST and GUESTs work fine. > with XEN, HOST's configuration is okay, but GUESTs (aka Dom-U), can't > start as normal. > > could anyone of you give me some examples, or just hint? I don't use Xen outside of X

Re: [ovs-discuss] Question about setting Open vSwitch on top of CentOS with XEN support

2011-07-11 Thread
On Tue, Jul 12, 2011 at 12:32 AM, Ben Pfaff wrote: > On Sun, Jul 10, 2011 at 04:45:23AM +0800, ??? wrote: > > Is these commands right for Dom-0's configuration? > > Looks good. > > > If it were right for Dom-0, what will be my next step for Dom-U's network > > configuration, any suggestion? > > N

Re: [ovs-discuss] Question about setting Open vSwitch on top of CentOS with XEN support

2011-07-11 Thread Ben Pfaff
On Sun, Jul 10, 2011 at 04:45:23AM +0800, ??? wrote: > Is these commands right for Dom-0's configuration? Looks good. > If it were right for Dom-0, what will be my next step for Dom-U's network > configuration, any suggestion? Normally to configure a DomU you would add it to the bridge:

Re: [ovs-discuss] Question about setting Open vSwitch on top of CentOS with XEN support

2011-07-09 Thread
On Sun, Jul 10, 2011 at 4:11 AM, Ben Pfaff wrote: > It's probably a bridge port on a Linux bridge. You need to disable > whatever is creating that and make it use Open vSwitch instead. > > You need to do that before anything else will make sense. > Thanks for answering my question, that's real

Re: [ovs-discuss] Question about setting Open vSwitch on top of CentOS with XEN support

2011-07-09 Thread Ben Pfaff
On Sun, Jul 10, 2011 at 03:24:37AM +0800, 沒 wrote: > On Sun, Jul 10, 2011 at 2:36 AM, Ben Pfaff wrote: > > > On Sun, Jul 10, 2011 at 02:26:01AM +0800, 沒 wrote: > > > * first question * > > > if I want to make Domain-0 link to be connected, which port should I > > attach > > > to the virtual bridg

Re: [ovs-discuss] Question about setting Open vSwitch on top of CentOS with XEN support

2011-07-09 Thread
On Sun, Jul 10, 2011 at 2:36 AM, Ben Pfaff wrote: > On Sun, Jul 10, 2011 at 02:26:01AM +0800, 沒 wrote: > > * first question * > > if I want to make Domain-0 link to be connected, which port should I > attach > > to the virtual bridge... eth0? or peth0? > > I don't understand this question. You h

Re: [ovs-discuss] Question about setting Open vSwitch on top of CentOS with XEN support

2011-07-09 Thread Sébastien Riccio
On 09.07.2011 20:51, Ben Pfaff wrote: On Sat, Jul 09, 2011 at 08:44:34PM +0200, Sébastien Riccio wrote: Actually i'm interested to this question too. I'm trying to modify xen network scripts in order to have it bind the vif to the right bridge and with the right vlan tag (if using a bridge with

Re: [ovs-discuss] Question about setting Open vSwitch on top of CentOS with XEN support

2011-07-09 Thread Ben Pfaff
On Sat, Jul 09, 2011 at 08:44:34PM +0200, Sébastien Riccio wrote: > Actually i'm interested to this question too. I'm trying to modify > xen network scripts in > order to have it bind the vif to the right bridge and with the right > vlan tag (if using a > bridge with trunk ports). It's a question

Re: [ovs-discuss] Question about setting Open vSwitch on top of CentOS with XEN support

2011-07-09 Thread Sébastien Riccio
On 09.07.2011 20:44, Sébastien Riccio wrote: Actually i'm interested to this question too. I'm trying to modify xen network scripts in order to have it bind the vif to the right bridge and with the right vlan tag (if using a bridge with trunk ports). I found that slackware has some interesting

Re: [ovs-discuss] Question about setting Open vSwitch on top of CentOS with XEN support

2011-07-09 Thread Sébastien Riccio
Actually i'm interested to this question too. I'm trying to modify xen network scripts in order to have it bind the vif to the right bridge and with the right vlan tag (if using a bridge with trunk ports). I found that slackware has some interesting scripts here: http://palembang-slackers.org/

Re: [ovs-discuss] Question about setting Open vSwitch on top of CentOS with XEN support

2011-07-09 Thread Ben Pfaff
On Sun, Jul 10, 2011 at 02:26:01AM +0800, 沒 wrote: > * first question * > if I want to make Domain-0 link to be connected, which port should I attach > to the virtual bridge... eth0? or peth0? I don't understand this question. You have one Ethernet port. Attach that one to vbr0. Where does the

[ovs-discuss] Question about setting Open vSwitch on top of CentOS with XEN support

2011-07-09 Thread
Hi everyone, I'm a very newbie of Open vSwitch user, recently, I'm working on some research about Open vSwitch, and I got some questions. here is the description of my system setup: CentOS 5.6 Final (x86_64) with Xen Support (through: yum groupinstall "Virtualization") Open vSwitch v1.1.1 (downl