rancher / quickstart

378 stars 328 forks source link

added ip range to support latest virtual box on mac. #191

Closed NetPenguins closed 2 years ago

NetPenguins commented 2 years ago

Per #187 VirtualBox >= 6.1.28 and Vagrant >= 2.2.19 require an IP range of 192.168.56.0/21. https://discuss.hashicorp.com/t/vagrant-2-2-18-osx-11-6-cannot-create-private-network/30984/4

This PR addresses this issue by simply swapping the IPs.

bashofmann commented 2 years ago

Thank you for the contribution.