Introduction
This page describes the installation of jaborini, which is my XMPP server.
Hardware
- LXC container with UID/GID offsets according to my UID/GID offset standard
- 1 x CPU
- 1 GB RAM
- to be partitioned according to my partitioning standard (revision 1)
- 1 NIC on public network (192.168.1.0/24)
Procedure
- Make note of the following volume creation commands:
create-perfect-drbd-vol -v --remote=ziti --name=jaborini --size=5G \ --name1=pici --ip1=192.168.3.10 --name2=ziti --ip2=192.168.3.13
and the following container recreation commands:
create-basic-lxc-cnt -v --remote=ziti --name=jaborini \ --offset=100000 \ --mem=1G \ --disk=block:/dev/drbd_jaborini \ --nic=bridge:br0 \ --release=bookworm
- Complete Installing Debian 12 on an LXC container with the default hardware.
- Complete Configuring XMPP services (revision 3).
- Complete Finalising a Linux installation.