Common errors¶
Connection timed out¶
Most connection issues are due to incorrect DNS resolution. If the connection is timing out, check that the hostname you are pointing at is resolving to the correct IP address. You can do this by running nslookup <hostname> at the cmd prompt.
If the host name is not resolving correctly, you can fix this by modifying the Windows hosts file.
- Open
C:\Windows\System32\drivers\etc\hostswith Administrator privileges. - Append a new line with
<ip address> <hostname>