Hi all - 

The Vagrant documentation states below (see 
https://docs.vagrantup.com/v2/networking/public_network.html):

*"When DHCP is used, the IP can be determined by using vagrant ssh to SSH 
into the machine and using the appropriate command line tool to find the 
IP, such as ifconfig."*

However, this requires waiting until provisioning is complete in order to 
determine the IP address of the provisioned node. Is there any way to 
determine the IP address of a node during provisioning? For example, I'd 
like to find out the IP address of a "master" node that I then use to 
configure various "child" nodes via the Vagrantfile. Is this possible?

- Taylor

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