orzo

Introduction

This page describes the installation of orzo, which is my DNS, DHCP & LDAP server and DYNDNS updater.

Procedure

  1. Add a suitable entry to the existing DNS server.
  2. Make note of the following volume creation commands:
    create-perfect-drbd-vol -v --remote=torchio --name=orzo --size=5G \
        --name1=fiori --ip1=192.168.3.6 --name2=torchio --ip2=192.168.3.7

    and the following container recreation commands:

    create-basic-lxc-cnt --remote=torchio --name=orzo \
        --offset=1100000 \
        --cpus=1 \
        --mem=2 \
        --disk=block:/dev/drbd_orzo \
        --nic=bridge:br0
    
  3. Complete Installing Debian 11 on an LXC container using the volume and container creation commands above when required. Especially note that
    1. this systems’s DNS server should be the existing DNS serverĀ (Configuring DNS services (revision 4.1) will instruct you to change this at the appropriate time)
  4. Complete Configuring DNS services (revision 4.1).
  5. Complete Configuring DHCP services (revision 2.1).
  6. Complete Configuring dynamic DNS services (revision 1.1).
  7. Complete Configuring LDAP services (revision 1.1).
  8. Complete Finalising a Linux installation.

See also