Re: [ovs-discuss] Enabling OVS on IP based interface

2013-06-03 Thread vinay srinivasa
Hi,    Mula, thanks for the link, but we have a version of OVS1.10 running on TP-link. In the virgin setup of openwrt, it behaves like a router, with the given network configuration. But we will need to control the IP interfaces as openflow based interfaces. Vinay From: Etienne Mula

Re: [ovs-discuss] help in using QoS in Ovswitch

2013-06-03 Thread othmane
Hi First, the < q0 > is the DEFAULT queue, for instance, if you configure just q0 with 30Mbit/s in eth1(100Mbit/s) all the traffic will go through q0 even if you do not define the flow. when you configure your queues, give "q0" maximum bandwith available in the link and then configure your oth

Re: [ovs-discuss] Suggestions on development using Openvswitch?

2013-06-03 Thread Zhe Zhang
Hi Jesse, Thanks for your reply. Actually I am looking at the ovs-vsctl source these days. I have a few questions at hand: One is about the ovsdb related operations. I know one of the advantages of openvswitch is that the ovs database can record the the network configuration, making it easy fo

Re: [ovs-discuss] ovs-ofctl replace-flows

2013-06-03 Thread Ben Pfaff
Excuse me, I made it sound like this is a general problem with ovs-ofctl. In fact it is specific to replace-flows and diff-flows. On Jun 3, 2013 6:56 PM, "Ben Pfaff" wrote: > Ovs-ofctl isn't really aware of multiple tables and will screw them up if > you use them. This is a long standing personal

Re: [ovs-discuss] ovs-ofctl replace-flows

2013-06-03 Thread Ben Pfaff
Ovs-ofctl isn't really aware of multiple tables and will screw them up if you use them. This is a long standing personal to-do item of mine. If you want to submit a patch to fix it, I would very much appreciate it. On May 31, 2013 5:15 PM, "Kris G. Lindgren" wrote: > Hello all, > > ** ** > >

Re: [ovs-discuss] ovs-ofctl replace-flows

2013-06-03 Thread Jesse Gross
On Fri, May 31, 2013 at 5:14 PM, Kris G. Lindgren wrote: > Hello all, > > > > I am trying to use the ovs-ofctl replace-flows command to add flows from a > file that includes multiple tables. However, I am running into some issues. > > > > First, when it works all the flows are added into table 0

Re: [ovs-discuss] OpenvSwitch - Issue Support Required

2013-06-03 Thread Jesse Gross
On Mon, Jun 3, 2013 at 4:03 AM, Moovarkku Mudhalvan wrote: > Dear OpenvSwitch Team, > > > > > >Greetings. I have installed CentOS 6.4 in the Blade server. > Also installed and configured openvswitch > > > > 1. Confirmed openvswitch is installed and configured > > > > [root@cla

Re: [ovs-discuss] help in using QoS in Ovswitch

2013-06-03 Thread Jesse Gross
On Sun, Jun 2, 2013 at 5:48 AM, 刘人杰 wrote: > I am so sorry to bother you, but I have met a problem when I set QoS on > openvswitch. > I set up 4 VMs, one of them is set up as ovswitch, and the other 3 as host. > There are 3 interfaces on the switch, eth0,eth1,and eth2, each of them is > connected

Re: [ovs-discuss] QoS with ovs

2013-06-03 Thread Jesse Gross
On Sat, Jun 1, 2013 at 10:34 AM, othmane douiri wrote: > hi all, > > i have recently configugured three queues in an egress port eth0, i just > want to know the name of the file where i can see the created queue in > openvswitch, i looked almost everywhere but didn't find. lib/netdev-linux.c > 2

Re: [ovs-discuss] Suggestions on development using Openvswitch?

2013-06-03 Thread Jesse Gross
On Fri, May 31, 2013 at 2:13 PM, Zhe Zhang wrote: > Hi All, > > Currently I want to incorporate openvswitch support into our own research > project, for example, I want to be able to create openvswitch bridge, add > port to the bridge and all kinds of bridge related activities in the > programs on

Re: [ovs-discuss] Quantum : explanation needed about l3-agent et dhcp-agent (because not working)

2013-06-03 Thread Chris Wright
* Benoit ML (ben4...@gmail.com) wrote: > I try to deploy an openstack grizzly plate-forme from redhat rdo, in a > multi-node setup. > > Well recently support of net namespace was added to rhel 6.4 through the > rdo repo. > (One quick note : be carefull about vswitch from rdo, it doesnt support gr

Re: [ovs-discuss] installation on ubuntu

2013-06-03 Thread Gurucharan Shetty
On Mon, Jun 3, 2013 at 11:29 AM, Nagi Reddy Jonnala wrote: > I was trying to install latest openvswitch/controller software on Ubuntu > but getting into the following issues. Any clues on how to resolve the > below? > > ** ** > > **1) **First tried to get only the binary but failed as sho

Re: [ovs-discuss] ovs-ofctl replace-flows

2013-06-03 Thread Kris G. Lindgren
Any ideas on this? Kris Lindgren Senior Linux Systems Engineer GoDaddy, LLC From: Kris G. Lindgren Sent: Friday, May 31, 2013 6:15 PM To: discuss@openvswitch.org Subject: ovs-ofctl replace-flows Hello all, I am trying to use the ovs-ofctl replace-f

[ovs-discuss] installation on ubuntu

2013-06-03 Thread Nagi Reddy Jonnala
I was trying to install latest openvswitch/controller software on Ubuntu but getting into the following issues. Any clues on how to resolve the below? 1) First tried to get only the binary but failed as shown below apt-get install openvswitch-controller Reading package lists... Done Buildi

