Re: [ovs-discuss] why vm can't ping host eth1

2012-05-17 Thread Reid Price
One thing I have seen in the past: if ethX has an ip as well as brX, it usually means that routing will try to send traffic out ethX. That traffic will be dropped, since brX is now the one hooked up to the ip stack (not ethX). On May 17, 2555 BE, at 20:49, Robin Wang wrote: > eth1, sorry for t

Re: [ovs-discuss] why vm can't ping host eth1

2012-05-17 Thread Robin Wang
eth1, sorry for typo mistake. 在 2012-5-18 上午11:48,"Robin Wang" 写道: > Because uplink doesn't need IP address. Here eth0 is used to connect two > switches, one virtual, one physical. Thanks. > 在 2012-5-18 上午10:49,"Salman Malik" 写道: > >> Hi Dongsheng, >> >> Could you please tell me, why do we need t

Re: [ovs-discuss] why vm can't ping host eth1

2012-05-17 Thread Robin Wang
Because uplink doesn't need IP address. Here eth0 is used to connect two switches, one virtual, one physical. Thanks. 在 2012-5-18 上午10:49,"Salman Malik" 写道: > Hi Dongsheng, > > Could you please tell me, why do we need to clear up the eth1 IP address? > Does it interfere with the bridge ? If yes t

Re: [ovs-discuss] Question about queue mechanism of Openvswitch

2012-05-17 Thread Ethan Jackson
Open vSwitch does not implement Quality of Service (QoS) directly, instead it relies on the QoS mechanism built into the linux kernel. When Queues are configured using Open vSwitch, under the covers it simply configures these QoS mechanisms. > 1. How openvswitch implement queue in a port? I want t

Re: [ovs-discuss] Help needed on installing openvswitch-1.4.1

2012-05-17 Thread Dongsheng Song
On Fri, May 18, 2012 at 11:13 AM, YIMIN CHEN wrote: > Hi Dongsheng, > > I ran make twice as suggested. And now the module is built! Thank you > so much! What was the trick of doing make twice? > Maybe your system changed during this period, your can create a fresh work copy, then build again, I t

Re: [ovs-discuss] Help needed on installing openvswitch-1.4.1

2012-05-17 Thread YIMIN CHEN
Hi Dongsheng, I ran make twice as suggested. And now the module is built! Thank you so much! What was the trick of doing make twice? Output from 2nd make: -- make make all-recursive make[1]: Entering directory `/home/jason1/ymchen/openvswitch-1.4.1' Making all in

Re: [ovs-discuss] Help needed on installing openvswitch-1.4.1

2012-05-17 Thread Dongsheng Song
On Fri, May 18, 2012 at 10:58 AM, YIMIN CHEN wrote: > configure: creating ./config.status > config.status: creating Makefile > config.status: creating datapath/Makefile > config.status: creating datapath/linux/Kbuild > config.status: creating datapath/linux/Makefile > config.status: creating datap

Re: [ovs-discuss] Help needed on installing openvswitch-1.4.1

2012-05-17 Thread YIMIN CHEN
Hi Dongsheng, Here is the screen output requested: checking build number... none checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets

Re: [ovs-discuss] why vm can't ping host eth1

2012-05-17 Thread Dongsheng Song
On Fri, May 18, 2012 at 10:49 AM, Salman Malik wrote: > Hi Dongsheng, > > Could you please tell me, why do we need to clear up the eth1 IP address? > Does it interfere with the bridge ? If yes then how ? > Bridge management is a bit unclear to me so thats why I am asking. > Because it works:-) I

Re: [ovs-discuss] Help needed on installing openvswitch-1.4.1

2012-05-17 Thread Dongsheng Song
On Fri, May 18, 2012 at 10:34 AM, YIMIN CHEN wrote: > The build directory seems not empty. This is what I used to verify: > Please paste you screen output after configure : ./configure --enable-ssl \ --with-linux=/usr/src/linux-headers-`uname -r` \ --prefix=/usr --sysconfdir=/etc --local

Re: [ovs-discuss] why vm can't ping host eth1

2012-05-17 Thread Salman Malik
Hi Dongsheng, Could you please tell me, why do we need to clear up the eth1 IP address? Does it interfere with the bridge ? If yes then how ? Bridge management is a bit unclear to me so thats why I am asking. Thanks, Salman > From: dongsheng.s...@gmail.com > Date: Fri, 18 May 2012 10:32:23 +08

Re: [ovs-discuss] Help needed on installing openvswitch-1.4.1

2012-05-17 Thread YIMIN CHEN
Hi Dongsheng, Thank you very much for your reply! The build directory seems not empty. This is what I used to verify: openvswitch-1.4.1$ uname -r 2.6.32-37-generic openvswitch-1.4.1$ ls -la /lib/modules/2.6.32-37-generic/build/ total 772 drwxr-xr-x 7 root root 4096 2012-03-14 14:42 . drwxrws

Re: [ovs-discuss] why vm can't ping host eth1

2012-05-17 Thread Dongsheng Song
On Thu, May 17, 2012 at 7:12 PM, yue wang wrote: > > i think vm1/vm2/host are connected to each other by OVS, vm and host should > communicate with each other. Sure, please see another thread: http://openvswitch.org/pipermail/discuss/2012-May/007201.html You must clean ALL ip address on eth1, a

Re: [ovs-discuss] Help needed on installing openvswitch-1.4.1

2012-05-17 Thread Dongsheng Song
On Fri, May 18, 2012 at 9:59 AM, YIMIN CHEN wrote: > Hi, > openvswitch-1.4.1$ ./configure --with-linux=/lib/modules/`uname > -r`/build <== Is this step wrong? Please confirm you have installed the linux-headers package, is the directory 'b/modules/`uname -r`/build/' empty ? apt-get install linux

[ovs-discuss] Question about queue mechanism of Openvswitch

2012-05-17 Thread 星言 墨虚
Hi all,   Sorry to bother you.   I have 4 questions about queue.   1. How openvswitch implement queue in a port? I want to know the principle or idea rather than configuration method.   2. How could I set queue priority?   3. How does queue priority play a role in openvswitch? For example, if I

[ovs-discuss] Help needed on installing openvswitch-1.4.1

2012-05-17 Thread YIMIN CHEN
Hi, I am installing openvswitch 1.4 package on the ubuntu (first time installing package on linux for me). Following the instructions in INSTALL.Linux, I have done the following: openvswitch-1.4.1$ ./boot.sh openvswitch-1.4.1$ ./configure openvswitch-1.4.1$ ./configure --with-linux=/lib/modules/`

