Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

connection refused #28

Closed
aebling opened this issue Oct 22, 2014 · 3 comments
Closed

connection refused #28

aebling opened this issue Oct 22, 2014 · 3 comments
Assignees
Labels

Comments

@aebling
Copy link

aebling commented Oct 22, 2014

After assiging to nat network manual after ff is up via vagrant up the attempt to ssh is refused. Never connects.

@routelastresort
Copy link
Contributor

Try this: vagrant box list, and compare with the latest versions at Vagrant Cloud. You may also have multiple versions installed. Also, post the Vagrantfile being used (if there is one).

@routelastresort
Copy link
Contributor

Virtualbox versions being updated. Also, try adding this to your Vagrantfile in the future (vidconsole access) for troubleshooting (non-headless mode):

config.vm.provider "virtualbox" do |v|
  v.gui = true
end

@routelastresort
Copy link
Contributor

Fixed in 0.1.6 versions of FFP boxes for VirtualBox

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants