2019-08-26 11:44:38 +00:00
|
|
|
.Dd 2009-05-18
|
2019-08-26 11:44:36 +00:00
|
|
|
.Dt TINCD 8
|
|
|
|
.\" Manual page created by:
|
2019-08-26 11:44:37 +00:00
|
|
|
.\" Ivo Timmermans
|
2019-08-26 11:44:36 +00:00
|
|
|
.\" Guus Sliepen <guus@tinc-vpn.org>
|
2019-08-26 11:44:36 +00:00
|
|
|
.Sh NAME
|
|
|
|
.Nm tincd
|
|
|
|
.Nd tinc VPN daemon
|
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm
|
2019-08-26 11:44:38 +00:00
|
|
|
.Op Fl cdDkKnLRU
|
2019-08-26 11:44:36 +00:00
|
|
|
.Op Fl -config Ns = Ns Ar DIR
|
2019-08-26 11:44:36 +00:00
|
|
|
.Op Fl -no-detach
|
|
|
|
.Op Fl -debug Ns Op = Ns Ar LEVEL
|
|
|
|
.Op Fl -kill Ns Op = Ns Ar SIGNAL
|
|
|
|
.Op Fl -net Ns = Ns Ar NETNAME
|
2019-08-26 11:44:36 +00:00
|
|
|
.Op Fl -generate-keys Ns Op = Ns Ar BITS
|
2019-08-26 11:44:36 +00:00
|
|
|
.Op Fl -mlock
|
|
|
|
.Op Fl -logfile Ns Op = Ns Ar FILE
|
|
|
|
.Op Fl -pidfile Ns = Ns Ar FILE
|
|
|
|
.Op Fl -bypass-security
|
2019-08-26 11:44:38 +00:00
|
|
|
.Op Fl -chroot
|
|
|
|
.Op Fl -user Ns = Ns Ar USER
|
2019-08-26 11:44:36 +00:00
|
|
|
.Op Fl -help
|
|
|
|
.Op Fl -version
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
This is the daemon of tinc, a secure virtual private network (VPN) project.
|
|
|
|
When started,
|
|
|
|
.Nm
|
|
|
|
will read it's configuration file to determine what virtual subnets it has to serve
|
|
|
|
and to what other tinc daemons it should connect.
|
|
|
|
It will connect to the ethertap or tun/tap device
|
|
|
|
and set up a socket for incoming connections.
|
|
|
|
Optionally a script will be executed to further configure the virtual device.
|
|
|
|
If that succeeds,
|
|
|
|
it will detach from the controlling terminal and continue in the background,
|
|
|
|
accepting and setting up connections to other tinc daemons
|
|
|
|
that are part of the virtual private network.
|
2019-08-26 11:44:36 +00:00
|
|
|
Under Windows (not Cygwin) tinc will install itself as a service,
|
|
|
|
which will be restarted automatically after reboots.
|
2019-08-26 11:44:36 +00:00
|
|
|
.Sh OPTIONS
|
|
|
|
.Bl -tag -width indent
|
|
|
|
.It Fl c, -config Ns = Ns Ar DIR
|
2019-08-26 11:44:36 +00:00
|
|
|
Read configuration files from
|
|
|
|
.Ar DIR
|
|
|
|
instead of
|
|
|
|
.Pa @sysconfdir@/tinc/ .
|
|
|
|
.It Fl D, -no-detach
|
|
|
|
Don't fork and detach.
|
|
|
|
This will also disable the automatic restart mechanism for fatal errors.
|
|
|
|
If not mentioned otherwise, this will show log messages on the standard error output.
|
2019-08-26 11:44:36 +00:00
|
|
|
.It Fl d, -debug Ns Op = Ns Ar LEVEL
|
|
|
|
Increase debug level or set it to
|
|
|
|
.Ar LEVEL
|
|
|
|
(see below).
|
|
|
|
.It Fl k, -kill Ns Op = Ns Ar SIGNAL
|
|
|
|
Attempt to kill a running
|
|
|
|
.Nm
|
|
|
|
(optionally with the specified
|
|
|
|
.Ar SIGNAL
|
|
|
|
instead of SIGTERM) and exit.
|
2019-08-26 11:44:36 +00:00
|
|
|
Under Windows (not Cygwin) the optional argument is ignored,
|
|
|
|
the service will always be stopped and removed.
|
2019-08-26 11:44:36 +00:00
|
|
|
.It Fl n, -net Ns = Ns Ar NETNAME
|
|
|
|
Connect to net
|
|
|
|
.Ar NETNAME .
|
2019-08-26 11:44:36 +00:00
|
|
|
.It Fl K, -generate-keys Ns Op = Ns Ar BITS
|
|
|
|
Generate public/private RSA keypair and exit.
|
|
|
|
If
|
|
|
|
.Ar BITS
|
2019-08-26 11:44:38 +00:00
|
|
|
is omitted, the default length will be 2048 bits.
|
2019-08-26 11:44:36 +00:00
|
|
|
When saving keys to existing files, tinc will not delete the old keys,
|
|
|
|
you have to remove them manually.
|
|
|
|
.It Fl L, -mlock
|
|
|
|
Lock tinc into main memory.
|
|
|
|
This will prevent sensitive data like shared private keys to be written to the system swap files/partitions.
|
|
|
|
.It Fl -logfile Ns Op = Ns Ar FILE
|
|
|
|
Write log entries to a file instead of to the system logging facility.
|
|
|
|
If
|
|
|
|
.Ar FILE
|
|
|
|
is omitted, the default is
|
|
|
|
.Pa @localstatedir@/log/tinc. Ns Ar NETNAME Ns Pa .log.
|
|
|
|
.It Fl -pidfile Ns = Ns Ar FILE
|
|
|
|
Write PID to
|
|
|
|
.Ar FILE
|
|
|
|
instead of
|
|
|
|
.Pa @localstatedir@/run/tinc. Ns Ar NETNAME Ns Pa .pid.
|
|
|
|
Under Windows this option will be ignored.
|
|
|
|
.It Fl -bypass-security
|
|
|
|
Disables encryption and authentication of the meta protocol.
|
|
|
|
Only useful for debugging.
|
2019-08-26 11:44:38 +00:00
|
|
|
.It Fl -chroot
|
|
|
|
With this option tinc chroots into the directory where network
|
|
|
|
config is located (@sysconfdir@/tinc/NETNAME if -n option is used,
|
|
|
|
or to the directory specified with -c option) after initialization.
|
|
|
|
.It Fl -user Ns = Ns Ar USER
|
|
|
|
setuid to the specified
|
|
|
|
.Ar USER
|
|
|
|
after initialization.
|
2019-08-26 11:44:36 +00:00
|
|
|
.It Fl -help
|
|
|
|
Display short list of options.
|
2019-08-26 11:44:36 +00:00
|
|
|
.It Fl -version
|
|
|
|
Output version information and exit.
|
|
|
|
.El
|
|
|
|
.Sh SIGNALS
|
|
|
|
.Bl -tag -width indent
|
|
|
|
.It ALRM
|
|
|
|
Forces
|
|
|
|
.Nm
|
|
|
|
to try to connect to all uplinks immediately.
|
|
|
|
Usually
|
|
|
|
.Nm
|
|
|
|
attempts to do this itself,
|
|
|
|
but increases the time it waits between the attempts each time it failed,
|
|
|
|
and if
|
|
|
|
.Nm
|
|
|
|
didn't succeed to connect to an uplink the first time after it started,
|
|
|
|
it defaults to the maximum time of 15 minutes.
|
|
|
|
.It HUP
|
2019-08-26 11:44:36 +00:00
|
|
|
Partially rereads configuration files.
|
|
|
|
Connections to hosts whose host config file are removed are closed.
|
|
|
|
New outgoing connections specified in
|
|
|
|
.Pa tinc.conf
|
|
|
|
will be made.
|
2019-08-26 11:44:36 +00:00
|
|
|
.It INT
|
|
|
|
Temporarily increases debug level to 5.
|
|
|
|
Send this signal again to revert to the original level.
|
|
|
|
.It USR1
|
|
|
|
Dumps the connection list to syslog.
|
|
|
|
.It USR2
|
|
|
|
Dumps virtual network device statistics, all known nodes, edges and subnets to syslog.
|
|
|
|
.It WINCH
|
|
|
|
Purges all information remembered about unreachable nodes.
|
|
|
|
.El
|
|
|
|
.Sh DEBUG LEVELS
|
|
|
|
The tinc daemon can send a lot of messages to the syslog.
|
|
|
|
The higher the debug level,
|
|
|
|
the more messages it will log.
|
|
|
|
Each level inherits all messages of the previous level:
|
|
|
|
.Bl -tag -width indent
|
|
|
|
.It 0
|
|
|
|
This will log a message indicating
|
|
|
|
.Nm
|
|
|
|
has started along with a version number.
|
2019-08-26 11:44:36 +00:00
|
|
|
It will also log any serious error.
|
2019-08-26 11:44:36 +00:00
|
|
|
.It 1
|
|
|
|
This will log all connections that are made with other tinc daemons.
|
|
|
|
.It 2
|
2019-08-26 11:44:36 +00:00
|
|
|
This will log status and error messages from scripts and other tinc daemons.
|
2019-08-26 11:44:36 +00:00
|
|
|
.It 3
|
|
|
|
This will log all requests that are exchanged with other tinc daemons. These include
|
|
|
|
authentication, key exchange and connection list updates.
|
|
|
|
.It 4
|
|
|
|
This will log a copy of everything received on the meta socket.
|
|
|
|
.It 5
|
|
|
|
This will log all network traffic over the virtual private network.
|
|
|
|
.El
|
|
|
|
.Sh FILES
|
|
|
|
.Bl -tag -width indent
|
2019-08-26 11:44:36 +00:00
|
|
|
.It Pa @sysconfdir@/tinc/
|
|
|
|
Directory containing the configuration files tinc uses.
|
|
|
|
For more information, see
|
|
|
|
.Xr tinc.conf 5 .
|
|
|
|
.It Pa @localstatedir@/run/tinc. Ns Ar NETNAME Ns Pa .pid
|
2019-08-26 11:44:36 +00:00
|
|
|
The PID of the currently running
|
|
|
|
.Nm
|
|
|
|
is stored in this file.
|
|
|
|
.El
|
|
|
|
.Sh BUGS
|
|
|
|
The
|
|
|
|
.Va BindToInterface
|
|
|
|
option may not work correctly.
|
|
|
|
.Pp
|
|
|
|
.Sy The cryptography in tinc is not well tested yet. Use it at your own risk!
|
|
|
|
.Pp
|
2019-08-26 11:44:36 +00:00
|
|
|
If you find any bugs, report them to tinc@tinc-vpn.org.
|
2019-08-26 11:44:36 +00:00
|
|
|
.Sh TODO
|
|
|
|
A lot, especially security auditing.
|
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr tinc.conf 5 ,
|
2019-08-26 11:44:36 +00:00
|
|
|
.Pa http://www.tinc-vpn.org/ ,
|
2019-08-26 11:44:36 +00:00
|
|
|
.Pa http://www.cabal.org/ .
|
|
|
|
.Pp
|
|
|
|
The full documentation for tinc is maintained as a Texinfo manual.
|
|
|
|
If the info and tinc programs are properly installed at your site,
|
|
|
|
the command
|
|
|
|
.Ic info tinc
|
|
|
|
should give you access to the complete manual.
|
|
|
|
.Pp
|
|
|
|
tinc comes with ABSOLUTELY NO WARRANTY.
|
|
|
|
This is free software, and you are welcome to redistribute it under certain conditions;
|
|
|
|
see the file COPYING for details.
|
|
|
|
.Sh AUTHORS
|
2019-08-26 11:44:37 +00:00
|
|
|
.An "Ivo Timmermans"
|
2019-08-26 11:44:36 +00:00
|
|
|
.An "Guus Sliepen" Aq guus@tinc-vpn.org
|
2019-08-26 11:44:36 +00:00
|
|
|
.Pp
|
|
|
|
And thanks to many others for their contributions to tinc!
|