Skip to content

Commit

Permalink
Merge pull request #19 from HackUCF/ovpn-dns-fix
Browse files Browse the repository at this point in the history
Ovpn dns fix
  • Loading branch information
jontyms authored Sep 29, 2024
2 parents 48e2b71 + a6a2730 commit 4c9d396
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/OpenStack Setup Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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).

Expand Down
25 changes: 25 additions & 0 deletions docs/guides/Troubleshooting.md
Original file line number Diff line number Diff line change
@@ -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 |
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4c9d396

Please sign in to comment.