Typo and another thing to think about.

This commit is contained in:
Guus Sliepen 2003-08-02 22:01:50 +00:00
parent 92938c07b1
commit e20ac7b52d

View file

@ -1,5 +1,5 @@
\input texinfo @c -*-texinfo-*- \input texinfo @c -*-texinfo-*-
@c $Id: tinc.texi,v 1.8.4.41 2003/08/02 21:55:12 guus Exp $ @c $Id: tinc.texi,v 1.8.4.42 2003/08/02 22:01:50 guus Exp $
@c %**start of header @c %**start of header
@setfilename tinc.info @setfilename tinc.info
@settitle tinc Manual @settitle tinc Manual
@ -18,7 +18,7 @@ Copyright @copyright{} 1998-2003 Ivo Timmermans
<ivo@@o2w.nl>, Guus Sliepen <guus@@sliepen.eu.org> and <ivo@@o2w.nl>, Guus Sliepen <guus@@sliepen.eu.org> and
Wessel Dankers <wsl@@nl.linux.org>. Wessel Dankers <wsl@@nl.linux.org>.
$Id: tinc.texi,v 1.8.4.41 2003/08/02 21:55:12 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 Permission is granted to make and distribute verbatim copies of this
manual provided the copyright notice and this permission notice are manual provided the copyright notice and this permission notice are
@ -43,7 +43,7 @@ Copyright @copyright{} 1998-2003 Ivo Timmermans
<ivo@@o2w.nl>, Guus Sliepen <guus@@sliepen.eu.org> and <ivo@@o2w.nl>, Guus Sliepen <guus@@sliepen.eu.org> and
Wessel Dankers <wsl@@nl.linux.org>. Wessel Dankers <wsl@@nl.linux.org>.
$Id: tinc.texi,v 1.8.4.41 2003/08/02 21:55:12 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 Permission is granted to make and distribute verbatim copies of this
manual provided the copyright notice and this permission notice are manual provided the copyright notice and this permission notice are
@ -797,6 +797,7 @@ What IP addresses/subnets do they have?
What is the network mask of the entire VPN? What is the network mask of the entire VPN?
Do you need special firewall rules? Do you need special firewall rules?
Do you have to set up masquerading or forwarding 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, These questions can only be answered by yourself,
you will not find the answers in this documentation. you will not find the answers in this documentation.
Make sure you have an adequate understanding of networks in general. Make sure you have an adequate understanding of networks in general.
@ -1953,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 decrypted correctly, and that can only be done with knowledge of the private
key. 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 connection is a totally random string, so that there is no known plaintext (for
an attacker) in the beginning of the encrypted stream. an attacker) in the beginning of the encrypted stream.