openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #17022
Re: Can't ping vm to google
On Sep 28, 2012, at 6:58 AM, Jon Thomas <jthomas@xxxxxxxxxx> wrote:
> This appears to be fixed with
>
> iptables -t nat -A POSTROUTING -o wlan0 -j MASQUERADE
>
> so basically set up nat on the outbound interface. I guess nova-network
> doesn't set this up?
No, nova does not set up masquerade; It uses snatting. If you have more than one interface, it probably is using the wrong ip for snatting.
Instead of the masquerade, you probably just need
routing_source_ip=<ip_on_wlan_interface>
In your nova.conf file
and restart nova-network
Vish
Follow ups
References