Introduction
This page describes the installation of orzo, which is my DNS, DHCP & LDAP server and DYNDNS updater.
Procedure
- Add a suitable entry to the existing DNS server.
- 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
- Complete Installing Debian 11 on an LXC container using the volume and container creation commands above when required. Especially note that
- 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)
- Complete Configuring DNS services (revision 4.1).
- Complete Configuring DHCP services (revision 2.1).
- Complete Configuring dynamic DNS services (revision 1.1).
- Complete Configuring LDAP services (revision 1.2).
- Complete Finalising a Linux installation.