diff --git a/docs/guides/OpenStack Setup Guide.md b/docs/guides/OpenStack Setup Guide.md index d02e2ad..20c2b66 100644 --- a/docs/guides/OpenStack Setup Guide.md +++ b/docs/guides/OpenStack Setup Guide.md @@ -11,7 +11,7 @@ 1. Go to [https://openvpn.net/client/](https://openvpn.net/client/). 2. Download the appropriate version of OpenVPN for your operating system and install it. - ### For Windows: +### For Windows: - Press the Windows key and search for OpenVPN. - Run OpenVPN. @@ -25,7 +25,7 @@ - Press "Connect". - In the future, navigate to the OpenVPN client and select the on switch labeled "vpn.hackucf.org". - ### For Windows 10 Users: +### For Windows 10 Users: - If you don't already have the new Windows Terminal, download it from [https://aka.ms/terminal](https://aka.ms/terminal). diff --git a/docs/guides/Troubleshooting.md b/docs/guides/Troubleshooting.md new file mode 100644 index 0000000..37bd11f --- /dev/null +++ b/docs/guides/Troubleshooting.md @@ -0,0 +1,25 @@ +# Troubleshooting + +This page provides methods for troubleshooting problems the end user may run into. + +## Hackucf DNS records not resolving: + +## Recommended Fix + Set your DNS to cloudflare's dns servers. Follow the instructions [located on their website](https://one.one.one.one/dns/) + +### Fix for Custom DNS Users + + If you run your own local DNS and you cannot resolve horizon.hackucf.cloud with nslookup, then you will need to add the following to your Records. + + **DNS Records:** + + | Domain | IP Address | + |----------------|------------| + | cloud.hackucf | 10.4.4.10 | + + **CNAME Records:** + + | FQDN | Domain | + |---------------------|---------------| + | horizon.hackucf.cloud | cloud.hackucf | + | api.hackucf.cloud | cloud.hackucf | diff --git a/mkdocs.yml b/mkdocs.yml index 0f1329b..6792433 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -47,5 +47,6 @@ nav: - "Security Groups Guide": "guides/Security Groups.md" - "How to Launch an Instance": "guides/How to Launch an Instance.md" - "Migration Guide": "guides/Migrate Instance.md" + - "Troubleshooting": "guides/Troubleshooting.md" #extra_css: # - stylesheets/extra.css