On Wed, Jan 26, 2011 at 1:57 AM, Ben Pfaff <b...@nicira.com> wrote: > On Tue, Jan 25, 2011 at 08:55:21PM +0530, Ramana Reddy wrote: > > Hi Everyone, > > The Linux Machine1 and Machine2 are configured with VLAN tag 100 > > respectively. > > I set up bridge in OVS, and added eth0 and eth1 as ports using > ovs-vsctl. > > > > Now I can ping eth0 in Linux machine1 with eth0 in Linux machine2, but > > when I ping eth0.100 with eth0.100 of machine 2, it is not working. > > The OVS simple droping the packets. > > How did you create the eth0.100 ports? >
eth0.100 is the Vlan interface with tag 100 created using vconfig (vconfig add eth0 100) on linux machine, not on the host machine which is having OVS switch. This is my configuration setup: *Machine1:* vconfig add eth0 100 ifconfig eth0.100 10.0.0.1 netmask 255.255.255.0 * Machine2:* vconfig add eth0 100 ifconfig eth0.100 10.0.0.2 netmask 255.255.255.0 *Configuration on OVS:* ovs-vsctl add-br br0 ovs-vsctl add-port br0 eth0 ovs-vsctl add-port br0 eth1 The br0 does not have any IP address. Now the eth0 on machine1 ( IP address 192.168.0.100) can ping eth0 on machine2( IP address 192.168.0.101) But when I ping 10.0.0.1 with 10.0.0.2, they are not pinging each other. OVS simply dropping the valn packets. Thanks, Ramana Reddy.
_______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss_openvswitch.org