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
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
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
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
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
On Thu, Aug 02, 2012 at 09:32:32PM -0700, Aishwarya wrote:
> I am trying to prevent arp requests(for a particular ip) from being
> forwarded on the gre ports. Is there a way to add a flow to do this?
There's not an obvious way to do this without a general-purpose
controller.
> I
> don't see anyth
Hi,
I am trying to prevent arp requests(for a particular ip) from being
forwarded on the gre ports. Is there a way to add a flow to do this? I
don't see anything explicit in ovs-ofctl to do this. Was wondering if it is
possible. Conversely, it would help if there is a way to output arp
requests on