Re: [ovs-discuss] host networking, Open vSwitch and boot order

2012-08-23 Thread Gurucharan Shetty
On Thu, Aug 23, 2012 at 5:17 PM, Tim Spriggs wrote: > Hi All, > > I have been struggling a little with Open vSwitch under Debian > Wheezy. I'm not sure if this is because I'm very green with Open > vSwitch or some other reason. What I would like my simplified network > setup to look like: > >

Re: [ovs-discuss] vxlan and vdp with OVS

2012-08-23 Thread Chris Wright
* Milton Xu (mi...@yahoo.com) wrote: > VDP stands for VSI discovery and configuration protocol as specified in IEEE > P802.1Qbg draft. VDP (on linux) is supported via the userspace daemon, lldpad. The way it's typically used is in conjuction with libvirt and a special purpose switch called macvt

[ovs-discuss] host networking, Open vSwitch and boot order

2012-08-23 Thread Tim Spriggs
Hi All, I have been struggling a little with Open vSwitch under Debian Wheezy. I'm not sure if this is because I'm very green with Open vSwitch or some other reason. What I would like my simplified network setup to look like: Bridge "br0" Port "eth1" Interface "eth1"

Re: [ovs-discuss] installing openvswitch

2012-08-23 Thread Chris Wright
* rahim entezari (rahim.entez...@gmail.com) wrote: > "configure: error: source dir /lib/modules/2.6.18-308.el5/build doesn't > exist" You need to install the kernel-devel rpm ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman

[ovs-discuss] installing openvswitch

2012-08-23 Thread rahim entezari
For installing openVswitch first of all i used these steps: 1. ./boot.sh 2. ./configure --with-linux=/lib/modules/`uname -r`/build but in the 2nd step i had this error: "configure: error: source dir /lib/modules/2.6.18-308.el5/build doesn't exist" and so i can not continue other steps. what shoul

[ovs-discuss] New to OpenVSwitch advanced capabilities

2012-08-23 Thread Fréderich Nord
Hello everyone, New on this list, this is my first attempt to ask for suggestions. I am currently using OpenVSwitch on a Xen dom0, I'm using it for its vlan capabilities, nothing else. The machine only has one physical interface. I am using ip rules and routes to make it all work. Now I would lik