Re: [ovs-discuss] OVS doesn't detach LACP port immediately when link down

2012-05-17 Thread Dan Constantinescu
Thanks for the reply Ethan - everything you've said makes sense. I'll test with the code in branch-1.7 and let you know. -Original Message- From: Ethan Jackson [mailto:et...@nicira.com] Sent: Wednesday, May 16, 2012 6:09 PM To: Dan Constantinescu Cc: b...@openvswitch.org Subject: Re: [o

Re: [ovs-discuss] The limit of Open vSwitch obstruct us migrate from bridge-utils

2012-05-17 Thread Ben Pfaff
On Thu, May 17, 2012 at 03:46:24PM +0800, Dongsheng Song wrote: > But unlike br0 device, I must use uml-utilities to create tap device my self: > > /usr/sbin/tunctl -t tap0 > /usr/bin/ovs-vsctl add-port br0 tap0 > /sbin/ifconfig tap0 192.168.30.191 netmask 255.255.255.0 up > > Is this correct ?

Re: [ovs-discuss] why vm can't ping host eth1

2012-05-17 Thread Sergio Kviato
What is your Flow rules? And please post "ovs-vsctl show" output. On May 17, 2012, at 12:38, yue wang wrote: > Hi, >i have a question, why vm1 can't ping through eth1? >vm1: > ip:192.168.1.6 > >vm2: > ip:192.168.1.7 > >host eth1: > ip:192.168.1.5 > >

Re: [ovs-discuss] Upgraded to openvswitch-1.4.1 and still high load and polluted syslog

2012-05-17 Thread Oliver Francke
Hi, uhm, I think I have my firewall-provisioning ready for production, but still temporary high load of the ovs-vswitchd. Anybody with a clue of what's going on there? --- 8-< --- May 17 13:54:07 fcmsnode10 ovs-vswitchd: 1844633|poll_loop|WARN|Dropped 771 log messages in last 1 seconds (most

Re: [ovs-discuss] why vm can't ping host eth1

2012-05-17 Thread yue wang
i think vm1/vm2/host are connected to each other by OVS, vm and host should communicate with each other. On Thu, May 17, 2012 at 7:19 PM, Xiaoqing Wei wrote: > On 05/17/2012 05:38 PM, yue wang wrote: > > Hi, >i have a question, why vm1 can't ping through eth1? > > what do you mean ? > 1) v

Re: [ovs-discuss] why vm can't ping host eth1

2012-05-17 Thread Xiaoqing Wei
On 05/17/2012 05:38 PM, yue wang wrote: Hi,    i have a question, why vm1 can't ping through eth1? what do you mean ? 1) vm1  ping external network failure, such www.openvswitch.org, or 2) ping host's eth1 from vm1 ? if 2), pls assign ip to your o

[ovs-discuss] why vm can't ping host eth1

2012-05-17 Thread yue wang
Hi, i have a question, why vm1 can't ping through eth1? vm1: ip:192.168.1.6 vm2: ip:192.168.1.7 host eth1: ip:192.168.1.5 [image: Inline image 1] thanks in advance. Heuye <>___ discuss mailing list discuss@openvswit

Re: [ovs-discuss] Fail to run the ovsdbmonitor

2012-05-17 Thread Liran Schour
Ben Pfaff wrote on 16/05/2012 18:00:40: > On Wed, May 16, 2012 at 03:39:07PM +0300, Liran Schour wrote: > > I tried to run the ovsdbmonitor but failed with the following error: > > > > +++ OVS JSON module is required > > > > Traceback (most recent call last): > > File "/usr/local/bin/ovsdbmonit

Re: [ovs-discuss] FATAL: Error inserting brcompat_mod when install OVS on Ubuntu12.04

2012-05-17 Thread Kris zhang
Thanks Justin, now i use the libvirt 0.9.8 On Thu, May 17, 2012 at 2:56 PM, Justin Pettit wrote: > On May 16, 2012, at 11:37 PM, Jon wrote: > >> Out of curiosity, what do you use for vm management? A but off topic, so I >> hope you'll excuse the digression. I've exploited options like openQRM (n

Re: [ovs-discuss] The limit of Open vSwitch obstruct us migrate from bridge-utils

2012-05-17 Thread Dongsheng Song
On Wed, May 16, 2012 at 6:56 PM, bengo cloud wrote: > After you add pNic to a bridge created by OVS, say br0, you could configure > br0 to acquire valid IP address, automatically through dhcp or you can > configure a static IP manually. That should be the management IP you want. > > For fail-over,