Add wan_interface opt in lixonet.conf
This commit is contained in:
parent
f715555b1d
commit
d443a678a7
@ -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`
|
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.
|
* `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**
|
**Setup**
|
||||||
|
|
||||||
|
@ -8,7 +8,9 @@
|
|||||||
|
|
||||||
Name = ${name}
|
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
|
Port = 9994
|
||||||
|
|
||||||
# Device is named "lixonet" by Tinc and visible directly in host kernel
|
# Device is named "lixonet" by Tinc and visible directly in host kernel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user