26 lines
641 B
Markdown
26 lines
641 B
Markdown
+++
|
|
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.
|