Re: [ovs-discuss] Problem with VLANs set up on OVS.

2012-06-05 Thread Luiz Ozaki
On 6/5/12 3:28 PM, Anisha Kolasani wrote: Any more suggestions as to why it may not be working? Try to run tcpdump at all your network path tcpdump -nnei eth0 tcpdump -nnei br0 Compare with the ones that are working and see the difference between the tagged ones. -- Luiz Henrique Ozaki

Re: [ovs-discuss] Problem with VLANs set up on OVS.

2012-06-05 Thread Anisha Kolasani
I tried adding the vlan21 port. But it doesn't work. In fact its allowing non-vlan traffic between VMs go through, although vlan21 is the only interface that has an IP address. But not the tagged once. Any more suggestions as to why it may not be working? Thank you! Anisha. On Tue, Jun 5, 2012 at

Re: [ovs-discuss] Problem with VLANs set up on OVS.

2012-06-05 Thread Luiz Ozaki
On 6/5/12 11:53 AM, Anisha Kolasani wrote: ovs-vsctl add-port br0 eth0 trunks=21 Try this: ovs-vsctl del-br br0 ovs-vsctl add-br br0 eth0 ovs-vsctl add-port br0 vlan21 tag=21 -- set interface vlan21 type=internal ifconfig vlan21 192.168.5.5 netmask 255.255.255.128 That should make it work

Re: [ovs-discuss] Problem with VLANs set up on OVS.

2012-06-05 Thread Anisha Kolasani
Hi, Thank you very much for the reply. I haven't explicitly created VLAN 21 on the physical machine. As both the physical machines are connected by crossover cable through eth0, I did the following: ovs-vsctl add-port br0 eth0 ifconfig eth0 0 ifconfig br0 192.168.5.5 netmask 255.255.255.128 I as

Re: [ovs-discuss] Problem with VLANs set up on OVS.

2012-06-05 Thread Luiz Ozaki
On 6/3/12 6:04 PM, Anisha Kolasani wrote: The VM1 on machine 1 is able to ping VM3 on machine 2. The tap interfaces of VM1 and VM3 are not declared as access ports. But VM2 on machine 1 is not able to ping VM4 on machine 2. VM2 and VM4 are not declared to be on VLAN 21. Could you please let me

Re: [ovs-discuss] Problem with VLANs set up on OVS.

2012-06-04 Thread Anisha Kolasani
Hi, I would like to update some additional ways in which i tried to solve the problem I am having. Assuming there might be a problem with my NIC drivers, I updated the vlan packages and then I tried to insert the 8021q module: modprobe 8021q I am still not able to ping between VMs on two differe

Re: [ovs-discuss] Problem with VLANs set up on OVS.

2012-06-03 Thread Anisha Kolasani
On Sun, Jun 3, 2012 at 8:40 PM, Anisha Kolasani wrote: > Hi, > > I would like to update some additional ways in which i tried to solve the > problem I am having. > Assuming there might be a problem with my NIC drivers, I updated the vlan > packages and then I tried to insert the 8021q module: > >

[ovs-discuss] Problem with VLANs set up on OVS.

2012-06-03 Thread Anisha Kolasani
Hi, I am trying to run the experiment in lines of the OVS configuration cook book on VLANs. I an using two machines, each with OVS 1.4.0 running on them and virtual michines are brought up using KVM. Machine 1: br0, IP- 192.168.5.5 VM 1: sudo kvm -m 512 -net nic,m