Hi Everyone, Im tring to implement vlan on openvswitch,but with my configuration, it doesnt work, can anyone help?
I have environment as follows: host1 --- [eth1]ovs1[eth5] --- [eth1]ovs2[eth2] --- host2 with ovs1, i use commands: ./ovs-vsctl add-br br0 ./ovs-vsctl add-port br0 eth1 tag=10 ./ovs-vsctl add-port br0 eth5 trunks=10,20 with ovs2, i use commands: ./ovs-vsctl add-br br0 ./ovs-vsctl add-port br0 eth1 trunks=10,20 ./ovs-vsctl add-port br0 eth2 tag=20 ovs1 and ovs2 are connected to a controller. and then on host1[192.168.10.2] i try to ping host2[192.168.10.6], the ping still works. So it means the vlan doesnt work,is there something wrong with my configuration? Shan _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
