ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/doc/gvpe.protocol.7
(Generate patch)

Comparing gvpe/doc/gvpe.protocol.7 (file contents):
Revision 1.4 by pcg, Thu Mar 17 23:59:37 2005 UTC vs.
Revision 1.12 by root, Sat Jul 13 04:10:29 2013 UTC

1.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.14 1.\" Automatically generated by Pod::Man 2.25 (Pod::Simple 3.20)
2.\" 2.\"
3.\" Standard preamble: 3.\" Standard preamble:
4.\" ======================================================================== 4.\" ========================================================================
5.de Sh \" Subsection heading
6.br
7.if t .Sp
8.ne 5
9.PP
10\fB\\$1\fR
11.PP
12..
13.de Sp \" Vertical space (when we can't use .PP) 5.de Sp \" Vertical space (when we can't use .PP)
14.if t .sp .5v 6.if t .sp .5v
15.if n .sp 7.if n .sp
16.. 8..
17.de Vb \" Begin verbatim text 9.de Vb \" Begin verbatim text
23.ft R 15.ft R
24.fi 16.fi
25.. 17..
26.\" Set up some character translations and predefined strings. \*(-- will 18.\" Set up some character translations and predefined strings. \*(-- will
27.\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left 19.\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
28.\" double quote, and \*(R" will give a right double quote. | will give a 20.\" double quote, and \*(R" will give a right double quote. \*(C+ will
29.\" real vertical bar. \*(C+ will give a nicer C++. Capital omega is used to 21.\" give a nicer C++. Capital omega is used to do unbreakable dashes and
30.\" do unbreakable dashes and therefore won't be available. \*(C` and \*(C' 22.\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff,
31.\" expand to `' in nroff, nothing in troff, for use with C<>. 23.\" nothing in troff, for use with C<>.
32.tr \(*W-|\(bv\*(Tr 24.tr \(*W-
33.ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' 25.ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'
34.ie n \{\ 26.ie n \{\
35. ds -- \(*W- 27. ds -- \(*W-
36. ds PI pi 28. ds PI pi
37. if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 29. if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
46. ds PI \(*p 38. ds PI \(*p
47. ds L" `` 39. ds L" ``
48. ds R" '' 40. ds R" ''
49'br\} 41'br\}
50.\" 42.\"
43.\" Escape single quotes in literal strings from groff's Unicode transform.
44.ie \n(.g .ds Aq \(aq
45.el .ds Aq '
46.\"
51.\" If the F register is turned on, we'll generate index entries on stderr for 47.\" If the F register is turned on, we'll generate index entries on stderr for
52.\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index 48.\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
53.\" entries marked with X<> in POD. Of course, you'll have to process the 49.\" entries marked with X<> in POD. Of course, you'll have to process the
54.\" output yourself in some meaningful fashion. 50.\" output yourself in some meaningful fashion.
55.if \nF \{\ 51.ie \nF \{\
56. de IX 52. de IX
57. tm Index:\\$1\t\\n%\t"\\$2" 53. tm Index:\\$1\t\\n%\t"\\$2"
58.. 54..
59. nr % 0 55. nr % 0
60. rr F 56. rr F
61.\} 57.\}
62.\" 58.el \{\
63.\" For nroff, turn off justification. Always turn off hyphenation; it makes 59. de IX
64.\" way too many mistakes in technical documents. 60..
65.hy 0 61.\}
66.if n .na
67.\" 62.\"
68.\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2). 63.\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
69.\" Fear. Run. Save yourself. No user-serviceable parts. 64.\" Fear. Run. Save yourself. No user-serviceable parts.
70. \" fudge factors for nroff and troff 65. \" fudge factors for nroff and troff
71.if n \{\ 66.if n \{\
127.\} 122.\}
128.rm #[ #] #H #V #F C 123.rm #[ #] #H #V #F C
129.\" ======================================================================== 124.\" ========================================================================
130.\" 125.\"
131.IX Title "GVPE.PROTOCOL 7" 126.IX Title "GVPE.PROTOCOL 7"
132.TH GVPE.PROTOCOL 7 "2005-03-17" "1.8" "GNU Virtual Private Ethernet" 127.TH GVPE.PROTOCOL 7 "2013-07-12" "2.24" "GNU Virtual Private Ethernet"
128.\" For nroff, turn off justification. Always turn off hyphenation; it makes
129.\" way too many mistakes in technical documents.
130.if n .ad l
131.nh
133.SH "The GNU-VPE Protocols" 132.SH "The GNU-VPE Protocols"
134.IX Header "The GNU-VPE Protocols" 133.IX Header "The GNU-VPE Protocols"
135.SH "Overview" 134.SH "Overview"
136.IX Header "Overview" 135.IX Header "Overview"
137\&\s-1GVPE\s0 can make use of a number of protocols. One of them is the \s-1GNU\s0 \s-1VPE\s0 136\&\s-1GVPE\s0 can make use of a number of protocols. One of them is the \s-1GNU\s0 \s-1VPE\s0
139packets. This protocol is described in more detail the second part of this 138packets. This protocol is described in more detail the second part of this
140document. 139document.
141.PP 140.PP
142The first part of this document describes the transport protocols which 141The first part of this document describes the transport protocols which
143are used by \s-1GVPE\s0 to send it's data packets over the network. 142are used by \s-1GVPE\s0 to send it's data packets over the network.
144.SH "PART 1: Tansport protocols" 143.SH "PART 1: Transport protocols"
145.IX Header "PART 1: Tansport protocols" 144.IX Header "PART 1: Transport protocols"
146\&\s-1GVPE\s0 offers a range of transport protocols that can be used to interchange 145\&\s-1GVPE\s0 offers a wide range of transport protocols that can be used to
147data between nodes. Protocols differ in their overhead, speed, 146interchange data between nodes. Protocols differ in their overhead, speed,
148reliability, and robustness. 147reliability, and robustness.
149.PP 148.PP
150The following sections describe each transport protocol in more 149The following sections describe each transport protocol in more
151detail. They are sorted by overhead/efficiency, the most efficient 150detail. They are sorted by overhead/efficiency, the most efficient
152transport is listed first: 151transport is listed first:
153.Sh "\s-1RAW\s0 \s-1IP\s0" 152.SS "\s-1RAW\s0 \s-1IP\s0"
154.IX Subsection "RAW IP" 153.IX Subsection "RAW IP"
155This protocol is the best choice, performance\-wise, as the minimum 154This protocol is the best choice, performance-wise, as the minimum
156overhead per packet is only 38 bytes. 155overhead per packet is only 38 bytes.
157.PP 156.PP
158It works by sending the \s-1VPN\s0 payload using raw ip frames (using the 157It works by sending the \s-1VPN\s0 payload using raw \s-1IP\s0 frames (using the
159protocol set by \f(CW\*(C`ip\-proto\*(C'\fR). 158protocol set by \f(CW\*(C`ip\-proto\*(C'\fR).
160.PP 159.PP
161Using raw ip frames has the drawback that many firewalls block \*(L"unknown\*(R" 160Using raw \s-1IP\s0 frames has the drawback that many firewalls block \*(L"unknown\*(R"
162protocols, so this transport only works if you have full \s-1IP\s0 connectivity 161protocols, so this transport only works if you have full \s-1IP\s0 connectivity
163between nodes. 162between nodes.
164.Sh "\s-1ICMP\s0" 163.SS "\s-1ICMP\s0"
165.IX Subsection "ICMP" 164.IX Subsection "ICMP"
166This protocol offers very low overhead (minimum 42 bytes), and can 165This protocol offers very low overhead (minimum 42 bytes), and can
167sometimes tunnel through firewalls when other protocols cannot. 166sometimes tunnel through firewalls when other protocols can not.
168.PP 167.PP
169It works by prepending a \s-1ICMP\s0 header with type \f(CW\*(C`icmp\-type\*(C'\fR and a code 168It works by prepending an \s-1ICMP\s0 header with type \f(CW\*(C`icmp\-type\*(C'\fR and a code
170of \f(CW255\fR. The default \f(CW\*(C`icmp\-type\*(C'\fR is \f(CW\*(C`echo\-reply\*(C'\fR, so the resulting 169of \f(CW255\fR. The default \f(CW\*(C`icmp\-type\*(C'\fR is \f(CW\*(C`echo\-reply\*(C'\fR, so the resulting
171packets look like echo replies, which looks rather strange to network 170packets look like echo replies, which looks rather strange to network
172admins. 171administrators.
173.PP 172.PP
174This transport should only be used if other transports (i.e. raw ip) are 173This transport should only be used if other transports (i.e. raw \s-1IP\s0) are
175not available or undesirable (due to their overhead). 174not available or undesirable (due to their overhead).
176.Sh "\s-1UDP\s0" 175.SS "\s-1UDP\s0"
177.IX Subsection "UDP" 176.IX Subsection "UDP"
178This is a good general choice for the transport protocol as \s-1UDP\s0 packets 177This is a good general choice for the transport protocol as \s-1UDP\s0 packets
179tunnel well through most firewalls and routers, and the overhead per 178tunnel well through most firewalls and routers, and the overhead per
180packet is moderate (minimum 58 bytes). 179packet is moderate (minimum 58 bytes).
181.PP 180.PP
182It should be used if \s-1RAW\s0 \s-1IP\s0 is not available. 181It should be used if \s-1RAW\s0 \s-1IP\s0 is not available.
183.Sh "\s-1TCP\s0" 182.SS "\s-1TCP\s0"
184.IX Subsection "TCP" 183.IX Subsection "TCP"
185This protocol is a very bad choice, as it not only has high overhead (more 184This protocol is a very bad choice, as it not only has high overhead (more
186than 60 bytes), but the transport also retries on it's own, which leads 185than 60 bytes), but the transport also retries on it's own, which leads
187to congestion when the link has moderate packet loss (as both the \s-1TCP\s0 186to congestion when the link has moderate packet loss (as both the \s-1TCP\s0
188transport and the tunneled traffic will retry, increasing congestion more 187transport and the tunneled traffic will retry, increasing congestion more
195most proxies do not allow connections to other ports. 194most proxies do not allow connections to other ports.
196.PP 195.PP
197It is an abuse of the usage a proxy was designed for, so make sure you are 196It is an abuse of the usage a proxy was designed for, so make sure you are
198allowed to use it for \s-1GVPE\s0. 197allowed to use it for \s-1GVPE\s0.
199.PP 198.PP
200This protocol also has server and client sides. If the \f(CW\*(C`tcp\-port\*(C'\fR is set 199This protocol also has server and client sides. If the \f(CW\*(C`tcp\-port\*(C'\fR is
201to zero, other nodes cannot connect to this node directly (and \f(CW\*(C`tcp\-port\*(C'\fR 200set to zero, other nodes cannot connect to this node directly. If the
202zero cannot be used). If the \f(CW\*(C`tcp\-port\*(C'\fR is non\-zero, the node can act 201\&\f(CW\*(C`tcp\-port\*(C'\fR is non-zero, the node can act both as a client as well as a
203both as a client as well as a server. 202server.
204.Sh "\s-1DNS\s0" 203.SS "\s-1DNS\s0"
205.IX Subsection "DNS" 204.IX Subsection "DNS"
206\&\fB\s-1WARNING:\s0\fR Parsing and generating \s-1DNS\s0 packets is rather tricky. The code 205\&\fB\s-1WARNING:\s0\fR Parsing and generating \s-1DNS\s0 packets is rather tricky. The code
207almost certainly contains buffer overflows and other, likely exploitable, 206almost certainly contains buffer overflows and other, likely exploitable,
208bugs. You have been warned. 207bugs. You have been warned.
209.PP 208.PP
215traffic even if it doesn't need to transport packets. 214traffic even if it doesn't need to transport packets.
216.PP 215.PP
217In addition, the same problems as the \s-1TCP\s0 transport also plague this 216In addition, the same problems as the \s-1TCP\s0 transport also plague this
218protocol. 217protocol.
219.PP 218.PP
220Most configuration needs to be done by editing \f(CW\*(C`src/vpn_dns.C\*(C'\fR directly.
221.PP
222It's only use is to tunnel through firewalls that do not allow direct 219Its only use is to tunnel through firewalls that do not allow direct
223internet access. Similar to using a \s-1HTTP\s0 proxy (as the \s-1TCP\s0 transport 220internet access. Similar to using a \s-1HTTP\s0 proxy (as the \s-1TCP\s0 transport
224does), it uses a local \s-1DNS\s0 server/forwarder (given by the \f(CW\*(C`dns\-forw\-host\*(C'\fR 221does), it uses a local \s-1DNS\s0 server/forwarder (given by the \f(CW\*(C`dns\-forw\-host\*(C'\fR
225configuration value) as a proxy to send and receive data as a client, 222configuration value) as a proxy to send and receive data as a client,
226and a \f(CW\*(C`NS\*(C'\fR record pointing to the \s-1GVPE\s0 server (as given by the 223and an \f(CW\*(C`NS\*(C'\fR record pointing to the \s-1GVPE\s0 server (as given by the
227\&\f(CW\*(C`dns\-hostname\*(C'\fR directive). 224\&\f(CW\*(C`dns\-hostname\*(C'\fR directive).
228.PP 225.PP
229The only good side of this protocol is that it can tunnel through most 226The only good side of this protocol is that it can tunnel through most
230firewalls undetected, iff the local \s-1DNS\s0 server/forwarder is sane (which is 227firewalls mostly undetected, iff the local \s-1DNS\s0 server/forwarder is sane
231true for most routers, wlan gateways and nameservers). 228(which is true for most routers, wireless \s-1LAN\s0 gateways and nameservers).
229.PP
230Fine-tuning needs to be done by editing \f(CW\*(C`src/vpn_dns.C\*(C'\fR directly.
232.SH "PART 2: The GNU VPE protocol" 231.SH "PART 2: The GNU VPE protocol"
233.IX Header "PART 2: The GNU VPE protocol" 232.IX Header "PART 2: The GNU VPE protocol"
234This section, unfortunately, is not yet finished, although the protocol 233This section, unfortunately, is not yet finished, although the protocol
235is stable (until bugs in the cryptography are found, which will likely 234is stable (until bugs in the cryptography are found, which will likely
236completely change the following description). Nevertheless, it should give 235completely change the following description). Nevertheless, it should give
237you some overview over the protocol. 236you some overview over the protocol.
238.Sh "Anatomy of a \s-1VPN\s0 packet" 237.SS "Anatomy of a \s-1VPN\s0 packet"
239.IX Subsection "Anatomy of a VPN packet" 238.IX Subsection "Anatomy of a VPN packet"
240The exact layout and field lengths of a \s-1VPN\s0 packet is determined at 239The exact layout and field lengths of a \s-1VPN\s0 packet is determined at
241compiletime and doesn't change. The same structure is used for all 240compile time and doesn't change. The same structure is used for all
242transort protocols, be it \s-1RAWIP\s0 or \s-1TCP\s0. 241transport protocols, be it \s-1RAWIP\s0 or \s-1TCP\s0.
243.PP 242.PP
244.Vb 3 243.Vb 3
245\& +------+------+--------+------+ 244\& +\-\-\-\-\-\-+\-\-\-\-\-\-+\-\-\-\-\-\-\-\-+\-\-\-\-\-\-+
246\& | HMAC | TYPE | SRCDST | DATA | 245\& | HMAC | TYPE | SRCDST | DATA |
247\& +------+------+--------+------+ 246\& +\-\-\-\-\-\-+\-\-\-\-\-\-+\-\-\-\-\-\-\-\-+\-\-\-\-\-\-+
248.Ve 247.Ve
249.PP 248.PP
250The \s-1HMAC\s0 field is present in all packets, even if not used (e.g. in auth 249The \s-1HMAC\s0 field is present in all packets, even if not used (e.g. in auth
251request packets), in which case it is set to all zeroes. The checksum 250request packets), in which case it is set to all zeroes. The checksum
252itself is calculated over the \s-1TYPE\s0, \s-1SRCDST\s0 and \s-1DATA\s0 fields in all cases. 251itself is calculated over the \s-1TYPE\s0, \s-1SRCDST\s0 and \s-1DATA\s0 fields in all cases.
254The \s-1TYPE\s0 field is a single byte and determines the purpose of the packet 253The \s-1TYPE\s0 field is a single byte and determines the purpose of the packet
255(e.g. \s-1RESET\s0, \s-1COMPRESSED/UNCOMPRESSED\s0 \s-1DATA\s0, \s-1PING\s0, \s-1AUTH\s0 \s-1REQUEST/RESPONSE\s0, 254(e.g. \s-1RESET\s0, \s-1COMPRESSED/UNCOMPRESSED\s0 \s-1DATA\s0, \s-1PING\s0, \s-1AUTH\s0 \s-1REQUEST/RESPONSE\s0,
256\&\s-1CONNECT\s0 \s-1REQUEST/INFO\s0 etc.). 255\&\s-1CONNECT\s0 \s-1REQUEST/INFO\s0 etc.).
257.PP 256.PP
258\&\s-1SRCDST\s0 is a three byte field which contains the source and destination 257\&\s-1SRCDST\s0 is a three byte field which contains the source and destination
259node ids (12 bits each). The protocol does not yet scale well beyond 30+ 258node IDs (12 bits each).
260hosts, since all hosts must connect to each other once on startup. But if
261restarts are rare or tolerable and most connections are on demand, much
262larger networks are feasible.
263.PP 259.PP
264The \s-1DATA\s0 portion differs between each packet type, naturally, and is the 260The \s-1DATA\s0 portion differs between each packet type, naturally, and is the
265only part that can be encrypted. Data packets contain more fields, as 261only part that can be encrypted. Data packets contain more fields, as
266shown: 262shown:
267.PP 263.PP
268.Vb 3 264.Vb 3
269\& +------+------+--------+------+-------+------+ 265\& +\-\-\-\-\-\-+\-\-\-\-\-\-+\-\-\-\-\-\-\-\-+\-\-\-\-\-\-+\-\-\-\-\-\-\-+\-\-\-\-\-\-+
270\& | HMAC | TYPE | SRCDST | RAND | SEQNO | DATA | 266\& | HMAC | TYPE | SRCDST | RAND | SEQNO | DATA |
271\& +------+------+--------+------+-------+------+ 267\& +\-\-\-\-\-\-+\-\-\-\-\-\-+\-\-\-\-\-\-\-\-+\-\-\-\-\-\-+\-\-\-\-\-\-\-+\-\-\-\-\-\-+
272.Ve 268.Ve
273.PP 269.PP
274\&\s-1RAND\s0 is a sequence of fully random bytes, used to increase the entropy of 270\&\s-1RAND\s0 is a sequence of fully random bytes, used to increase the entropy of
275the data for encryption purposes. 271the data for encryption purposes.
276.PP 272.PP
277\&\s-1SEQNO\s0 is a 32\-bit sequence number. It is negotiated at every connection 273\&\s-1SEQNO\s0 is a 32\-bit sequence number. It is negotiated at every connection
278initialization and starts at some random 31 bit value. \s-1VPE\s0 currently uses 274initialization and starts at some random 31 bit value. \s-1VPE\s0 currently uses
279a sliding window of 512 packets/sequence numbers to detect reordering, 275a sliding window of 512 packets/sequence numbers to detect reordering,
280duplication and reply attacks. 276duplication and replay attacks.
277.PP
278The encryption is done on \s-1RAND+SEQNO+DATA\s0 in \s-1CBC\s0 mode with zero \s-1IV\s0 (or,
279equivalently, the \s-1IV\s0 is \s-1RAND+SEQNO\s0, encrypted with the block cipher,
280unless \s-1RAND\s0 size is decreased or increased over the default value).
281.Sh "The authentification protocol" 281.SS "The authentication protocol"
282.IX Subsection "The authentification protocol" 282.IX Subsection "The authentication protocol"
283Before hosts can exchange packets, they need to establish authenticity of 283Before nodes can exchange packets, they need to establish authenticity of
284the other side and a key. Every host has a private \s-1RSA\s0 key and the public 284the other side and a key. Every node has a private \s-1RSA\s0 key and the public
285\&\s-1RSA\s0 keys of all other hosts. 285\&\s-1RSA\s0 keys of all other nodes.
286.PP 286.PP
287A host establishes a simplex connection by sending the other host a 287A host establishes a simplex connection by sending the other node an \s-1RSA\s0
288\&\s-1RSA\s0 encrypted challenge containing a random challenge (consisting of 288encrypted challenge containing a random challenge (consisting of the
289the encryption key to use when sending packets, more random data and 289encryption and authentication keys to use when sending packets, more
290\&\s-1PKCS1_OAEP\s0 padding) and a random 16 byte \*(L"challenge\-id\*(R" (used to detect 290random data and \s-1PKCS1_OAEP\s0 padding) and a random 16 byte \*(L"challenge-id\*(R"
291duplicate auth packets). The destination host will respond by replying 291(used to detect duplicate auth packets). The destination node will respond
292with an (unencrypted) \s-1RIPEMD160\s0 hash of the decrypted challenge, which 292by replying with an (unencrypted) hash of the decrypted challenge, which
293will authentify that host. The destination host will also set the outgoing 293will authenticate that node. The destination node will also set the
294encryption parameters as given in the packet. 294outgoing encryption parameters as given in the packet.
295.PP 295.PP
296When the source host receives a correct auth reply (by verifying the 296When the source node receives a correct auth reply (by verifying the
297hash and the id, which will expire after 120 seconds), it will start to 297hash and the id, which will expire after 120 seconds), it will start to
298accept data packets from the destination host. 298accept data packets from the destination node.
299.PP 299.PP
300This means that a host can only initate a simplex connection, telling the 300This means that a node can only initiate a simplex connection, telling the
301other side the key it has to use when it sends packets. The challenge 301other side the key it has to use when it sends packets. The challenge
302reply is only used to set the current \s-1IP\s0 address of the other side and 302reply is only used to set the current \s-1IP\s0 address of the other side and
303protocol parameters. 303protocol parameters.
304.PP 304.PP
305This protocol is completely symmetric, so to be able to send packets the 305This protocol is completely symmetric, so to be able to send packets the
306destination host must send a challenge in the exact same way as already 306destination node must send a challenge in the exact same way as already
307described (so, in essence, two simplex connections are created per host 307described (so, in essence, two simplex connections are created per node
308pair). 308pair).
309.Sh "Retrying" 309.SS "Retrying"
310.IX Subsection "Retrying" 310.IX Subsection "Retrying"
311When there is no response to an auth request, the host will send auth 311When there is no response to an auth request, the node will send auth
312requests in bursts with an exponential backoff. After some time it will 312requests in bursts with an exponential back-off. After some time it will
313resort to \s-1PING\s0 packets, which are very small (8 bytes) and lightweight 313resort to \s-1PING\s0 packets, which are very small (8 bytes + protocol header)
314(no \s-1RSA\s0 operations required). A host that receives ping requests from an 314and lightweight (no \s-1RSA\s0 operations required). A node that receives ping
315unconnected peer will respond by trying to create a connection. 315requests from an unconnected peer will respond by trying to create a
316connection.
316.PP 317.PP
317In addition to the exponential backoff, there is a global rate-limit on 318In addition to the exponential back-off, there is a global rate-limit on
318a per-IP base. It allows long bursts but will limit total packet rate to 319a per-IP base. It allows long bursts but will limit total packet rate to
319something like one control packet every ten seconds, to avoid accidental 320something like one control packet every ten seconds, to avoid accidental
320floods due to protocol problems (like a \s-1RSA\s0 key file mismatch between two 321floods due to protocol problems (like a \s-1RSA\s0 key file mismatch between two
321hosts). 322nodes).
323.PP
324The intervals between retries are limited by the \f(CW\*(C`max\-retry\*(C'\fR
325configuration value. A node with \f(CW\*(C`connect\*(C'\fR = \f(CW\*(C`always\*(C'\fR will always retry,
326a node with \f(CW\*(C`connect\*(C'\fR = \f(CW\*(C`ondemand\*(C'\fR will only try (and re-try) to connect
327as long as there are packets in the queue, usually this limits the retry
328period to \f(CW\*(C`max\-ttl\*(C'\fR seconds.
329.PP
330Sending packets over the \s-1VPN\s0 will reset the retry intervals as well, which
331means as long as somebody is trying to send packets to a given node, \s-1GVPE\s0
332will try to connect every few seconds.
322.Sh "Routing and Protocol translation" 333.SS "Routing and Protocol translation"
323.IX Subsection "Routing and Protocol translation" 334.IX Subsection "Routing and Protocol translation"
324The gvpe routing algorithm is easy: there isn't any routing. \s-1GVPE\s0 always 335The \s-1GVPE\s0 routing algorithm is easy: there isn't much routing to speak
325tries to establish direct connections, if the protocol abilities of the 336of: When routing packets to another node, \s-1GVPE\s0 tries the following
326two hosts allow it. 337options, in order:
327.PP 338.IP "If the two nodes should be able to reach each other directly (common protocol, port known), then \s-1GVPE\s0 will send the packet directly to the other node." 4
328If the two hosts should be able to reach each other (common protocol, ip 339.IX Item "If the two nodes should be able to reach each other directly (common protocol, port known), then GVPE will send the packet directly to the other node."
329and port all known), but cannot (network down), then there will be no 340.PD 0
330connection, point. 341.ie n .IP "If this isn't possible (e.g. because the node doesn't have a \*(C`hostname\*(C' or known port), but the nodes speak a common protocol and a router is available, then \s-1GVPE\s0 will ask a router to ""mediate"" between both nodes (see below)." 4
342.el .IP "If this isn't possible (e.g. because the node doesn't have a \f(CW\*(C`hostname\*(C'\fR or known port), but the nodes speak a common protocol and a router is available, then \s-1GVPE\s0 will ask a router to ``mediate'' between both nodes (see below)." 4
343.IX Item "If this isn't possible (e.g. because the node doesn't have a hostname or known port), but the nodes speak a common protocol and a router is available, then GVPE will ask a router to mediate between both nodes (see below)."
344.ie n .IP "If a direct connection isn't possible (no common protocols) or forbidden (\*(C`deny\-direct\*(C') and there are any routers, then \s-1GVPE\s0 will try to send packets to the router with the highest priority that is connected already \fIand\fR is able (as specified by the config file) to connect directly to the target node." 4
345.el .IP "If a direct connection isn't possible (no common protocols) or forbidden (\f(CW\*(C`deny\-direct\*(C'\fR) and there are any routers, then \s-1GVPE\s0 will try to send packets to the router with the highest priority that is connected already \fIand\fR is able (as specified by the config file) to connect directly to the target node." 4
346.IX Item "If a direct connection isn't possible (no common protocols) or forbidden (deny-direct) and there are any routers, then GVPE will try to send packets to the router with the highest priority that is connected already and is able (as specified by the config file) to connect directly to the target node."
347.IP "If no such router exists, then \s-1GVPE\s0 will simply send the packet to the node with the highest priority available." 4
348.IX Item "If no such router exists, then GVPE will simply send the packet to the node with the highest priority available."
349.IP "Failing all that, the packet will be dropped." 4
350.IX Item "Failing all that, the packet will be dropped."
351.PD
331.PP 352.PP
332A host can usually declare itself unreachable directly by setting it's 353A host can usually declare itself unreachable directly by setting it's
333port number(s) to zero. It can declare other hosts as unreachable by using 354port number(s) to zero. It can declare other hosts as unreachable by using
334a config-file that disables all protocols for these other hosts. 355a config-file that disables all protocols for these other hosts. Another
356option is to disable all protocols on that host in the other config files.
335.PP 357.PP
336If two hosts cannot connect to each other because their \s-1IP\s0 address(es) 358If two hosts cannot connect to each other because their \s-1IP\s0 address(es)
337are not known (such as dialup hosts), one side will send a connection 359are not known (such as dial-up hosts), one side will send a \fImediated\fR
338request to a router (routers must be configured to act as routers!), which 360connection request to a router (routers must be configured to act as
339will send both the originating and the destination host a connection info 361routers!), which will send both the originating and the destination host
340request with protocol information and \s-1IP\s0 address of the other host (if 362a connection info request with protocol information and \s-1IP\s0 address of the
341known). Both hosts will then try to establish a connection to the other 363other host (if known). Both hosts will then try to establish a direct
342peer, which is usually possible even when both hosts are behind a \s-1NAT\s0 364connection to the other peer, which is usually possible even when both
343gateway. 365hosts are behind a \s-1NAT\s0 gateway.
344.PP 366.PP
345If the hosts cannot reach each other because they have no common protocol, 367Routing via other nodes works because the \s-1SRCDST\s0 field is not encrypted,
346the originator instead use the router with highest priority and matching
347protocol as peer. Since the \s-1SRCDST\s0 field is not encrypted, the router host
348can just forward the packet to the destination host. Since each host uses 368so the router can just forward the packet to the destination host. Since
349it's own private key, the router will not be able to decrypt or encrypt 369each host uses it's own private key, the router will not be able to
350packets, it will just act as a simple router and protocol translator. 370decrypt or encrypt packets, it will just act as a simple router and
351.PP 371protocol translator.
352When no router is connected, the host will aggressively try to connect to
353all routers, and if a router is asked for an unconnected host it will try
354to ask another router to establish the connection.
355.PP
356\&... more not yet written about the details of the routing, please bug me
357\&...

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines