diff --git a/vagrant/Vagrantfile b/vagrant/Vagrantfile index 2b0b36c6..d479df64 100644 --- a/vagrant/Vagrantfile +++ b/vagrant/Vagrantfile @@ -160,7 +160,7 @@ Vagrant.configure(2) do |config| end when "virtualbox" if vm.id - `VBoxManage guestproperty get #{vm.id} "/VirtualBox/GuestInfo/Net/2/V4/IP"`.split()[1] + `VBoxManage guestproperty get #{vm.id} "/VirtualBox/GuestInfo/Net/1/V4/IP"`.split()[1] end end end