Re: [vagrant-up] Free IPA unable to access it web url

2018-02-01 Thread Alvaro Miranda Aguilera
hello not a vagrant issue from here if you expect this to be running on port 80, there is nothing listening on port 80 you make sure sure it will bind to 0.0.0.0 and then you can use the IP of 192.168.2.40 like 192.168.2.40: i think will be more appropiate in a IPA forum thanks On Thu, Feb

Re: [vagrant-up] Configuration of the /etc/network/interfaces and /etc/dhcp/dhcpd.conf by Vagrantfile?

2018-02-01 Thread Alvaro Miranda Aguilera
hello choose one of these: - you pass the USB to the VM and configure that in the VM . what you are doing with vbox manage is plug the usb IN the VM - configure the USB on the host, check what eth is, and use network_private to make a nic on the VM using that. one or the other, no both then

Re: [vagrant-up] Deploy VMs Template with vagrant to an external host

2018-02-01 Thread Alvaro Miranda Aguilera
hello can you explain why you want to do this : - on servers ? - with vagrant? Vagrant first use case is development kind of workloads, can be local or remote, based on plugins so here we can check what tech are you using? there are plugin from vmware vsphere and other s but i want to stress

Re: [vagrant-up] I am using vagrant + virtual box. Can vagrant select working network interfaces of host machine automatically?

2018-02-01 Thread Alvaro Miranda Aguilera
for public network + virtualbox you will be ask to choose Can you share more information? have you tried? what you see? include vagrantfile also please thanks On Thu, Feb 1, 2018 at 10:20 AM, Emilbek Sulaymanov < emilbeksulayma...@gmail.com> wrote: > Can it pick right network interface of

Re: [vagrant-up] Unable to install Winrm on macox vagrant env

2018-02-01 Thread Alvaro Miranda Aguilera
hello not sure if you need winrm plugin I think vagrant includes it but this is worriesome: `I work at Dish where we cant directly download from the internet due to security reasons so i set up a back-door proxy to get the downloads i need` don't do that, talk to your IT team. On Thu, Feb 1,

Re: [vagrant-up] dissapearing vmnet on vagrant up with vmware

2018-02-01 Thread Alvaro Miranda Aguilera
hello please email supp...@hashicorp.com Thanks alvaro. On Thu, Feb 1, 2018 at 8:31 PM, Modest Syla wrote: > Having trouble setting up Vagrant 2.0.1 with VMware Workstation 14.1.1 > build-7528167 on linux 4.13.0-32-generic Ubuntu 17.10 > > vagrant file is as follows: >

[vagrant-up] Unable to install Winrm on macox vagrant env

2018-02-01 Thread Fontem Ryan Asonganyi
Hey good morning community , - i have a chef-dk environment (vagrant , VM , packer, Git) build up and i want to create a Windows test Kitchen that requires Winrm MERAL215978:learn_chef_iis-master ryan.asonganyi$ gem query --local | grep winrm vagrant-winrm (0.7.0) winrm (2.2.3)

[vagrant-up] vagrant ssh-config HostName changes post running a provisioning shell script??

2018-02-01 Thread Shashank Korada
down votefavorite I am bringing up a VM using the vmware vagrant plugin and once the VM is up I run a shell script to provision the VM. Prior to the script that runs, following is the

[vagrant-up] Re: Vagrant failed to initialize at a very early stage:

2018-02-01 Thread osayande omondiagbe
You need to make the folder ~/.vagrant.d belongs to your current user On Wednesday, 18 December 2013 02:50:43 UTC+13, Vladimir Varbanov wrote: > > I've got this: > > Vagrant failed to initialize at a very early stage: >> >> >>> The home directory you specified is not accessible. The home >> >>

Re: [vagrant-up] Configuration of the /etc/network/interfaces and /etc/dhcp/dhcpd.conf by Vagrantfile?

2018-02-01 Thread _nobody_ _nobody_
This is the perfect answer (which I new already). The only problem here: I do NOT see/envision anywhere in such /bin/bash script Vagrant/Vagrant environment?! We are talking here about Vagrant networking, ain't/aren't we??? Thank you, Zoran -- This mailing list is governed under the

Re: [vagrant-up] Unable to install Winrm on macox vagrant env

2018-02-01 Thread Fontem Ryan Asonganyi
thanks for the responds but i dont think it comes with it, i know it comes with standard ssh for linux machines but vagrant-winrn is a plugin that has to be installed & I am the IT team lol, im looking for a solution for my team every vagrant user in my environment is familiar with centos

Re: [vagrant-up] Configuration of the /etc/network/interfaces and /etc/dhcp/dhcpd.conf by Vagrantfile?

2018-02-01 Thread _nobody_ _nobody_
This is the perfect answer (which I knew already/yesterday I got the more complete idea - the domain I am in is not so trivial). The only problem here: I do NOT see/envision anywhere in such /bin/bash script Vagrant/Vagrant environment?! We are talking here about Vagrant networking,

[vagrant-up] Need help to install VM of vagrant box in linux

2018-02-01 Thread Yougandhara Sarode
Hi I need to install the VM configured in Vagrant Box as a software(package) in Linux machine. I am not able to have a public IP to VM configured in the Vagrant box (since the vagrant is configured for NAT). I would like this to be installed on the Linux machine as a service (package). Can

[vagrant-up] Free IPA unable to access it web url

2018-02-01 Thread rangct92
Dear Team, I have successfully installed Free IPA in Web URL where i am unable to access it in we url with its ip i have done installation of Free IPA service inside the vagrant instance of host machine [root@ipa vagrant]# ifconfig eth0: flags=4163 mtu 1500

[vagrant-up] I am using vagrant + virtual box. Can vagrant select working network interfaces of host machine automatically?

2018-02-01 Thread Emilbek Sulaymanov
Can it pick right network interface of host machine itself? It will select itself, I am not saying about pointing right interface in Vagrantfile, vagrant will select itself. -- This mailing list is governed under the HashiCorp Community Guidelines -