Re: [ovs-discuss] noflood port override

2013-10-19 Thread Ben Pfaff
On Sat, Oct 19, 2013 at 10:29:05PM -0500, Faisal Ali wrote: > Hello, > > I setup a GRE tunnel (connected to switchport 4) and put a noflood option > to prevent broadcast storms as below > > ovs-ofctl mod-port test-br 4 noflood > > But I need the broadcasts from VMs to be forwarded over the GRE t

[ovs-discuss] noflood port override

2013-10-19 Thread Faisal Ali
Hello, I setup a GRE tunnel (connected to switchport 4) and put a noflood option to prevent broadcast storms as below ovs-ofctl mod-port test-br 4 noflood But I need the broadcasts from VMs to be forwarded over the GRE tunnel so I put the following command ovs-ofctl add-flow test-br 'priority=1

[ovs-discuss] how to forward traffic from VMs to the external networks?

2013-10-19 Thread Nan
Hi, all I have a server with 6 interfaces, I create a bridge, and attach 5 of them to it, these 5 interfaces are actually connecting to the other 5 servers, by assigning IP address 192.168.6.1 to the bridge, and get other servers' gateway to 192.168.6.1, I can make all VMs in these servers com

Re: [ovs-discuss] ovs-vsctl command run for a long time?

2013-10-19 Thread Nan
Ah, yes, Thank you -- Nan On Saturday, 19 October, 2013 at 11:09 AM, Justin Pettit wrote: > That usually means ovs-vswitchd isn't running, since ovs-vsctl is waiting for > confirmation that the changes were applied. You can use the --no-wait option > if you don't want that behavior. >

[ovs-discuss] Encountering error with installation steps

2013-10-19 Thread Anu Mercian
Hi Developers! I am new to OpenVSwitch and am using the different instructions. I have encountered one problem for which I am unable to find a solution in online forums. I have installed VirtualBox 2.2 on my Ubuntu 12.04.1 Host. I have spun up Ubuntu 12.04.1 (Kernel 3.0) on the virtual machine

Re: [ovs-discuss] communication among VMs in multiple physical hosts

2013-10-19 Thread Nan
Hi, Alex, I tried your suggestion, it seems that the problem is still there In host 1: I have the tunnel ready zhunan@zhunan-PowerEdge-R210-II:~$ sudo ovs-vsctl show [sudo] password for zhunan: 01db97ba-8174-40f6-9648-f8f14a317e2b Bridge "br0" Port "tunnel_to_host1" In

Re: [ovs-discuss] ovs-vsctl command run for a long time?

2013-10-19 Thread Justin Pettit
That usually means ovs-vswitchd isn't running, since ovs-vsctl is waiting for confirmation that the changes were applied. You can use the --no-wait option if you don't want that behavior. --Justin > On Oct 19, 2013, at 7:38 AM, Nan wrote: > > Hi, all > > I found that every ovs-vsctl comman

[ovs-discuss] ovs-vsctl command run for a long time?

2013-10-19 Thread Nan
Hi, all I found that every ovs-vsctl command runs for a long time and never end in my machine I have to end with ctrl+C, from ovs-vsctl show, I can see that the command is actually applied why this happens? Best, -- Nan ___ discuss mailing li