summaryrefslogtreecommitdiff
path: root/internet-draft-anytun.xml
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2007-04-03 16:03:50 +0000
committerOthmar Gsenger <otti@anytun.org>2007-04-03 16:03:50 +0000
commitfb71866fb59f812b2e4451278aa75655dfeaa88a (patch)
tree8d1f41f5f6e2330080f437677bb0beaadbe71cec /internet-draft-anytun.xml
parentminor change (diff)
ascii art relay mode
Diffstat (limited to 'internet-draft-anytun.xml')
-rw-r--r--internet-draft-anytun.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/internet-draft-anytun.xml b/internet-draft-anytun.xml
index 29d83d2..7e5779a 100644
--- a/internet-draft-anytun.xml
+++ b/internet-draft-anytun.xml
@@ -94,6 +94,31 @@ client 1 ----------- -> |server 3| -> | ... | host
<t>In open tunnel mode only one of two clients talking to each other over the servers MUST use the anytun protocol. When a client using the anytun protocol wants to tunnel data, it is building a connection to the anycast servers using the anytun protocol. The anycast servers relay the encapsulated packages directly to the destination without using the anytun protocol. The source address of the datagramm HAS TO be changed to the anycast address of the server. The anytun servers act like a source NAT router, therefor for the destination it saems that it is talking to the client directly.</t>
</section>
<section title='relay mode'>
+ <figure anchor="relay_mode">
+ <preamble>An example of anytun used in relay mode</preamble>
+ <artwork>
+ -----------
+----- | RTP | ----------
+| | ----------- -> |server 1| ->
+----- | UDP** | ---------- -----------
+##### ----------- | RTP |
+ | IPv6**| ---------- ----------- -----
+host -> ----------- -> |server 2| -> | UDP* | -> | |
+not using | ... | ---------- ----------- -----
+anytun | IPv6* | #####
+ ---------- -----------
+ ----------- -> |server 3| | ... | host
+----- | anytun | ---------- not using
+| | ----------- anytun
+----- | IPv4 | anycast
+##### -----------
+connection| ... |
+controller
+
+ *changed source address or port
+ **changed destination address or port
+ </artwork>
+ </figure>
<t>In relay mode the anycast serveres directly repaet the packetes of clients, only the source and destination addresses are changed. The anytun protocol is only used for controll messages, but not fr encapsulation.</t>
</section>
</section>