I've installed and setup Laravel Homestead using Vagrant and Virtualbox successfully on my Mac. However, it takes around 20 seconds to ssh in (using vagrant ssh
and ssh [email protected]
...) and even longer to issue commands (30s - 1m!)
The peculiar problem is that as soon as I disable my Mac's internet connection, the SSH becomes lightening quick and I can login and issue commands in milliseconds.
Any help would be greatly appreciated