1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613
|
<pre>Internet Engineering Task Force (IETF) H. Tschofenig
Request for Comments: 7966
Category: Informational J. Korhonen, Ed.
ISSN: 2070-1721 Broadcom Limited
G. Zorn
Network Zen
K. Pillay
Internet Solutions
September 2016
<span class="h1">Security at the Attribute-Value Pair (AVP) Level for</span>
<span class="h1">Non-neighboring Diameter Nodes: Scenarios and Requirements</span>
Abstract
This specification specifies requirements for providing Diameter
security at the level of individual Attribute-Value Pairs (AVPs).
Status of This Memo
This document is not an Internet Standards Track specification; it is
published for informational purposes.
This document is a product of the Internet Engineering Task Force
(IETF). It represents the consensus of the IETF community. It has
received public review and has been approved for publication by the
Internet Engineering Steering Group (IESG). Not all documents
approved by the IESG are a candidate for any level of Internet
Standard; see <a href="./rfc7841#section-2">Section 2 of RFC 7841</a>.
Information about the current status of this document, any errata,
and how to provide feedback on it may be obtained at
<a href="http://www.rfc-editor.org/info/rfc7966">http://www.rfc-editor.org/info/rfc7966</a>.
<span class="grey">Tschofenig, et al. Informational [Page 1]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-2" ></span>
<span class="grey"><a href="./rfc7966">RFC 7966</a> Diameter AVP-Level Security September 2016</span>
Copyright Notice
Copyright (c) 2016 IETF Trust and the persons identified as the
document authors. All rights reserved.
This document is subject to <a href="https://www.rfc-editor.org/bcp/bcp78">BCP 78</a> and the IETF Trust's Legal
Provisions Relating to IETF Documents
(<a href="http://trustee.ietf.org/license-info">http://trustee.ietf.org/license-info</a>) in effect on the date of
publication of this document. Please review these documents
carefully, as they describe your rights and restrictions with respect
to this document. Code Components extracted from this document must
include Simplified BSD License text as described in Section 4.e of
the Trust Legal Provisions and are provided without warranty as
described in the Simplified BSD License.
Table of Contents
<a href="#section-1">1</a>. Introduction . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-3">3</a>
<a href="#section-2">2</a>. Terminology . . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-4">4</a>
<a href="#section-3">3</a>. Security Threats . . . . . . . . . . . . . . . . . . . . . . <a href="#page-5">5</a>
<a href="#section-4">4</a>. Scenarios for Diameter AVP-Level Protection . . . . . . . . . <a href="#page-7">7</a>
<a href="#section-5">5</a>. Requirements . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-8">8</a>
<a href="#section-6">6</a>. Security Considerations . . . . . . . . . . . . . . . . . . . <a href="#page-9">9</a>
<a href="#section-7">7</a>. References . . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-10">10</a>
<a href="#section-7.1">7.1</a>. Normative References . . . . . . . . . . . . . . . . . . <a href="#page-10">10</a>
<a href="#section-7.2">7.2</a>. Informative References . . . . . . . . . . . . . . . . . <a href="#page-10">10</a>
Acknowledgments . . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-10">10</a>
Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-11">11</a>
<span class="grey">Tschofenig, et al. Informational [Page 2]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-3" ></span>
<span class="grey"><a href="./rfc7966">RFC 7966</a> Diameter AVP-Level Security September 2016</span>
<span class="h2"><a class="selflink" id="section-1" href="#section-1">1</a>. Introduction</span>
The Diameter base protocol specification [<a href="#ref-2" title=""Diameter Base Protocol"">2</a>] defines security
protection between neighboring Diameter peers. Diameter mandates
that peer connections must be protected by Transport Layer Security
(TLS) [<a href="#ref-6" title=""The Transport Layer Security (TLS) Protocol Version 1.2"">6</a>] for TCP, by Datagram TLS (DTLS) [<a href="#ref-7" title=""Datagram Transport Layer Security (DTLS) for Stream Control Transmission Protocol (SCTP)"">7</a>] for the Stream Control
Transmission Protocol (SCTP), or by security mechanisms that are
independent of Diameter (such as IPsec [<a href="#ref-5" title=""Security Architecture for the Internet Protocol"">5</a>]). These security
protocols offer a wide range of security properties, including entity
authentication, data-origin authentication, integrity protection,
confidentiality protection, and replay protection. They also support
a large number of cryptographic algorithms, algorithm negotiation,
and different types of credentials. It should be understood that
TLS/DTLS/IPsec in the Diameter context does not provide end-to-end
security unless the Diameter nodes are direct peers, i.e.,
neighboring Diameter nodes. The current Diameter security is
realized hop by hop.
The need to also offer additional security protection of AVPs between
non-neighboring Diameter nodes was recognized very early in the work
on Diameter. This led to work on Diameter security using the
Cryptographic Message Syntax (CMS) [<a href="#ref-3" title=""Diameter CMS Security Application"">3</a>]. However, due to the lack of
deployment interest at that time (and the complexity of the developed
solution), the specification was never completed.
In the meanwhile, Diameter had received a lot of deployment interest
from the cellular operator community, and because of the
sophistication of those deployments, the need for protecting Diameter
AVPs between non-neighboring nodes resurfaced. Since the early 2000s
(when the work on [<a href="#ref-3" title=""Diameter CMS Security Application"">3</a>] was discontinued), the Internet community has
seen advances in cryptographic algorithms (for example, authenticated
encryption algorithms), and new security building blocks have been
developed.
This document specifies requirements for developing a solution to
protect Diameter AVPs between non-neighboring Diameter nodes.
<span class="grey">Tschofenig, et al. Informational [Page 3]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-4" ></span>
<span class="grey"><a href="./rfc7966">RFC 7966</a> Diameter AVP-Level Security September 2016</span>
<span class="h2"><a class="selflink" id="section-2" href="#section-2">2</a>. Terminology</span>
The key words 'MUST', 'MUST NOT', 'REQUIRED', 'SHALL', 'SHALL NOT',
'SHOULD', 'SHOULD NOT', 'RECOMMENDED', 'MAY', and 'OPTIONAL' in this
document are to be interpreted as described in <a href="./rfc2119">RFC 2119</a> [<a href="#ref-1" title=""Key words for use in RFCs to Indicate Requirement Levels"">1</a>].
This document reuses terminology from the Diameter base specification
[<a href="#ref-2" title=""Diameter Base Protocol"">2</a>].
In the figures below, AVP refers to an unprotected AVP, and {AVP}k
refers to an AVP that experiences security protection (using key "k")
without further distinguishing between integrity and confidentiality
protection.
The following terms are also used in this document:
AAA broker
An entity that manages Authentication, Authorization, and
Accounting (AAA) traffic between roaming partner networks.
AAA broker network
A network operated by a AAA broker, which consists of necessary
AAA functions to provide AAA brokering services for its customer
AAA networks.
Diameter firewall
A Diameter firewall is a proxy (or a relay) agent that acts
similarly to conventional IP traffic firewalls but only at the
Diameter AVP and command level. A Diameter firewall may, for
example, discard AVPs that violate security policy, thus
preventing them from traversing the firewall. The Diameter
firewall may even discard entire Diameter messages based on the
security policy.
<span class="grey">Tschofenig, et al. Informational [Page 4]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-5" ></span>
<span class="grey"><a href="./rfc7966">RFC 7966</a> Diameter AVP-Level Security September 2016</span>
<span class="h2"><a class="selflink" id="section-3" href="#section-3">3</a>. Security Threats</span>
This section describes various security threats that raise the need
for protecting Diameter Attribute-Value Pairs (AVPs). Figure 1
illustrates an example of a Diameter-based roaming architecture in
which Diameter clients within the visited networks need to interact
with Diameter servers in the home domain. AAA domains are
interconnected using a Diameter-based AAA interconnection network
labeled as "AAA broker network".
+oooooooooooooooooo+ +====================+
| Example.net | | |
| | | |
+--------+ +--------+ +--------+ +--------+
|Diameter| |Diameter+--------+Diameter| |Diameter|
|Client 1| |Proxy A1| |Proxy B | |Proxy C |
| (NAS) +------+ | +------+ +--------+ |----+
+--------+ +--------+ | +--------+ +--------+ |
| | | | | |
| Visited Domain 1 | | | AAA Broker Network | |
+oooooooooooooooooo+ | +====================+ |
| |
| |
| |
| +\\\\\\\\\\\\\\\\\\\\+ |
| +--------+ Example.com | |
| |Diameter| | |
+oooooooooooooooooo+ | |Server X+--+ +--------+ |
| Example.org | | +--------+ | |Diameter| |
| | | +--------+ +---------+Proxy D |-+
+--------+ +--------+ | |Diameter| | +--------+
|Diameter| |Diameter| | |Server Y+--+ |
|Client 2+------+Proxy A2+-+ +--------+ Home Domain |
| (NAS) | | | +////////////////////+
+--------+ +--------+
| |
| Visited Domain 2 |
+oooooooooooooooooo+
Figure 1: Example Diameter Deployment
Eavesdropping: Some Diameter applications carry information that is
only intended for consumption by end points, either by the
Diameter client or by the Diameter server but not by
intermediaries. As an example, consider the Diameter Extensible
Authentication Protocol (EAP) application [<a href="#ref-4" title=""Diameter Extensible Authentication Protocol (EAP) Application"">4</a>] that allows the
<span class="grey">Tschofenig, et al. Informational [Page 5]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-6" ></span>
<span class="grey"><a href="./rfc7966">RFC 7966</a> Diameter AVP-Level Security September 2016</span>
transport of keying material between the Diameter server to the
Diameter client (using the EAP-Master-Session-Key AVP) for the
protection of the air interface (i.e., the wireless link) between
the end device (such as a mobile phone; not shown in the figure)
and the Network Access Server (NAS). The content of the EAP-
Master-Session-Key AVP should benefit from protection against
eavesdropping by intermediaries. Other AVPs (for example, those
listed in Section 13.3 of [<a href="#ref-2" title=""Diameter Base Protocol"">2</a>]) might also carry sensitive personal
data that, when collected by intermediaries, allow for traffic
analysis.
In the context of the deployment shown in Figure 1, the adversary
could, for example, be in the AAA broker network.
Injection and Manipulation: The Diameter base protocol specification
mandates security protection between neighboring nodes, but
Diameter agents may be compromised or misconfigured and inject or
manipulate AVPs. To detect such actions, additional security
protection needs to be applied at the Diameter layer.
Nodes that could launch such an attack are any Diameter agents
along the end-to-end communication path.
Impersonation: Imagine a case where a Diameter message from
Example.net contains information claiming to be from Example.org.
This would either require strict verification at the edge of the
AAA broker network or cryptographic assurance at the Diameter
layer to prevent a successful impersonation attack.
Any Diameter realm could launch such an attack aiming for
financial benefits or to disrupt service availability.
<span class="grey">Tschofenig, et al. Informational [Page 6]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-7" ></span>
<span class="grey"><a href="./rfc7966">RFC 7966</a> Diameter AVP-Level Security September 2016</span>
<span class="h2"><a class="selflink" id="section-4" href="#section-4">4</a>. Scenarios for Diameter AVP-Level Protection</span>
This scenario outlines a number of cases for deploying security
protection of individual Diameter AVPs.
In the first scenario, shown in Figure 2, end-to-end security
protection is provided between the Diameter client and the Diameter
server with any number of intermediate Diameter agents. Diameter
AVPs exchanged between these two Diameter nodes may be protected end
to end (notation '{AVP}k') or unprotected (notation 'AVP').
+--------+ +--------+
|Diameter| AVP, {AVP}k |Diameter|
|Client +-----------------........... -------------------+Server |
+--------+ +--------+
Figure 2: End-to-End Diameter AVP Security Protection
In the second scenario, shown in Figure 3, a Diameter proxy acts on
behalf of the Diameter client with regard to security protection. It
applies security protection to outgoing Diameter AVPs and verifies
incoming AVPs. Typically, the proxy enforcing the security
protection belongs to the same domain as the Diameter client/server
without end-to-end security features.
+--------+ +--------+ +--------+
|Diameter| AVP |Diameter| AVP, {AVP}k |Diameter|
|Client +-----+Proxy A +---------- .......... -----------+Server |
+--------+ +--------+ +--------+
Figure 3: Middle-to-End Diameter AVP Security Protection
In the third scenario, shown in Figure 4, a Diameter proxy acts on
behalf of the Diameter server.
+--------+ +--------+ +--------+
|Diameter| AVP, {AVP}k |Diameter| AVP |Diameter|
|Client +-----------------........... ----+Proxy D +-----+Server |
+--------+ +--------+ +--------+
Figure 4: End-to-Middle Diameter AVP Security Protection
The fourth and the final scenario (see Figure 5) is a combination of
the middle-to-end and the end-to-middle scenarios shown in Figures 3
and 4. From a deployment point of view, this scenario is easier to
accomplish for two reasons. First, Diameter clients and Diameter
servers remain unmodified. This ensures that no modifications are
needed to the installed Diameter infrastructure, except for the
<span class="grey">Tschofenig, et al. Informational [Page 7]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-8" ></span>
<span class="grey"><a href="./rfc7966">RFC 7966</a> Diameter AVP-Level Security September 2016</span>
security-enabled proxies, obviously. Second, the key management is
also simplified since a fewer number of keys need to be negotiated
and provisioned. The assumption here is that the number of security-
enabled proxies would be significantly less than unprotected Diameter
nodes in the installed base.
+--------+ +--------+ +--------+ +--------+
|Diameter| AVP |Diameter| AVP, {AVP}k |Diameter| AVP |Diameter|
|Client +-----+Proxy A +-- .......... ----+Proxy D +-----+Server |
+--------+ +--------+ +--------+ +--------+
Figure 5: Middle-to-Middle Diameter AVP Security Protection
<span class="h2"><a class="selflink" id="section-5" href="#section-5">5</a>. Requirements</span>
Requirement #1: The solution MUST support an extensible set of
cryptographic algorithms.
Motivation: Solutions MUST be able to evolve to adapt to
evolving cryptographic algorithms and security requirements.
This may include the provision of a modular mechanism to allow
cryptographic algorithms to be updated without substantial
disruption to deployed implementations.
Requirement #2: The solution MUST support confidentiality,
integrity, and data-origin authentication. Solutions for
integrity protection MUST work in a backwards-compatible way with
existing Diameter applications and therefore be able to traverse
legacy proxy and relay agents.
Requirement #3: The solution MUST support replay protection.
Requirement #4: The solution MUST support the ability to delegate
security functionality to another entity.
Motivation: As described in <a href="#section-4">Section 4</a>, the ability to let a
Diameter proxy perform security services on behalf of all
clients within the same administrative domain is important for
incremental deployability. The same applies to the other
communication side where a load balancer terminates security
services for the servers it interfaces.
Requirement #5: The solution MUST be able to selectively apply its
cryptographic protection to certain Diameter AVPs.
Motivation: Some Diameter applications assume that certain AVPs
are added, removed, or modified by intermediaries. As such, it
must be possible to apply security protection selectively.
<span class="grey">Tschofenig, et al. Informational [Page 8]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-9" ></span>
<span class="grey"><a href="./rfc7966">RFC 7966</a> Diameter AVP-Level Security September 2016</span>
Furthermore, there are AVPs that must not be confidentiality
protected but may still be integrity protected, such as those
required for Diameter message routing.
Requirement #6: The solution MUST define a mandatory-to-implement
cryptographic algorithm.
Motivation: For interoperability purposes, it is beneficial to
have a mandatory-to-implement cryptographic algorithm specified
(unless profiles for specific usage environments specify
otherwise).
Requirement #7: The solution MUST support symmetric keys and
asymmetric keys.
Motivation: Symmetric and asymmetric cryptographic algorithms
provide different security services. Asymmetric algorithms,
for example, allow non-repudiation services to be offered.
Requirement #8: A solution for dynamic key management MUST be
included in the overall solution framework.
However, it is assumed that no "new" key management protocol
needs to be developed; instead, existing ones are reused, if at
all possible. Rekeying could be triggered by (a) management
actions and (b) expiring keying material.
<span class="h2"><a class="selflink" id="section-6" href="#section-6">6</a>. Security Considerations</span>
This entire document focuses on the discussion of new functionality
for securing Diameter AVPs selectively between non-neighboring nodes.
Various security threats are mitigated by selectively applying
security protection for individual Diameter AVPs. Without
protection, there is the possibility for password sniffing,
confidentiality violation, and AVP insertion, deletion, or
modification. Additionally, applying a digital signature offers non-
repudiation capabilities, a feature not yet available in today's
Diameter deployment. Modification of certain Diameter AVPs may not
necessarily be the act of malicious behavior but could also be the
result of misconfiguration. An over-aggressively configured
firewalling Diameter proxy may also remove certain AVPs. In most
cases, data-origin authentication and integrity protection of AVPs
will provide the most benefits for existing deployments with minimal
overhead and (potentially) operate in a full-backwards compatible
manner.
<span class="grey">Tschofenig, et al. Informational [Page 9]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-10" ></span>
<span class="grey"><a href="./rfc7966">RFC 7966</a> Diameter AVP-Level Security September 2016</span>
<span class="h2"><a class="selflink" id="section-7" href="#section-7">7</a>. References</span>
<span class="h3"><a class="selflink" id="section-7.1" href="#section-7.1">7.1</a>. Normative References</span>
[<a id="ref-1">1</a>] Bradner, S., "Key words for use in RFCs to Indicate
Requirement Levels", <a href="https://www.rfc-editor.org/bcp/bcp14">BCP 14</a>, <a href="./rfc2119">RFC 2119</a>,
DOI 10.17487/RFC2119, March 1997,
<<a href="http://www.rfc-editor.org/info/rfc2119">http://www.rfc-editor.org/info/rfc2119</a>>.
[<a id="ref-2">2</a>] Fajardo, V., Ed., Arkko, J., Loughney, J., and G. Zorn,
Ed., "Diameter Base Protocol", <a href="./rfc6733">RFC 6733</a>,
DOI 10.17487/RFC6733, October 2012,
<<a href="http://www.rfc-editor.org/info/rfc6733">http://www.rfc-editor.org/info/rfc6733</a>>.
<span class="h3"><a class="selflink" id="section-7.2" href="#section-7.2">7.2</a>. Informative References</span>
[<a id="ref-3">3</a>] Calhoun, P., Farrell, S., and W. Bulley, "Diameter CMS
Security Application", Work in Progress,
<a href="./draft-ietf-aaa-diameter-cms-sec-04">draft-ietf-aaa-diameter-cms-sec-04</a>, March 2002.
[<a id="ref-4">4</a>] Eronen, P., Ed., Hiller, T., and G. Zorn, "Diameter
Extensible Authentication Protocol (EAP) Application",
<a href="./rfc4072">RFC 4072</a>, DOI 10.17487/RFC4072, August 2005,
<<a href="http://www.rfc-editor.org/info/rfc4072">http://www.rfc-editor.org/info/rfc4072</a>>.
[<a id="ref-5">5</a>] Kent, S. and K. Seo, "Security Architecture for the
Internet Protocol", <a href="./rfc4301">RFC 4301</a>, DOI 10.17487/RFC4301,
December 2005, <<a href="http://www.rfc-editor.org/info/rfc4301">http://www.rfc-editor.org/info/rfc4301</a>>.
[<a id="ref-6">6</a>] Dierks, T. and E. Rescorla, "The Transport Layer Security
(TLS) Protocol Version 1.2", <a href="./rfc5246">RFC 5246</a>,
DOI 10.17487/RFC5246, August 2008,
<<a href="http://www.rfc-editor.org/info/rfc5246">http://www.rfc-editor.org/info/rfc5246</a>>.
[<a id="ref-7">7</a>] Tuexen, M., Seggelmann, R., and E. Rescorla, "Datagram
Transport Layer Security (DTLS) for Stream Control
Transmission Protocol (SCTP)", <a href="./rfc6083">RFC 6083</a>,
DOI 10.17487/RFC6083, January 2011,
<<a href="http://www.rfc-editor.org/info/rfc6083">http://www.rfc-editor.org/info/rfc6083</a>>.
Acknowledgments
We would like to thank Guenther Horn, Martin Dolly, Steve Donovan,
Lionel Morand, and Tom Taylor (rest in peace, Tom) for their review
comments.
The authors also thank Qin Wu, Christer Holmberg, Ben Campbell, and
Radia Perlman, who provided additional reviews during the Last Call.
<span class="grey">Tschofenig, et al. Informational [Page 10]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-11" ></span>
<span class="grey"><a href="./rfc7966">RFC 7966</a> Diameter AVP-Level Security September 2016</span>
Authors' Addresses
Hannes Tschofenig
Hall in Tirol 6060
Austria
Email: Hannes.tschofenig@gmx.net
URI: <a href="http://www.tschofenig.priv.at">http://www.tschofenig.priv.at</a>
Jouni Korhonen (editor)
Broadcom Limited
3151 Zanker Rd.
San Jose, CA 95134
United States of America
Email: jouni.nospam@gmail.com
Glen Zorn
Network Zen
227/358 Thanon Sanphawut
Bang Na, Bangkok 10260
Thailand
Email: glenzorn@gmail.com
Kervin Pillay
Internet Solutions
South Africa
Email: kervin.pillay@gmail.com
Tschofenig, et al. Informational [Page 11]
</pre>
|