summaryrefslogtreecommitdiff
path: root/peering-policy.html
diff options
context:
space:
mode:
Diffstat (limited to 'peering-policy.html')
-rw-r--r--peering-policy.html41
1 files changed, 41 insertions, 0 deletions
diff --git a/peering-policy.html b/peering-policy.html
new file mode 100644
index 0000000..698dd5b
--- /dev/null
+++ b/peering-policy.html
@@ -0,0 +1,41 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset=utf-8>
+ <title>Yuuta Network Peering Policy</title>
+ <link rel="stylesheet" href="main.css" />
+ </head>
+ <body>
+ <div class="container">
+ <header>
+ <h1 class="en">Peering Policy | Yuuta Network</h1>
+ <div class="section-content en">
+ <p><a href="../">Return to YuutaNet</a></p>
+ </div>
+ </header>
+ <section>
+ <h2 class="en">Clearnet Peering Policy</h2>
+ <div class="section-content en">
+ <p>Connecting to an IXP instead of tunneling is strongly recommended.</p>
+ <p>Redistributing routes via route servers is strongly recommended.</p>
+ <p>IPv4 is not supported.</p>
+ <p>IPv6 is mandatory.</p>
+ <p>MP-BGP is not supported.</p>
+ <p>We will verify incoming prefixes using rPKI.</p>
+ </div>
+ </section>
+ <section>
+ <h2 class="en">DN42 Peering Policy</h2>
+ <div class="section-content en">
+ <p>Peering through <a href="https://peering.yuuta.moe">auto peering system</a> is mandatory.</p>
+ <p>Each ASN is only allowed to establish one connection per node.</p>
+ <p>IPv4 is mandatory.</p>
+ <p>IPv6 is optional but recommended.</p>
+ <p>MP-BGP is recommended.</p>
+ <p>Using link local addresses is recommended.</p>
+ <p>We will verify incoming prefuxes using rPKI.</p>
+ </div>
+ </section>
+ </div>
+ </body>
+</html>