I have the following problem, following up on my previous attempt to seek help.
I have a VM that wants to communicate with other VMs that reside somewhere outside of OpenStack. I tried doing that simply by assigning a floating ip. However this fails as soon as the VM is starting to communicate by binding to the floating ip.
This effectively means, the VM must be able to send packets originating from the floating ip. This however gets filtered out right away, and does not even leave the hypervisor node. The question now left is: How can I make OpenStack/openVSwitch obey? It should allow sending IP Packets from floating ips when the VM owns them.
Thanks so much in advance.