Re: [ovs-discuss] vlan isolation issue

2013-01-14 Thread Iben Rodriguez
Would you please list the route table on your hypervisor? Run this command... netstat -r -n I b e n +14087824726 Skype: ibenrodriguez On Mon, Jan 14, 2013 at 5:11 PM, Túlio Gomes wrote: > Ok Ben, > i'll do some tests and return soon. > > Thank you very much > > 2013/1/14 Ben Pfaff > >> Like

Re: [ovs-discuss] vlan isolation issue

2013-01-14 Thread Túlio Gomes
Ok Ben, i'll do some tests and return soon. Thank you very much 2013/1/14 Ben Pfaff > Like I said, the problem may be that your VMs can communicate over > eth0, and that the VMs are using that to communicate on the "private" > IP addresses. > > On Mon, Jan 14, 2013 at 06:19:10PM -0200, Túlio Go

Re: [ovs-discuss] vlan isolation issue

2013-01-14 Thread Ben Pfaff
Like I said, the problem may be that your VMs can communicate over eth0, and that the VMs are using that to communicate on the "private" IP addresses. On Mon, Jan 14, 2013 at 06:19:10PM -0200, Túlio Gomes wrote: > Ben, thanks for your response. > > My eth0 nic isn't attached to any vlan. That is,

Re: [ovs-discuss] vlan isolation issue

2013-01-14 Thread Túlio Gomes
Ben, thanks for your response. My eth0 nic isn't attached to any vlan. That is, the vlan's id that i had cited it's associated only to eth1 nic. Do you think could be my image that doesn't have support to vlan? 2013/1/14 Ben Pfaff > On Sun, Jan 13, 2013 at 06:44:34PM -0200, Túlio Gomes wrote:

Re: [ovs-discuss] vlan isolation issue

2013-01-14 Thread Ben Pfaff
On Sun, Jan 13, 2013 at 06:44:34PM -0200, Túlio Gomes wrote: > Currently, i'm testing the vlan isolation feature provided by openvswitch, > but it's not working like described in documentation. > > What i'm trying to do is to set two interfaces on each vm (one for data > control and another for te

Re: [ovs-discuss] Network bridging with two NICs - not working

2013-01-14 Thread Ben Pfaff
Debugging network connectivity problems with Open vSwitch is not really different from debugging network problems without Open vSwitch. In either case, you trace the path of a packet from its origin, hop-by-hop, to its destination. Along the way, you spot where the packet disappears or changes in

Re: [ovs-discuss] How to specify the OF version in OVS?

2013-01-14 Thread Ben Pfaff
On Mon, Jan 14, 2013 at 04:02:29PM +0530, Swapnil Sarda wrote: > If ovs vswitch supports only OF version 1.0, what does this command mean? > "ovs-vsctl set bridge protocols=openflow10, > openflow12,openflow13" > > What to do to enable higher versions (if they are supported)? I want to use > OF v1

Re: [ovs-discuss] How to specify the OF version in OVS?

2013-01-14 Thread Swapnil Sarda
Hi Ben, If ovs vswitch supports only OF version 1.0, what does this command mean? "ovs-vsctl set bridge protocols=openflow10, openflow12,openflow13" What to do to enable higher versions (if they are supported)? I want to use OF v1.3 with mininet. Thanks, Swapnil. On Thu, Jan 10, 2013 at 10:18

Re: [ovs-discuss] (no subject)

2013-01-14 Thread Justin Pettit
I believe I already sent you a follow-up to this: Did you start ovs-vswitchd with the "--enable-dummy" option? Also, please include a subject line in your posts. Thanks, --Justin On Jan 14, 2013, at 12:37 AM, Prashant Chougule wrote: > > Hello, > I am new to openvswitch,i am tryin

[ovs-discuss] (no subject)

2013-01-14 Thread Prashant Chougule
Hello, I am new to openvswitch,i am trying to add datapath_type=dummy when setting bridge ovs-vsctl set bridge br0 datapath_type=dummy but finding error, will you please tell how to use it and test it weather dummy is working or not. -- Thanks &Regards, Prashant Chougule.