[ovs-discuss] Application outside of openvswitch n/w is not accessible

2012-07-05 Thread ecfgijn
Hi All , I have implemented openvswitch(1.5) in our test environment with KVM. But i am facing an issue when i try to access any application outside my openvswitch network i got the error "time out" but at the same i am able to ping ip addres of the application. I have tried below commands

[ovs-discuss] QOS-basic configuration

2012-07-05 Thread Wulan yunie
hai.. i run my OVS based on ubuntu 12.04, and i had ovs-1.6.1 on that machine. for virtualisation, i used vbox. based on this topology : http://openvswitch.org/support/config-cookbooks/qos-rate-limiting/ i createHOST 1 : tap 0 : 192.168.1.3 tap1 : 192.168.1.4

Re: [ovs-discuss] vport-patch functionality in mainstream

2012-07-05 Thread Jesse Gross
On Wed, Jul 4, 2012 at 9:27 AM, Konstantin Khorenko wrote: > Hi, > > we'd like to add the Open vSwitch kernel module to OpenVZ kernel, > in order to do that we've backported the appropriate code from mainstream > kernel. > > It turned out that the vport-patch functionality could be also very usefu

Re: [ovs-discuss] error while make

2012-07-05 Thread Jesse Gross
On Wed, Jul 4, 2012 at 3:19 AM, Arindam Choudhury wrote: > Hi, > > I am the INSTALL.Linux document to install Open Vswitch in fedora > 17(release: 3.4.4-3.fc17.x86_64) dom0. > > I did > > ./configure --prefix=/usr --localstatedir=/var > --with-linux=/lib/modules/3.4.4-3.fc17.x86_64/build 1.6.1 do

Re: [ovs-discuss] VLAN FIndings

2012-07-05 Thread Ben Pfaff
On Thu, Jul 05, 2012 at 07:44:28PM +, Min Luo wrote: > We have been testing VLAN capability from current OF 1.0 based > implementation. > > We first tested some earlier versions of the HP OF Switch and used > Beacon or Floodlight as the controller. After we manually set up 2 > VLANs, we could

[ovs-discuss] VLAN FIndings

2012-07-05 Thread Min Luo
To Whom It May Concern, We have been testing VLAN capability from current OF 1.0 based implementation. We first tested some earlier versions of the HP OF Switch and used Beacon or Floodlight as the controller. After we manually set up 2 VLANs, we could clearly see the logical partition and VLAN

Re: [ovs-discuss] [ovs-dev] Filtering traffic on egress

2012-07-05 Thread Ethan Jackson
One would use OpenFlow to direct traffic based on the source IP and Port. Have a look at the ovs-ofctl man page. Ethan ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

Re: [ovs-discuss] VLAN, STP and physical switch

2012-07-05 Thread Ethan Jackson
The cisco is using PVST (Per VLAN Spanning Tree), while OVS only supports basic 802.1d. You will either have to configure the cisco to use 802.1d, or figure out if PVST has a compatibility mode. Or, of course, you could simply not build a loop thus making spanning tree unnecessary. In your diagr

[ovs-discuss] VLAN, STP and physical switch

2012-07-05 Thread Maxime Brun
Hi, I am trying to interconnect several VMs and physical server, using ovs and physicals switches. An example : 2 ovs bridge (on separate physical server, interconnected with gre) with each 2 virtual interface (vm) and a vlan interface (eth1.140) ; both eth1 are directly connected to a physical

[ovs-discuss] 答复: a GRE-Tunnel problem on the OVS and openflow enabled switch

2012-07-05 Thread Weifeng Zhang
Hi Justin, " Keep in mind that for being a GRE endpoint, it's necessary to support other services for the bound IP address like ARP." So do you mean we should create a L3 interface and enable IP address and ARP protocol on this layer3 interface? And this layer3 interface may or may not be attache