Skip to main content

Configuring DNS for the LAN

Requirements:

  1. The LAN Name Service must proide caching for external name requests.
  2. The LAN Name Service provides local network name resolution to requests from withhin the LAN.
  3. The LAN Nameservice will use local zone records to resolve local network names.
  4. The LAN Name Service will be authoritative for the local network defined as .LOCAL - This domain name / zone definition must not be propagated beyond the LAN.

Platforms

  • Raspberry Pi 3b+ with 64-bit Raspberry Pi OS Lite

Procedure

  1. Install BIND9
  2. create Zone files for named
  3. Configure caching for named
  4. Test DNS configuration
  5. Configure named to start at boot
  6. Publish LAN name server host and port

Comments

Popular posts from this blog

CSS Animation and Movement Effects

List of documentation with examples from w3schools.com: CSS 3 transition Property The transition property is a shorthand property for: transition-property transition-duration transition-timing-function transition-delay Note:  Always specify the transition-duration property, otherwise the duration is 0s , and the transition will have no effect. CSS Animations tutorial from W3 Schools

YouTube Video: Building products with NetBSD: Thin-clients by Stephen Borrill

Build a thin client using NetBSD