webdevops / vagrant-docker-vm

:computer: Development Vagrant VM with Docker, Samba and Mail sandbox (customizable)
https://webdevops.io/projects/vagrant-docker-vm/
MIT License
87 stars 28 forks source link

Box SSH breaks wenn going from no Internet to Internet #23

Closed PanadeEdu closed 9 years ago

PanadeEdu commented 9 years ago

Problem: When running the Box without an internet Connection, there is no problem in using it. As soon as Internet is connected, it looses every SSH Connection and I am unable to connect again.

Workaround: Reboot the entire Vagrant Box

Technical Env: Windows 8.1 running VagrantBox with Virtual Box as Provider

mblaschke commented 9 years ago

I think this is a virtualbox networking issue.

VMware automatically switches from ethernet to wifi and back within some seconds.

Workaround: Vagrant Reload

PanadeEdu commented 9 years ago

Vagrant up seems to load different tasks without internet connection. Such as git ssh key fetching.

mblaschke commented 9 years ago

Related to #22