Update README.md

This commit is contained in:
sump pump 2020-05-20 20:47:32 +00:00
parent 35c5ca208a
commit b3cb1cd7f0

View File

@ -24,10 +24,10 @@ All options are supplied in the `name=value` format on individual lines, i.e. `n
**Setup** **Setup**
Prerequisites: Prerequisites:
1. Docker is installed 1. `docker` (Alpine: community repository), `git`, and `curl` are installed (Alpine: `apk add`)
2. `eth0` is the **LAN** or **WAN** interface supporting external routing, DNS, etc. 2. `eth0` is the **LAN** or **WAN** interface supporting external routing, DNS, etc., and is the **birdged** interface to a router that will statically route the entire desired network subnet (i.e. x.x.0.0/16) through it
3. `eth1` is the **birdged** interface to a router that will statically route the entire network subnet
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/) 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/)
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`)
Install: Install:
1. Clone this repository: `git clone` 1. Clone this repository: `git clone`