Hi guys,

I'm having a configuration issue I cannot fix. I have a Virtual Machine (VM) 
within an OpenStack environment.
This VM has got one interface eth0 with ip X.X.X.X. I want to attach this eth0 
to a bridge. According to documentation, I have to move the IP from eth0 to the 
bridge.
So this is what I did:

ovs-vsctl add-br s0
ovs-vsctl add-port eth0
ifconfig s0 X.X.X.X promisc up
ifconfig eth 0 promisc up

With this configuration, I cannot ping to those machines previously reachable.

I tried as well, to create a tap interface and associate the ip (X.X.X.X) to 
that interface, and still got the same trouble.

Is there any step missing in the configuration? I see ICMP messages arriving to 
eth0 and s0, and adding a default route, I see the ECHO REPLY messages, but 
ping is still not working!

Any idea?

Thanks!!!!
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to