diff --git a/homestead.md b/homestead.md index 28aa84459d2..a34135e0b8a 100644 --- a/homestead.md +++ b/homestead.md @@ -124,4 +124,15 @@ The following ports are forwarded to your Homestead environment: - **SSH:** 2222 -> Forwards To 22 - **HTTP:** 8000 -> Forwards To 80 - **MySQL:** 33060 -> Forwards To 3306 -- **Postgres:** 54320 -> Forwards To 5432 \ No newline at end of file +- **Postgres:** 54320 -> Forwards To 5432 + + +## Troubleshooting + +### Connection timeout + +If you are running Windows based OS, and receive multiple `Warning: Connection timeout. Retrying...` errors during `Vagrant Up` - you may required hardware virtualisation (VT-x) enabled on your processor to install a 64bit Virtualbox. + +Use this tool from Microsoft to see if VT-x is enabled - http://www.microsoft.com/en-za/download/details.aspx? + +If it is not enabled - you will need to enable it in your BIOS setting.