Ok, installed, now what?
mrjcleaver opened this issue · 2 comments
Hi - The only reference to this project is on http://forum.proxmox.com/threads/15457-Provisioning-with-vagrant-up?highlight=vagrant
I would really appreciate an end-to-end example, or at least instructions of what to do after:
$ vagrant up --provider=proxmox
Bringing machine 'box' up with 'proxmox' provider...
==> box: Creating the virtual machine...
==> box: Done!
==> box: Starting the virtual machine...
==> box: Done!
==> box: Waiting for SSH connection...
Maybe it will come to me but the brain is firing blanks and the answer must be out there...
Thanks,
Martin.
Vagrant-Proxmox brings up the machine and tries to connect via ssh as user 'vagrant' given the IP address from the Vagrantfiile and the ssh key provided in the mitchellh/vagrant project. Which template are you using? The template linked in README.md is prepared accordingly.
@sebrem
this issue will happen when you try to use IP addresses outside of you IP pool,
eg. using 192.168.0.0/24 when you have you network configured to use 192.168.100.0/24