Internal Domain Configuration
Preferred Domain
The preferred top-level domain (TLD) for the homelab environment is .internal. This domain segments internal network services from the public DNS hierarchy.
Optional Domains
Valid alternative TLDs for internal use include .lan and .home.arpa.
Implementation
Manage the internal zone via the local DNS server (TechnitiumDNS).
- Zone Creation: Create a new primary DNS zone for
.internal. - DNS Records: Assign A, AAAA, and CNAME records to network hosts (e.g.,
proxmox.internal,nas.internal). - DHCP Configuration: Configure the DHCP server to distribute
.internalas the default search domain to all network clients. - Certificate Management: Provision SSL/TLS certificates for
.internalhostnames using a local Certificate Authority (CA).
Note
warning
The .local TLD is strictly not recommended for internal unicast DNS configurations.