On Fri, Apr 8, 2016 at 8:52 AM, Kunal Pariani <[email protected]> wrote:

> ==> default: HOST_IP=10.2.2.70


Hello.


this line:
==> default: HOST_IP=10.2.2.70

Means the variable you are passing if being handled by the script.

>From there, you need to update the provision script to configure it in the
way you want.

Vagrant is doing his share, is upto configure the guest to consume that var.

You could replace this:
*export HOST_IP=${HOST_IP}*

*with*

*echo "export HOST_IP=${HOST_IP}" | tee -a ~/.bash_profile*

*Now,*

*a piece of information, if you are using virtualbox, the host always will
be available as 10.0.2.2*




*Alvaro.*

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/CAHqq0ewqJjZLPXA-jrgQvrOVtQ0iw84S2pA8%3DT_k70%3Dz2ggrZg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to