tinc.conf 840 B

12345678910111213141516171819202122232425
  1. # Sample tinc configuration file
  2. # This is a comment.
  3. # Spaces and tabs are eliminated.
  4. # The = sign isn't strictly necessary any longer, though you may want
  5. # to leave it in as it improves readability :)
  6. # Variable names are treated case insensitive.
  7. # The name of this tinc host. Required.
  8. Name = alpha
  9. # The internet host to connect with.
  10. # Comment these out to make yourself a listen-only connection
  11. # You must use the name of another tinc host.
  12. # May be used multiple times for redundance.
  13. ConnectTo = beta
  14. # The tap device tinc will use. Required.
  15. # Default is /dev/tap0 for ethertap or FreeBSD,
  16. # /dev/tun0 for Solaris and OpenBSD,
  17. # and /dev/misc/net/tun for Linux tun/tap device.
  18. Device = /dev/misc/net/tun
  19. # The file in which the private key for this host is stored. Required.
  20. PrivateKeyFile = /etc/tinc/example/rsa_key.priv