Re: [ovs-discuss] How to ping two machines through Openvswitch?

2013-06-03 Thread neeraj
Just install the POX with the given procedure(I have never worked on POX), and set it as controller by ovs-vsctl set-controller "bridge name" tcp:IP_OF_POX_VM, For your information you can also use OVS as controller -Original Message- From: Muhammad Asad [mailto:muhammad.a...@aisec.f

[ovs-discuss] Quantum : explanation needed about l3-agent et dhcp-agent (because not working)

2013-06-03 Thread Benoit ML
Hello, I try to deploy an openstack grizzly plate-forme from redhat rdo, in a multi-node setup. Well recently support of net namespace was added to rhel 6.4 through the rdo repo. (One quick note : be carefull about vswitch from rdo, it doesnt support gre tunnel). So can somebody explain me how

Re: [ovs-discuss] How to ping two machines through Openvswitch?

2013-06-03 Thread Ramana Reddy
First install openvswitch, and then install VMs ( otherwise host takes normal linux bridge), and at the VM side the interface created as eth0 and host side it creates vnet0 for the VM. For the second VM it becomes vnet1. You need not add vnet0 and vnet1 explicitly. But you have to add the physical

Re: [ovs-discuss] need advice/help migrating to openvswitch

2013-06-03 Thread Gurucharan Shetty
On Mon, Jun 3, 2013 at 2:03 AM, Jelle de Jong wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello everybody, > > I am having issues a 3.x kernel with linux bonding lacp and > bridge-utils for my kvm quests, after investigation there seem to be > serious issues [1] using bridge-utils

Re: [ovs-discuss] How to ping two machines through Openvswitch?

2013-06-03 Thread neeraj
I think you have installed Openvswitch on host, when you make VM on the host a port say vnet0 is created for the VM(you can see by ifconfig) just add this port on bridge by ovs-vsctl add-port br0 "PORT_NAME" -Original Message- From: discuss-boun...@openvswitch.org [mailto:discuss-boun...

Re: [ovs-discuss] How to ping two machines through Openvswitch?

2013-06-03 Thread Muhammad Asad
How can I find the ports of the VMs? They are running separately in Virtual Machine Manager. On 06/03/2013 04:39 PM, neeraj wrote: Just make a bridge and add the port of both VM's to that bridge -Original Message- From: discuss-boun...@openvswitch.org [mailto:discuss-boun...@openvswi

[ovs-discuss] How to ping two machines through Openvswitch?

2013-06-03 Thread Muhammad Asad
Hi, I am new to Openvswitch and have a very basic question for today. I have Openvswitch and KVM installed on Ubuntu 12.04. Now, I have also created 2 Ubuntu VMs using Virtual Machine Manager. What I want is to communicate these 2 VMs through Openvswitch. How can I do this so that I can ping

Re: [ovs-discuss] Enabling OVS on IP based interface

2013-06-03 Thread Etienne Mula
Hi vinay, I just saw ur message re openflow on Tp-Link WR1043ND. Well i dont know if its possible to install OVS on this router mainly because of the memory requirments limitation which it has. ( You have around 8Mb available of flash memory which is addressable). I will leave this to OVS experts

[ovs-discuss] OpenvSwitch - Issue Support Required

2013-06-03 Thread Moovarkku Mudhalvan
Dear OpenvSwitch Team, Greetings. I have installed CentOS 6.4 in the Blade server. Also installed and configured openvswitch 1. Confirmed openvswitch is installed and configured [root@clab-kvm02 ~]# lsmod |grep openvswitch openvswitch37890 0 [root@c

[ovs-discuss] need advice/help migrating to openvswitch

2013-06-03 Thread Jelle de Jong
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello everybody, I am having issues a 3.x kernel with linux bonding lacp and bridge-utils for my kvm quests, after investigation there seem to be serious issues [1] using bridge-utils with linux bonding in 3.x so I thought I come here and see if it is