I2P Test Network
This page documents how to set up and bootstrap a self contained test network using i2pd.
This guide assumes debian stable for host and containers.
Test Network Prerequisites
- CPU with AESNI support
- 64MB-96MB RAM per instance
- linux with lxc support
Initial Setup
Host Setup
Update repos
Build Dependencies
Get packages for needed for building everything from source
Get packages for containers
Host Network Config
Set up bridge interface for containers, it should not bridge any ports.
Append the following to /etc/network/interfaces
then put the interface up, keep it up
Host system dependencies
I2PD is used for this test network (obviously)
CJDNS is used for connecting all the i2pd instances with no manual configuration (very useful)
TODO: finish this