Add wan_interface opt in lixonet.conf

This commit is contained in:
sump pump 2020-04-27 23:52:39 +00:00
parent f715555b1d
commit d443a678a7
2 changed files with 4 additions and 1 deletions

View File

@ -15,6 +15,7 @@ Run: `tincd -n lixonet -K`
All options are supplied in the `name=value` format on individual lines, i.e. `name=test_name_lixo`
* `name` - The global, local neighbor name. Tinc and Bird use this to identify a peer in the network.
* `wan_interface` - The interface that Tinc should bind to to _listen_ for incoming connections (i.e. eth1). This is _not_ the tunnel interface.
**Setup**

View File

@ -8,7 +8,9 @@
Name = ${name}
# Do not change this. Lixonet runs over port 9993 by standard.
# Do not change these. Lixonet runs over port 9993 by standard.
BindToInterface = ${wan_interface}
Port = 9994
# Device is named "lixonet" by Tinc and visible directly in host kernel