Displaying 1 result from an estimated 1 matches for "my_tinc_network".
2013 Oct 21
2
Very slow network speed using Tinc
...o private IPv4).
Here is the configuration of Tinc we use :
AddressFamily = ipv4
BindToInterface = vmbr1
Broadcast = mst
DecrementTTL = no
DirectOnly = no
Forwarding = internal
GraphDumpFile = /tmp/tinc-graph
LocalDiscovery = no
Mode = switch
MACExpire = 30
Name = host1
PrivateKeyFile = /etc/tinc/my_tinc_network/rsa_key.priv
ProcessPriority = high
And for each host :
Address = XXX.XXX.XXX.XXX
Cipher = ECDHE-RSA-AES256-SHA384
Compression = 3
Digest = sha1
MACLength = 20
Each node is Intel Core i7/Xeon powered.
I can see in the graph dump file that every node is connected to each
other (no indirect conne...