Update README.md

This commit is contained in:
sump pump 2020-04-27 22:57:28 +00:00
parent 46986da229
commit 7326d2cd66

View File

@ -18,12 +18,13 @@ All options are supplied in the `name=value` format on individual lines, i.e. `n
**Setup** **Setup**
Given, Prerequisites:
1. Docker is installed 1. Docker is installed
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.
3. `eth1` is the **birdged** interface to a router that will statically route the entire network subnet 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/)
Then, on the host: Install:
1. Clone this repository: `git clone` 1. Clone this repository: `git clone`
2. `mkdir /etc/lixonet/` 2. `mkdir /etc/lixonet/`
3. Fill out `/etc/lixonet/lixonet.conf` (see: **Configuration options**) 3. Fill out `/etc/lixonet/lixonet.conf` (see: **Configuration options**)