From 677f3d20b4a2ebfa1954668b584b7f4286b5d13a Mon Sep 17 00:00:00 2001 From: olayinka009 Date: Sun, 21 Nov 2021 17:38:28 -0500 Subject: [PATCH 1/2] Change to vagrant file --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index b6ac8c7..0aa8816 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -10,7 +10,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| config.vm.box = "ubuntu/trusty64" # 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.22" + config.vm.network "private_network", ip: "192.168.33.100" # Share an additional folder to the guest VM. The first argument is the path on the host to the actual folder. # The second argument is the path on the guest to mount the folder. From cc609fadffeaebecf18888517a123ef94625bc55 Mon Sep 17 00:00:00 2001 From: olayinka009 Date: Thu, 7 Apr 2022 00:02:57 -0400 Subject: [PATCH 2/2] New Change to Vagrantfile --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 0aa8816..fe9f759 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -10,7 +10,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| config.vm.box = "ubuntu/trusty64" # 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.100" + config.vm.network "private_network", ip: "192.168.33.101" # Share an additional folder to the guest VM. The first argument is the path on the host to the actual folder. # The second argument is the path on the guest to mount the folder.