Hi all, I'm having problems with my ovs. So far I managed to connect the ovs with pox controller but I fail to communicate the hosts. This is my topology, all are PC. The PC where I install de ovs has three NIC: eth0 is connected to the conotroller, eth1 is connected to a host and the eth2 is connected to the other host. 192.168.0.0/24 eth0 ------------- _______________ --------------- ____________ -------------- | POX | | Eth Sw | | OVS | ------------- ---------------- -------------- eth1 / \ eth2 / \ _________/ \___________ | | ------------- --------------- | Hub | | Hub | ------------- -------------- | | 10.0.0.0/24 10.0.1.0/24 | | ------------- --------------- | Host 1 | | Host 2 | ------------ --------------- This is my ovs configuration: ovs-vsctl show d9a1d7af-d62a-4a9a-a56b-3739dacea4f9 Bridge "br0" Controller "tcp:192.168.0.100:6633" Port "eth2" Interface "eth2" type: system Port "br0" Interface "br0" type: internal Port "eth1" Interface "eth1" type: system And this is what I see on the pox controller when a try to ping between the hosts: host 1 ping host 2./pox.py log.level --DEBUG forwarding.l2_learning POX 0.1.0 (betta) / Copyright 2011-2013 James McCauley, et al. DEBUG:forwarding.l2_learning:Starts l2 learning DEBUG:core:POX 0.1.0 (betta) going up... DEBUG:core:Running on CPython (2.7.3/Aug 1 2012 05:16:07) DEBUG:core:Platform is Linux-3.2.0-39-generic-pae-i686-with-Ubuntu-12.04-precise INFO:core:POX 0.1.0 (betta) is up. DEBUG:openflow.of_01:Listening on 0.0.0.0:6633 INFO:openflow.of_01:[00-50-04-9d-16-db 1] connected DEBUG:forwarding.l2_learning:Connection [00-50-04-9d-16-db 1] DEBUG:forwarding.l2_learning:Initializing LearningSwitch, transparent=False DEBUG:forwarding.l2_learning:343674787547: flood 00:14:22:46:af:30 -> ff:ff:ff:ff:ff:ff DEBUG:forwarding.l2_learning:343674787547: flood 00:14:22:46:af:30 -> ff:ff:ff:ff:ff:ff DEBUG:forwarding.l2_learning:343674787547: flood 00:14:22:46:af:30 -> ff:ff:ff:ff:ff:ff Could anyone tell me what I'm doing wrong? Or what do I have to change to allow hosts to communicate? Thanks for your time and wait for an answer
_______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss