Add some setup and learning content.

This commit is contained in:
2025-08-21 23:54:06 -07:00
parent 6feb1ff24d
commit 631807ca33
27 changed files with 717 additions and 9 deletions

View File

@@ -0,0 +1,25 @@
+++
title = "Setup Wild Cloud"
date = '2025-06-09'
draft = false
+++
## Get your hardware
Make sure you have a dedicated machine for your DNS server. It can be tiny, like an Orange Pi Zero.
## Install your OS
- Install another Debian-based Linux machine on your LAN (e.g. Debian or Ubuntu).
- Record it's IP address.
## Install the DNS software
- Run `wild-dnsmasq-install` from your operator machine.
## Update your LAN router
- Log in to your LAN router's web interface.
- Find the DHCP settings and reserve the IP address you recorded for your DNS server.
- Set the DNS server for your LAN to the IP address of your DNS server.