Re: [ovs-discuss] how to fliter arp requests from being forwarded to the gre ports

2012-08-03 Thread Jesse Gross
On Fri, Aug 3, 2012 at 10:42 AM, Aishwarya wrote: > Yes. That makes sense. That is what I did for the taps. But how do I capture > packets coming in/out of a gre port(since this is not a real interface on > the machine?) You could use port mirroring to direct the packets to another interface for

Re: [ovs-discuss] how to fliter arp requests from being forwarded to the gre ports

2012-08-03 Thread Aishwarya
Yes. That makes sense. That is what I did for the taps. But how do I capture packets coming in/out of a gre port(since this is not a real interface on the machine?) Thanks. On Fri, Aug 3, 2012 at 10:39 AM, Jesse Gross wrote: > On Fri, Aug 3, 2012 at 10:36 AM, Aishwarya wrote: > > Ok. Thanks. I

Re: [ovs-discuss] how to fliter arp requests from being forwarded to the gre ports

2012-08-03 Thread Jesse Gross
On Fri, Aug 3, 2012 at 10:36 AM, Aishwarya wrote: > Ok. Thanks. Is there a way to check what ports a particular packet is being > sent on? Like a capture functionality on a port? When I run tcpdump on br0 > interface, I sometimes don't see some packets going through that at all. > For eg, in my se

Re: [ovs-discuss] how to fliter arp requests from being forwarded to the gre ports

2012-08-03 Thread Aishwarya
Just as a follow up, I guess I can still see packets going through the tap ports by capturing on the tap interafces , but not sure how I can do this for a gre port , since this is not an actual interface on the machine. On Fri, Aug 3, 2012 at 10:36 AM, Aishwarya wrote: > Ok. Thanks. Is there a w

Re: [ovs-discuss] how to fliter arp requests from being forwarded to the gre ports

2012-08-03 Thread Aishwarya
Ok. Thanks. Is there a way to check what ports a particular packet is being sent on? Like a capture functionality on a port? When I run tcpdump on br0 interface, I sometimes don't see some packets going through that at all. For eg, in my setup I have 2 hosts. On host1, I have a vm1 ip 192.168.0.2/2

Re: [ovs-discuss] VLAN question

2012-08-03 Thread Gurucharan Shetty
On Fri, Aug 3, 2012 at 7:10 AM, kruskakli wrote: > Hi, > > I wanted to play around with VLAN so I created 3 VM's > (running kvm on Ubuntu 12.04 with the openvswitch 1.7.0). > > Two of them was in VLAN 10. It worked nice. They could talk to > each other but not to the third VM which was in (the de

[ovs-discuss] VLAN question

2012-08-03 Thread kruskakli
Hi, I wanted to play around with VLAN so I created 3 VM's (running kvm on Ubuntu 12.04 with the openvswitch 1.7.0). Two of them was in VLAN 10. It worked nice. They could talk to each other but not to the third VM which was in (the default?) VLAN 0. However, to make external IP traffic possible