Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New policy in VirtualBox 6.1.28 #36

Open
gregsmirnov opened this issue Nov 9, 2021 · 1 comment
Open

New policy in VirtualBox 6.1.28 #36

gregsmirnov opened this issue Nov 9, 2021 · 1 comment

Comments

@gregsmirnov
Copy link

VirtualBox doesn't allow a flexible IP range for host-only network interface starting from version 6.1.28. The default range 192.168.56.0/21 can be changed in /etc/vbox/networks.conf

https://virtualbox.com/manual/ch06.html#network_hostonly

@natemccurdy
Copy link

The default range in vagrant-auto_network can be changed by updating your Vagrantfile with the following:

AutoNetwork.default_pool = '192.168.56.0/21'

Put that before any Vagrant config lines.

You'll have to vagrant destroy -f all of your VM's and also rm ~/.vagrant.d/auto_network/pool.yaml before a vagrant up will work with the new range.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants