If you make one of your Vagrant managed virtual box network interfaces a public 
network, you'll be able to access it from the host (or the rest of the network, 
assuming the IP assignments work).  This will be eth1 or eth2 interfaces, 
Vagrant owns eth0 and it has to be host-only/NAT.   This will probably work 
best if you set an IP address on the interface statically:

config.vm.network "public_network", ip: "192.168.39.2"

See https://docs.vagrantup.com/v2/networking/public_network.html for more 
details.


(also, I guess there are a fair few people who don't know that devstack refers 
to the developer install of an openstack environment)


-- 
Simon McCartney
"If not me, who? If not now, when?"
+447710836915

On 23 September 2014 at 14:09:17, Chris Johnson ([email protected]) wrote:

I'm note sure if this is a vagrant question, or perhaps a devstack related 
question...

I have VMware Fusion running on a mac, and Ubuntu 14 running in a VM. Inside 
THAT vm, I have devstack installed and functional. I can create VMs, assign 
floating IP addresses, etc. I need to be able to browse a guest vm from my mac, 
in order to install some software via a browser and demo the software running.

The devstack has two virtual adapters, both private_network:

192.168.39.x
172.16.40.x

The 192.x.x.x network is used to ssh into the box. The 172.x is the primary 
HOST_IP for devstack to run on.

I am using Neutron networking, with no overrides in the local.conf file; it is 
running with default options.

The guest VMs have a fixed and a floating IP addresses:
- fixed: 10.0.0.2
- floating: 172.24.4.3

Do I need a third network adapter that I can NAT from the mac to the network of 
the floating IP?


- Chris
--
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to