Re: [ovs-discuss] GRE ipsec tunnels over open vswitch

2016-05-16 Thread Chandran, Sugesh
Regards _Sugesh From: SANKET RAUT [mailto:ssr8...@g.rit.edu] Sent: Sunday, May 15, 2016 2:50 AM To: Chandran, Sugesh Cc: b...@openvswitch.org Subject: Re: [ovs-discuss] GRE ipsec tunnels over open vswitch Hello, I tried to implment ipsec+GRE using open vswitch on ubuntu vm inside vmware wor

Re: [ovs-discuss] STP on Ryu controller using Open vSwitch 2.4

2016-05-16 Thread Alessio Giorgetti
Dear Ben, thank you a lot for your suggestions... I just set the forward-bpdu="true" in the bridge using the command: > ovs-vsctl set bridge br0 other-config:forward-bpdu=true and this is now correctly configured... however the system is still not working. It seems that bpdu frames are still

Re: [ovs-discuss] [ovn4nfv]

2016-05-16 Thread John McDowall
Murali, Thanks for taking the time to look at our approach - always interested in a better way to solve the problem. To help me understand a couple of questions: 1. When you say "dynamic chains" are you referring to reordering linear chains or are you talking about graphs where the path can

[ovs-discuss] hardware vtep handling of ARP

2016-05-16 Thread Michael Kashin
I'm using Openstack's L2gw plugin to configure cumulus VX switch. I can get my VM to ping the "baremetal" IP connected to cumulus's switchport. However, the reverse doesn't quite work. When my baremetal IP sends an ARP for MAC of the VM it doesn't get a response. Is hw vtep OVS supposed to respond

Re: [ovs-discuss] GRE ipsec tunnels over open vswitch

2016-05-16 Thread SANKET RAUT
Hello, I tried to implment ipsec+GRE using open vswitch on ubuntu vm inside vmware workstation. I'm facing problem : Once the ipsec+gre tunnel is up all my vm goes into freeze state, and my laptop and all other applications turns into freeze state. I have to restart all vm to resolve this issue

Re: [ovs-discuss] How to bring a patch port down?

2016-05-16 Thread Ben Pfaff
On Fri, May 13, 2016 at 02:06:33PM -0400, Krishna Pratap wrote: > I am trying to use the "ovs-ofctl mod-port switch port " command to > bring down the patch port I have on my switch . I am using the patch port > to create a link between two switches. I am using ovs 2.1 version. > > When I use the

Re: [ovs-discuss] GRE ipsec tunnels over open vswitch

2016-05-16 Thread Ansis Atteka
On Mon, May 16, 2016 at 1:11 AM, Chandran, Sugesh wrote: > > > Regards > _Sugesh > > From: SANKET RAUT [mailto:ssr8...@g.rit.edu] > Sent: Sunday, May 15, 2016 2:50 AM > To: Chandran, Sugesh > Cc: b...@openvswitch.org > Subject: Re: [ovs-discuss] GRE ipsec tunnels over open vswitch > > Hello, > >

Re: [ovs-discuss] IGMP packets dropped

2016-05-16 Thread Ben Pfaff
On Tue, May 10, 2016 at 12:40:13PM +, O'Reilly, Darragh wrote: > > > I think I see the problem. Please try the following patch in addition to > > the previous one: > > Thanks Ben - that fixes it. Thanks you for testing. I applied this patch to master, branch-2.5, and branch-2.4. The othe

Re: [ovs-discuss] In ovs-userconntrack_20151115 Branch - ICMP Blocked port can be hacked, if same icmp request id is used while sending the packet from the blocked side of the firewall.

2016-05-16 Thread Daniele Di Proietto
Hi Soumyadeep, Something like this is what I meant by "matching request/response types". I've implemented it on the last commit of my series, here: http://openvswitch.org/pipermail/dev/2016-May/071064.html The whole series is here: http://openvswitch.org/pipermail/dev/2016-May/071050.html (or

Re: [ovs-discuss] hardware vtep handling of ARP

2016-05-16 Thread Darrell Ball
Hi Michael Pls see inline From: discuss mailto:discuss-boun...@openvswitch.org>> on behalf of Michael Kashin mailto:mmkas...@gmail.com>> Date: Sunday, May 15, 2016 at 6:46 PM To: "discuss@openvswitch.org" mailto:discuss@openvswitch.org>> Subject: [ovs-discuss] h

Re: [ovs-discuss] Does ovs support interface in the (wifi) ad-hoc mode ?

2016-05-16 Thread Benoit
Hi Ahmed, Not sure if it is related to your issue, but I have a similar issue when I try to attach a WLAN NIC to OVS (when it is not used as a AP). I sent this mail to the list last month but I don't have any reply back.