Re: [vagrant-up] Vagrant keeps redirecting me to previous localhost:port setting and failing

2018-11-28 Thread Alvaro Miranda Aguilera
hello what ip or url you type in the browser ? On Tue, Nov 27, 2018 at 10:28 PM John S wrote: > I changed from forwarded port to a private network, then ran vagrant > reload but my browser keeps redirecting back to localhost and failing > > I can't seem to find anything on why this is

Re: [vagrant-up] Can you access vagrant private network from host?

2018-11-28 Thread Alvaro Miranda Aguilera
hello there i am not sure i can understand what you need help with. let ask few questions. what you have built so far? - share vagrant file what do you see? - share an screenshot if you also share what you want to happen, and describe what is happening will help. As is today, i may understand

Re: [vagrant-up] Re: Including other files when packaging a box

2018-11-28 Thread Alvaro Miranda Aguilera
hello when you add a vagrant box, it will add it to: ~/.vagrant.d/boxes when you include files in the box they get added in the compressed file of the box. think on the template vm on disk and other files. When you do vagrant init, you are just creating a new Vagrantfile, that tells the local

[vagrant-up] Re: Including other files when packaging a box

2018-11-28 Thread Nc Diesel
So: No tip,tricks or hints on this? To get my cookbooks in a newly created vagrant box and to have them present for provisioning I have to copy them from $HOME/.vagrant.d/... into my working directory. This seems like a bug to me. They should execute them in place from .vagrant.d or