> - any idea if my problem is in the nova configuration, or something to
> do with the hypervisor iptables rules ?
> - done something similar with good result ?
> - any idea on what to try next ?

Actually adding an iptables entry on the hypervisor so packet coming
from the floating ip network were masqueraded did the trick:

-A POSTROUTING -s 192.168.123.0/24 ! -d 192.168.123.0/24 -j MASQUERADE




_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

Reply via email to