[Openstack] nova nodes hosted in kvm virtual machines: no access to the outside world.

Pierre Amadio pierre.amadio at canonical.com
Thu Apr 12 11:55:29 UTC 2012


> - 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







More information about the Openstack mailing list