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

[cluster-local-vms] Vagrant up fails on MacOS with Oracle Virtual Box v6.1 #111

Open
msharma24 opened this issue Feb 16, 2022 · 0 comments

Comments

@msharma24
Copy link

Issue Description

For cluster-local-vms example running vagrant up command in MacOS with Oracle Virtual Box v6.1 fails with the following error


The IP address configured for the host-only network is not within the
allowed ranges. Please update the address used to be within the allowed
ranges and run the command again.

  Address: 192.168.7.2
  Ranges: 192.168.56.0/21

Valid ranges can be modified in the /etc/vbox/networks.conf file. For
more information including valid format see:

  https://www.virtualbox.org/manual/ch06.html#network_hostonly

Fix

$sudo mkdir -p /etc/vbox
$sudo vi /etc/vbox/networks.conf
# Add the following text
* 10.0.0.0/8 192.168.0.0/16
* 2001::/64

Reference Link

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

1 participant