On Wednesday, 14 May 2014, Wolfgang Reutz <[email protected]> wrote:

>  Hi,
>
> is it possible to share multiple HTTP ports with "vagrant share"?
> i'm developing web applications with an django tastypie API backend and
> backbone.js frontend, so it's important to share the http port 80 as well
> as the port of the api (e.g. 8000).
> is this possible already and i miss something or is this plannend?
>

Sorry for the empty post, fat fingers on a small screen. It depends how you
want to share them. The easiest thing to do if you have multiple vagrant
instances each with their own port 80 as an example would be to use a
private network configuration. You could then access each host via their IP
address (or hostname if you use the hostname plugin).  See the network
section in the docs linked by Michael for details on creating a private
network.


-- 
Nathan Fisher
 w: http://junctionbox.ca/

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