Hi,
I installed OVS1.10 on ubuntu 12.04 . I have a floodlight controller and 2 
hosts.
I installed OVS as said in this tutorial : 
http://networkstatic.net/openvswitch-configure-from-packages-and-attaching-to-a-floodlight-openflow-controller/#comment-17069
 
I made these configurations on OVS :

ovs-vsctl add-br br1
ovs-vsctl add-br br2
ovs-vsctl add-port br1 eth0
ovs-vsctl add-port br2 eth1

ovs-vsctl add-port br2 eth2

ifconfig eth0 0
ifconfig eth1 0

ifconfig eth2 0

ifconfig br1 192.168.10.10 netmask 255.255.255.0
route add default gw 192.168.10.1 br1 
ifconfig br2 172.16.10.10 netmask 255.255.255.0
route add default gw 172.16.10.1 br2
ovs-vsctl set-controller br1 tcp:192.168.10.100:6633

br1 is for controller and br2 is for hosts.
The controller connected to OVS successfully .
Host1 has the ip : 172.16.10.2 and Host2 has the ip : 172.16.10.3 
When I ping one host from another, I get destination host unreachable message .
please help...
 
thanks.
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to