What is the correct network configuration for a devStack VM (virtualbox)?
Posted
by
Olivier
on Server Fault
See other posts from Server Fault
or by Olivier
Published on 2012-07-19T13:11:17Z
Indexed on
2012/10/03
15:40 UTC
Read the original article
Hit count: 179
Usually when I setup a new Ubuntu VM, i keep the eth0
in NAT mode to get the internet & I add a eth1
interface in HostOnly
mode so that I can ssh.
But using this devStack guide : Running a Cloud in a VM, it looks like it tried to use eth0
as the public interface (install got stuck because eth0
lost the network).
I know an OpenStack setup usually requires two NICs, so I'm wondering what is the correct configuration for my VM.
© Server Fault or respective owner