Update README.md
This commit is contained in:
parent
35c5ca208a
commit
b3cb1cd7f0
@ -24,10 +24,10 @@ All options are supplied in the `name=value` format on individual lines, i.e. `n
|
||||
**Setup**
|
||||
|
||||
Prerequisites:
|
||||
1. Docker is installed
|
||||
2. `eth0` is the **LAN** or **WAN** interface supporting external routing, DNS, etc.
|
||||
3. `eth1` is the **birdged** interface to a router that will statically route the entire network subnet
|
||||
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., 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
|
||||
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:
|
||||
1. Clone this repository: `git clone`
|
||||
|
Loading…
x
Reference in New Issue
Block a user