Vagrant::Config.run do |config| config.vm.box = "precise64" config.vm.network :hostonly, "10.10.10.10" end