summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2007-04-17 20:48:43 +0000
committerOthmar Gsenger <otti@anytun.org>2007-04-17 20:48:43 +0000
commit73c9b993bfdf02306e662ede7b40ec68498f7fec (patch)
treef9af15c12a31f5d1a1f6efe44dfb640e736f5458
parentheader format (diff)
protokoll umbenannt
-rw-r--r--internet-draft-satp.txt (renamed from internet-draft-anytun.txt)128
-rw-r--r--internet-draft-satp.xml (renamed from internet-draft-anytun.xml)40
2 files changed, 91 insertions, 77 deletions
diff --git a/internet-draft-anytun.txt b/internet-draft-satp.txt
index e61e7ca..16faed2 100644
--- a/internet-draft-anytun.txt
+++ b/internet-draft-satp.txt
@@ -6,8 +6,8 @@ Internet-Draft March 2007
Expires: September 2, 2007
- anycast tunneling and relay protocol
- draft-gsenger-anycast-relay-00
+ secure anycast tunneling protocol (satp)
+ draft-gsenger-secure-anycast-tunneling-protocol-00
Status of this Memo
@@ -54,23 +54,23 @@ Copyright Notice
Gsenger Expires September 2, 2007 [Page 1]
-Internet-Draft anycast tunneling and relay protocol March 2007
+Internet-Draft secure anycast tunneling protocol (satp) March 2007
Abstract
- The anycast tunneling and relay protocol (anytun) defines a protocol
- used for communication between unicast clients and anycast servers.
- It can be used for tunneling information between 2 clients over the
- anycast servers or in relay mode to transmit data form the client
- over the anycast servers to a third party not using the protocol and
- vice versa. Unlike other tunneling protocols like GRE or IPIP
- tunnels which indeed will work with anycast as well, anytun directly
- includes cryptography and authentication. In relay mode it also
- supports source NAT with integrated NAT transversal. It is intended
- to deliver a high performance and reliability solution for tunneling
- and relaying of data over servers, where direct client to client
- connections are not possible or not wanted.
+ The secure anycast tunneling protocol (satp) defines a protocol used
+ for communication between any combination of unicast and anycast
+ tunnel endpoints. It has less protocol overhead than IPSec in Tunnel
+ mode and allows tunneling of every ETHER TYPE protocol (e.g.
+ ethernet, ip, arp ...). satp directly includes cryptography and
+ message authentication based on the methodes used by SRTP. It is
+ intended to deliver a generic, scaleable, secure and reliability
+ solution for tunneling and relaying of packets of any protocol.
+
+
+
+
@@ -110,7 +110,7 @@ Abstract
Gsenger Expires September 2, 2007 [Page 2]
-Internet-Draft anycast tunneling and relay protocol March 2007
+Internet-Draft secure anycast tunneling protocol (satp) March 2007
1. Introduction
@@ -166,7 +166,7 @@ Internet-Draft anycast tunneling and relay protocol March 2007
Gsenger Expires September 2, 2007 [Page 3]
-Internet-Draft anycast tunneling and relay protocol March 2007
+Internet-Draft secure anycast tunneling protocol (satp) March 2007
2. Operation modes
@@ -222,7 +222,7 @@ Internet-Draft anycast tunneling and relay protocol March 2007
Gsenger Expires September 2, 2007 [Page 4]
-Internet-Draft anycast tunneling and relay protocol March 2007
+Internet-Draft secure anycast tunneling protocol (satp) March 2007
2.1.2. tunneling from client to a server connected network
@@ -278,7 +278,7 @@ Internet-Draft anycast tunneling and relay protocol March 2007
Gsenger Expires September 2, 2007 [Page 5]
-Internet-Draft anycast tunneling and relay protocol March 2007
+Internet-Draft secure anycast tunneling protocol (satp) March 2007
2.2.1. Using UDP
@@ -334,7 +334,7 @@ Internet-Draft anycast tunneling and relay protocol March 2007
Gsenger Expires September 2, 2007 [Page 6]
-Internet-Draft anycast tunneling and relay protocol March 2007
+Internet-Draft secure anycast tunneling protocol (satp) March 2007
The difference between normal UDP and lightUDP is, that the udp size
@@ -366,14 +366,12 @@ Internet-Draft anycast tunneling and relay protocol March 2007
0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
- |V=2| ???????????????????? | sequence number | |
+ | sequence number | |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |
- | | payload lenght | payload type | |
- | |-------------------------------+-------------------------------| |
| | .... payload ... | |
- +-------------------------------+ |
- | | | padding (OPTIONAL) | |
+ | |-------------------------------+-------------------------------+ |
+ | | padding (OPT) | pad count(OPT)| payload type | |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| ~ MKI (OPTIONAL) ~ |
| +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |
@@ -388,57 +386,59 @@ Internet-Draft anycast tunneling and relay protocol March 2007
-Gsenger Expires September 2, 2007 [Page 7]
-
-Internet-Draft anycast tunneling and relay protocol March 2007
-
-
-2.3.2. payload type field
-
- The protocol field defines the payload protocol. ETHER TYPE protocol
- numerbers are used. http://www.iana.org/assignments/ethernet-numbers
- . The values 0000-05DC are reserverd and not used at the moment.
-
- Some exmples for protocol types
-
- HEX
- 0000 Reserved
- .... Reserved
- 05DC Reserved
- 0800 Internet IP (IPv4)
- 6558 transparent ethernet bridging
- 86DD IPv6
-
- Figure 6
-
-
-
-
-
-
-
-
-
-
-
-
-
+Gsenger Expires September 2, 2007 [Page 7]
+
+Internet-Draft secure anycast tunneling protocol (satp) March 2007
+2.3.2. sequence number
+ The sequenze number is a 32bit unsigned integer in network byte
+ order. It starts with a random value and is increased by 1 for every
+ sent packet. After the maximum value, it starts over from 0. This
+ overrun causes the ROC to be increased.
+2.3.3. payload
+ A packet of the type payload type (e.g. an IP packet).
+2.3.4. padding (OPTINAL)
+ Padding of max 255 ocitets. None of the pre-defined encryption
+ transforms uses any padding; for these, the plaintext and encrypted
+ payload sizes match exactly. Transforms are based on transforms of
+ the SRTP protocol and these transforms might use the RTP padding
+ format, so a RTP like padding is supported. If padding field is
+ present, than the padding count field MUST be set to the padding
+ lenght.
+2.3.5. padding count
+ The number of octets of the padding field. This field is optional.
+ It's presents is signaled by the key management and not by this
+ protocol. If this field isn't present, the padding field MUST NOT be
+ present as well.
+2.3.6. payload type field
+ The payload type field defines the payload protocol. ETHER TYPE
+ protocol numerbers are used.
+ http://www.iana.org/assignments/ethernet-numbers . The values 0000-
+ 05DC are reserverd and MUST NOT be used.
+ Some examples for protocol types
+ HEX
+ 0000 Reserved
+ .... Reserved
+ 05DC Reserved
+ 0800 Internet IP (IPv4)
+ 6558 transparent ethernet bridging
+ 86DD IPv6
+ Figure 6
@@ -446,7 +446,7 @@ Internet-Draft anycast tunneling and relay protocol March 2007
Gsenger Expires September 2, 2007 [Page 8]
-Internet-Draft anycast tunneling and relay protocol March 2007
+Internet-Draft secure anycast tunneling protocol (satp) March 2007
Appendix A. The appan
@@ -502,7 +502,7 @@ Appendix A. The appan
Gsenger Expires September 2, 2007 [Page 9]
-Internet-Draft anycast tunneling and relay protocol March 2007
+Internet-Draft secure anycast tunneling protocol (satp) March 2007
3. References
@@ -558,7 +558,7 @@ Internet-Draft anycast tunneling and relay protocol March 2007
Gsenger Expires September 2, 2007 [Page 10]
-Internet-Draft anycast tunneling and relay protocol March 2007
+Internet-Draft secure anycast tunneling protocol (satp) March 2007
Author's Address
@@ -614,7 +614,7 @@ Author's Address
Gsenger Expires September 2, 2007 [Page 11]
-Internet-Draft anycast tunneling and relay protocol March 2007
+Internet-Draft secure anycast tunneling protocol (satp) March 2007
Full Copyright Statement
diff --git a/internet-draft-anytun.xml b/internet-draft-satp.xml
index 80ed627..5011b75 100644
--- a/internet-draft-anytun.xml
+++ b/internet-draft-satp.xml
@@ -2,11 +2,12 @@
<!DOCTYPE rfc SYSTEM 'rfcXXXX.dtd' [
<!ENTITY rfc3068 PUBLIC '' 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.3068.xml'>
+ <!ENTITY rfc3711 PUBLIC '' 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.3711.xml'>
]>
- <rfc ipr='full3978' docName='draft-gsenger-anycast-relay-00'>
+ <rfc ipr='full3978' docName='draft-gsenger-secure-anycast-tunneling-protocol-00'>
<front>
- <title>anycast tunneling and relay protocol</title>
+ <title>secure anycast tunneling protocol (satp)</title>
<author initials='O.G.' surname='Gsenger'
fullname='Othmar Gsenger'>
@@ -30,14 +31,15 @@
<area>General</area>
<workgroup></workgroup>
- <keyword>anytun</keyword>
+ <keyword>satp</keyword>
<keyword>Internet-Draft</keyword>
- <keyword>anycast tunneling / relaying</keyword>
+ <keyword>secure anycast tunneling protocol</keyword>
+ <keyword>anycast</keyword>
<keyword>tunnel</keyword>
- <keyword>relay</keyword>
+ <keyword>secure</keyword>
<keyword>protocol</keyword>
<abstract>
- <t>The anycast tunneling and relay protocol (anytun) defines a protocol used for communication between unicast clients and anycast servers. It can be used for tunneling information between 2 clients over the anycast servers or in relay mode to transmit data form the client over the anycast servers to a third party not using the protocol and vice versa. Unlike other tunneling protocols like GRE or IPIP tunnels which indeed will work with anycast as well, anytun directly includes cryptography and authentication. In relay mode it also supports source NAT with integrated NAT transversal. It is intended to deliver a high performance and reliability solution for tunneling and relaying of data over servers, where direct client to client connections are not possible or not wanted.
+ <t>The secure anycast tunneling protocol (satp) defines a protocol used for communication between any combination of unicast and anycast tunnel endpoints. It has less protocol overhead than IPSec in Tunnel mode and allows tunneling of every ETHER TYPE protocol (e.g. ethernet, ip, arp ...). satp directly includes cryptography and message authentication based on the methodes used by SRTP. It is intended to deliver a generic, scaleable, secure and reliability solution for tunneling and relaying of packets of any protocol.
</t>
</abstract>
</front>
@@ -161,14 +163,12 @@ client 1 ----------- -> |server 3| -> ----------- client 2
0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
- |V=2| ???????????????????? | sequence number | |
+ | sequence number | |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |
- | | payload lenght | payload type | |
- | |-------------------------------+-------------------------------| |
| | .... payload ... | |
- +-------------------------------+ |
- | | | padding (OPTIONAL) | |
+ | |-------------------------------+-------------------------------+ |
+ | | padding (OPT) | pad count(OPT)| payload type | |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| ~ MKI (OPTIONAL) ~ |
| +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |
@@ -180,10 +180,24 @@ client 1 ----------- -> |server 3| -> ----------- client 2
</figure>
<t></t>
</section>
+ <section title="sequence number">
+ <t>The sequenze number is a 32bit unsigned integer in network byte order. It starts with a random value and is increased by 1 for every sent packet. After the maximum value, it starts over from 0. This overrun causes the ROC to be increased.</t>
+ </section>
+ <section title="payload">
+ <t>A packet of the type payload type (e.g. an IP packet).</t>
+ </section>
+ <section title="padding (OPTINAL)">
+ <t>Padding of max 255 ocitets.
+None of the pre-defined encryption transforms uses any padding; for
+ these, the plaintext and encrypted payload sizes match exactly. Transforms are based on transforms of the SRTP protocol and these transforms might use the RTP padding format, so a RTP like padding is supported. If padding field is present, than the padding count field MUST be set to the padding lenght.</t>
+ </section>
+ <section title="padding count">
+ <t>The number of octets of the padding field. This field is optional. It's presents is signaled by the key management and not by this protocol. If this field isn't present, the padding field MUST NOT be present as well.</t>
+ </section>
<section title="payload type field">
- <t>The protocol field defines the payload protocol. ETHER TYPE protocol numerbers are used. http://www.iana.org/assignments/ethernet-numbers . The values 0000-05DC are reserverd and not used at the moment.
+ <t>The payload type field defines the payload protocol. ETHER TYPE protocol numerbers are used. http://www.iana.org/assignments/ethernet-numbers . The values 0000-05DC are reserverd and MUST NOT be used.
<figure anchor="prot_type_table">
- <preamble>Some exmples for protocol types</preamble>
+ <preamble>Some examples for protocol types</preamble>
<artwork>
HEX
0000 Reserved