From e46c8b3e819ebc3014ca3c4958ec2da30e0ee8c0 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Sat, 12 Feb 2022 10:58:15 -0600 Subject: [PATCH] Put Vagrant IP in new VirtualBox default allowed range --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 4cf5ee3..f73c803 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -39,7 +39,7 @@ Vagrant.configure(2) do |config| # Create a private network, which allows host-only access to the machine # using a specific IP. - # config.vm.network "private_network", ip: "192.168.33.10" + config.vm.network "private_network", ip: "192.168.56.5" # Create a public network, which generally matched to bridged network. # Bridged networks make the machine appear as another physical device on