Here is the Vagrantfile: https://gist.github.com/skurty/11172959
and the config.yaml: https://gist.github.com/skurty/11173011 On Tuesday, April 22, 2014 12:07:02 PM UTC+2, Alvaro Miranda Aguilera wrote: > > will be better if you can share the vagrantfile in pastebin or as a gist > > > On Tue, Apr 22, 2014 at 8:45 PM, Aurélien Praga > <[email protected]<javascript:> > > wrote: > >> Hello, >> >> I'm trying to launch an environment made with puphpet but there is a >> problem with ssh. >> >> Here is the log: >> >> Bringing machine 'default' up with 'virtualbox' provider... >> ==> default: Importing base box 'ubuntu-precise1204-x32-vbox43'... >> ==> default: Matching MAC address for NAT networking... >> ==> default: Setting the name of the VM: dev_default_1398155540040_36480 >> ==> default: Clearing any previously set network interfaces... >> ==> default: Preparing network interfaces based on configuration... >> default: Adapter 1: nat >> default: Adapter 2: hostonly >> ==> default: Forwarding ports... >> default: 22 => 2222 (adapter 1) >> ==> default: Running 'pre-boot' VM customizations... >> ==> default: Booting VM... >> ==> default: Waiting for machine to boot. This may take a few minutes... >> default: SSH address: 127.0.0.1:2222 >> default: SSH username: vagrant >> default: SSH auth method: private key >> default: Warning: Connection timeout. Retrying... >> >> I did the same at home with the ip address 192.168.56.101 and no problem. >> Now I'm on a network with an ip class A and behind proxy (don't know if it >> changes something). So I put: >> config.vm.network "private_network", type: "dhcp" >> in the Vagrant file. >> >> With virtualbox.gui at true, there is no error in virtualbox. >> >> What is the problem? >> >> Thank you >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Vagrant" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
