Comment faire pour activer l'accès à internet à l'intérieur de Vagabond?

Si je lance curl google.com, je ne vois pas la sortie, une page blanche. Mon Vagrantfile contient:

Vagrant.configure("2") do |config|
  config.vm.box = "trumobi"
 #config.vm.box_url = "http://192.168.136.129/package.box"
  config.ssh.default.username = "trumobi"
  config.vm.network :public_network
  config.vm.network :forwarded_port, host: 8000, guest: 8000
end
InformationsquelleAutor user2439278 | 2013-08-27