You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

56 lines
1.2 KiB

  1. config tinc-net NETNAME
  2. option enabled 0
  3. ## Daemon Configuration (cmd arguments)
  4. #option generate_keys 0
  5. #option key_size 2048
  6. #option logfile /tmp/log/tinc.NETNAME.log
  7. #option debug 3
  8. ## Server Configuration (tinc.conf)
  9. #option AddressFamily any
  10. #option BindToAddress 127.0.0.1
  11. #option BindToInterface lo
  12. #list ConnectTo peer1
  13. #option DirectOnly 0
  14. #option Forwarding internal
  15. #option GraphDumpFile /tmp/log/tinc.NETNAME.dot
  16. #option Hostnames 0
  17. #option IffOneQueue 0
  18. #option Interface NETNAME
  19. #option KeyExpire 3600
  20. #option MACExpire 600
  21. #option MaxTimeout 900
  22. #option Mode router
  23. option Name NODENAME
  24. #option PingInterval 60
  25. #option PingTimeout 5
  26. #option PriorityInheritance 0
  27. #option PrivateKeyFile /etc/tinc/NETNAME/rsa_key.priv
  28. #option ProcessPriority normal
  29. #option ReplayWindow 16
  30. #option StrictSubnets 0
  31. #option TunnelServer 0
  32. #option UDPRcvBuf x
  33. #option UDPSndBuf x
  34. config tinc-host NODENAME
  35. option enabled 0
  36. option net NETNAME
  37. #list Address example.com
  38. #option Cipher blowfish
  39. #option ClampMSS yes
  40. #option Compression 0
  41. #option Digest sha1
  42. #option IndirectData 0
  43. #option MACLength 4
  44. #option PMTU 1514
  45. #option PMTUDiscovery yes
  46. #option Port 655
  47. #option Subnet 192.168.1.0/24