Skip to content

Commit

Permalink
IP range update to match Virtualbox 6.1.x defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
UtahDave committed May 12, 2022
1 parent 535ea68 commit b540ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Expand Up @@ -6,7 +6,7 @@ VAGRANTFILE_API_VERSION = "2"

Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
os = "generic/ubuntu2004"
net_ip = "192.168.50"
net_ip = "192.168.56"

config.vm.define :master, primary: true do |master_config|
master_config.vm.provider "virtualbox" do |vb|
Expand Down

0 comments on commit b540ada

Please sign in to comment.