From b9af6452c923d3164c4990ae720be07d55433a13 Mon Sep 17 00:00:00 2001 From: sump pump Date: Sun, 21 Jun 2020 03:55:38 +0000 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ed8a1d9..e67931a 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,8 @@ These settings are optional, and are already defaulted to general network common 2. `eth0` is the **LAN** or **WAN** interface supporting external routing, DNS, etc., and is the **bridged** interface to a router that will statically route the entire desired network subnet (i.e. x.x.0.0/21) through it. You may also have an `eth1` (and so on, so forth) that you statically configure for your entire, wide subnet (i.e. x.x.0.0/21) if you want to use two physical adapters. If you do have more than one interface, make sure that `internal_gateway` is set to the router IP address that can route your personal Lixonet subnets, and not your WAN gateway (unless they're the same). 4. `tun` and `tap` are in `/etc/modules` to load at boot (https://www.cyberciti.biz/faq/linux-how-to-load-a-kernel-module-automatically-at-boot-time/) and the system has been rebooted afterwards. 5. `sigil` is installed (`curl -L "https://github.com/gliderlabs/sigil/releases/download/v0.5.0/sigil_0.5.0_$(uname -sm|tr ' ' '_').tgz" | tar -zxC /usr/local/bin`) -6. IPv4 forwarding is on: `sysctl -w net.ipv4.ip_forward=1` +6. `py-pip` is installed (`apk add py-pip`) and so is the PIP package `netcalc` (`pip install netcalc`) +7. IPv4 forwarding is on: `sysctl -w net.ipv4.ip_forward=1` #### Install: