X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=doc%2Ftinc.texi;h=26b8dcaaa7e6fee103c7f758b519574708da3fc5;hp=2abc86c56a54c091fa730f700d51592871e80184;hb=e20ac7b52da8e3f7da292836c6e2551fc9f64617;hpb=63568bb6bca20b4d2b2068a6367084a273eabac8 diff --git a/doc/tinc.texi b/doc/tinc.texi index 2abc86c5..26b8dcaa 100644 --- a/doc/tinc.texi +++ b/doc/tinc.texi @@ -1,5 +1,5 @@ \input texinfo @c -*-texinfo-*- -@c $Id: tinc.texi,v 1.8.4.40 2003/07/30 09:22:29 guus Exp $ +@c $Id: tinc.texi,v 1.8.4.42 2003/08/02 22:01:50 guus Exp $ @c %**start of header @setfilename tinc.info @settitle tinc Manual @@ -18,7 +18,7 @@ Copyright @copyright{} 1998-2003 Ivo Timmermans , Guus Sliepen and Wessel Dankers . -$Id: tinc.texi,v 1.8.4.40 2003/07/30 09:22:29 guus Exp $ +$Id: tinc.texi,v 1.8.4.42 2003/08/02 22:01:50 guus Exp $ Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are @@ -43,7 +43,7 @@ Copyright @copyright{} 1998-2003 Ivo Timmermans , Guus Sliepen and Wessel Dankers . -$Id: tinc.texi,v 1.8.4.40 2003/07/30 09:22:29 guus Exp $ +$Id: tinc.texi,v 1.8.4.42 2003/08/02 22:01:50 guus Exp $ Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are @@ -272,7 +272,7 @@ downloaded from @uref{http://cipe-win32.sourceforge.net/}. @cindex MinGW @cindex Windows -tinc on Windows, compiled using MinGW, relies on the CIPE driver for its data +tinc on Windows (native), compiled using MinGW, relies on the CIPE driver for its data acquisition from the kernel. This driver is not part of Windows but can be downloaded from @uref{http://cipe-win32.sourceforge.net/}. @@ -672,8 +672,11 @@ You will need to install the MinGW environment from @uref{http://www.mingw.org}. When tinc is compiled using MinGW it runs natively under Windows, it is not necessary to keep MinGW installed. -However, when compiled using MinGW, tinc will not be able to start -scripts or be able to receive signals. + +When running natively, tinc is not able to start scripts, +nor is tinc able to receive signals. +When detaching, tinc will install itself as a service, +which will be restarted automatically after reboots. @c ================================================================== @@ -794,6 +797,7 @@ What IP addresses/subnets do they have? What is the network mask of the entire VPN? Do you need special firewall rules? Do you have to set up masquerading or forwarding rules? +Do you want to run tinc in router mode or switch mode? These questions can only be answered by yourself, you will not find the answers in this documentation. Make sure you have an adequate understanding of networks in general. @@ -1470,6 +1474,8 @@ logged. Everything goes via syslog. @item -k, --kill[=SIGNAL] Attempt to kill a running tincd (optionally with the specified SIGNAL instead of SIGTERM) and exit. Use it in conjunction with the -n option to make sure you kill the right tinc daemon. +Under native Windows the optional argument is ignored, +the service will always be stopped and removed. @item -n, --net=NETNAME Connect to net NETNAME. @xref{Multiple networks}. @@ -1948,7 +1954,7 @@ known, because a challenge reply can only be sent back if the challenge is decrypted correctly, and that can only be done with knowledge of the private key. -Fourth: the first thing that is send via the symmetric cipher encrypted +Fourth: the first thing that is sent via the symmetric cipher encrypted connection is a totally random string, so that there is no known plaintext (for an attacker) in the beginning of the encrypted stream.