Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

vagrant-auto_network plugin support #155

Merged
merged 1 commit into from
Jul 29, 2015

Conversation

shawnachieve
Copy link
Contributor

This update makes a small modification to the Vagrantfile to detect if the user has the vagrant-auto_network plugin installed and uses that to automatically assign an IP address to the VM rather than having to explicitly set an IP in the config.yml file. This is useful for users that need to run multiple VM as it helps avoid IP address collisions or having to track which IPs are used by which VMs.

@geerlingguy
Copy link
Owner

This looks like a nice improvement and would hopefully resolve some small networking issues some users have (especially when their local area networks use the 192.168.x prefix!). I might modify the documentation a little after merging, and I'll do a little manual testing myself prior to merging. Thanks!

@geerlingguy
Copy link
Owner

Just a note to myself—if/when this is merged, also needs a mention in docs somewhere, maybe under a new networking section (would be good alongside the livereload/forwarded ports configuration too).

geerlingguy added a commit that referenced this pull request Jul 29, 2015
PR #155: Add support for vagrant-auto_network plugin.
@geerlingguy geerlingguy merged commit 00e7967 into geerlingguy:master Jul 29, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants