Re: [vagrant-up] using project folders in vagrant

2018-10-09 Thread Tapas Mishra
I want to view the files kept on host inside guest. On Wed, Oct 10, 2018 at 2:06 AM Alvaro Miranda Aguilera wrote: > > if the guest box have virtualbox additions, then the current folder is > mounted as /vagrant inside the guest. > > if you copy files from the guest to /vagrant, those will be

Re: [vagrant-up] Using Vagrant with UDPTunnel GenericInterface network driver under VirtualBox

2018-10-09 Thread Russ Dill
VBoxManage modifyvm "VM 01 on host 1" --nicgenericdrv0 UDPTunnel VBoxManage modifyvm "VM 01 on host 1" --nicproperty0 dest=10.0.0.2 VBoxManage modifyvm "VM 01 on host 1" --nicproperty0 sport=10001 VBoxManage modifyvm "VM 01 on host 1" --nicproperty0 dport=10002 VDE is configured similarly. The

Re: [vagrant-up] is it necessary to destroy a Vagrant box after updating it?

2018-10-09 Thread William Arcaya C.
Thanks Alvaro, But my question is: MUST I necessarily to destroy my box? Or is there a problem if I wanna keep it as is now? because I don't wish reinstall again my framework. Or is there a better solution? Thanks in advance. Sincerely,                  William Arcaya C.《Beatus vir qui

Re: [vagrant-up] Vagrant Hyper-V VM stored in 2 places

2018-10-09 Thread Alvaro Miranda Aguilera
one is the template: C:/Users/username/.vagrant.d/boxes/blah the the other is the local project. say you have 1 base box, and 6 projects, then you will need 7x space. Virtualbox and VMWare can use snapshots and that save space. alvaro. On Tue, Oct 2, 2018 at 10:56 PM George Maslennikov

Re: [vagrant-up] using project folders in vagrant

2018-10-09 Thread Alvaro Miranda Aguilera
if the guest box have virtualbox additions, then the current folder is mounted as /vagrant inside the guest. if you copy files from the guest to /vagrant, those will be visible on the host. Alvaro. On Thu, Oct 4, 2018 at 2:37 PM kaliyatensionia wrote: > I have recently installed vagrant and

Re: [vagrant-up] access host gz/bin using provisioning shell

2018-10-09 Thread Alvaro Miranda Aguilera
hello your scripts need to assume ./master will be /vagrant/master so ./master/migrate/jdk-8u181-linux-x64.tar.gz is present in /vagrant/master/migrate/jdk-8u181-linux-x64.tar.gz just adjust the path and all will be good. alvaro. On Fri, Oct 5, 2018 at 10:06 PM wrote: > Here's the folder

Re: [vagrant-up] vagrant box repackage

2018-10-09 Thread Alvaro Miranda Aguilera
hello you need to destroy and up so the new VM gets created from the new template. if you share the fulll sequence of steps, that will help to confirm you have all the steps or maybe one is missed. alvaro On Wed, Oct 3, 2018 at 2:21 PM anonymous X wrote: > What's the point of this

Re: [vagrant-up] How to change network settings inherited from basebox?

2018-10-09 Thread Alvaro Miranda Aguilera
Hello. Vagrant out of the box will do first network nat, and any additional network can be private or public. This is how vagrant works out of the box. alvaro. On Wed, Oct 3, 2018 at 1:33 PM Jeff wrote: > Hi, > > let's say I have used this in order to get started: > > $ vagrant init

Re: [vagrant-up] Vagrant box version number

2018-10-09 Thread Alvaro Miranda Aguilera
local boxes doesn;t have versions. versions is a feature of Vagrant Cloud. you could upload the box and that will have a version. Alvaro. On Wed, Oct 3, 2018 at 11:11 AM anonymous X wrote: > I repackaged a Vagrant box that had version number 0.0.2. How do I > repackage it so it showd 0.0.3?

Re: [vagrant-up] is it necessary to destroy a Vagrant box after updating it?

2018-10-09 Thread Alvaro Miranda Aguilera
hello. if you do changes to the Vagrantfile, you can use vagrant reload if you do changes to the provisioners of the box, you can either use vagrant provision vagrant reload --provision if you do changes to the base box, then yes, a destroy/up is needed. if you are using local boxes, then

Re: [vagrant-up] Using Vagrant with UDPTunnel GenericInterface network driver under VirtualBox

2018-10-09 Thread Alvaro Miranda Aguilera
Can you do this with commands with VBoxManage? On Sun, Oct 7, 2018 at 11:39 PM Russ Dill wrote: > I'm trying to connect my Vagrant VM to a UDP tunneled Ethernet network. I > can do so under VirtualBox native with the following syntax: > > "true" type="82540EM"> > >

Re: [vagrant-up] Vagrant error

2018-10-09 Thread Alvaro Miranda Aguilera
Hello If you can attach your Vagrantfile that will help to see what you are trying to do. thanks alvaro On Tue, Oct 9, 2018 at 4:12 PM wrote: > Vagrant: > Version: 2.1.5 > > VirtualBox: > Version: 5.2.18 > > I'm trying to setup a VM but it keeps auto destroying itself.. > > Terminal feedback:

[vagrant-up] Re: Vagrant error

2018-10-09 Thread dannyheisa
Mac OS: Mojave version: 10.14 Op dinsdag 9 oktober 2018 15:12:04 UTC+2 schreef danny...@gmail.com: > > Vagrant: > Version: 2.1.5 > > VirtualBox: > Version: 5.2.18 > > I'm trying to setup a VM but it keeps auto destroying itself.. > > Terminal feedback: >