lixonet-ee/tinc/lixonet/tinc.conf.tmpl

36 lines
1.2 KiB
Cheetah
Raw Normal View History

2020-04-27 23:07:39 +00:00
# __ _____ __
# | |\_// \|\ ||_ | _)
# |__|/ \\__/| \||__ | __)
# Tinc configuration
#
# This is a configuration file for Lixonet that is already pre-configured for
# you. Please refer to your lixonet.conf file for changing parameters.
2020-04-27 21:17:05 +00:00
Name = ${name}
2020-04-27 23:07:39 +00:00
# Do not change this. Lixonet runs over port 9993 by standard.
2020-04-27 23:47:37 +00:00
Port = 9994
2020-04-27 22:39:47 +00:00
2020-04-27 23:07:39 +00:00
# Device is named "lixonet" by Tinc and visible directly in host kernel
2020-04-27 22:53:47 +00:00
DeviceType = tap
Device = /dev/net/tun
2020-04-27 22:11:25 +00:00
Mode = switch
2020-04-27 22:43:42 +00:00
AddressFamily = ipv4
2020-04-27 23:07:39 +00:00
# Default over-the-wire security for Lixonet.
# Blowfish: https://en.wikipedia.org/wiki/Blowfish_(cipher)
# SHA1: https://en.wikipedia.org/wiki/SHA-1
2020-04-27 22:11:25 +00:00
Cipher = blowfish
Digest = sha1
2020-04-27 23:07:39 +00:00
# When this option is enabled, packets that cannot be sent directly to the
# estination node, but which would have to be forwarded by an intermediate node,
# are dropped instead. When combined with the IndirectData option, packets for
# nodes for which we do not have a meta connection with are also dropped.
2020-04-27 22:11:25 +00:00
DirectOnly = yes
2020-04-27 23:01:49 +00:00
2020-04-27 23:07:39 +00:00
# In the following section, list backbone/core Lxn3 nodes to connect to at boot
2020-04-27 23:48:03 +00:00
ConnectTo = denco_mane_lixo
ConnectTo = phxaz_nurd_lixo
ConnectTo = daltx_nurd_lixo