Vagrant.configure(2) do |config| config.vm.box = "debian/jessie64" config.vm.network "private_network", ip: "192.168.50.2" end