rotelle

Introduction

This page describes the installation of rotelle, which is my I2P server.

Procedure

  1. Make note of the following volume creation commands:
    create-perfect-drbd-vol -v --remote=torchio --name=rotelle --size=5G \
        --name1=fiori --ip1=192.168.3.6 --name2=torchio --ip2=192.168.3.7
    create-perfect-drbd-vol -v --remote=torchio --name=rotelle_i2pnark --size=50G \
        --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=rotelle \
        --offset=600000 \
        --mem=2 \
        --disk=block:/dev/drbd_rotelle \
        --disk=block:/dev/drbd_rotelle_i2psnark \
        --nic=bridge:br0 \
        --nic=network:192.168.10.0
    
  2. Complete Installing Debian 11 on an LXC container using the volume and container creation commands above when required.
  3. Complete Configuring I2P (revision 3).
  4. Complete Finalising a Linux installation.

    See also