summaryrefslogtreecommitdiff
path: root/peering-policy.html
diff options
context:
space:
mode:
authorTrumeet <yuuta@yuuta.moe>2021-09-06 11:17:14 -0700
committerTrumeet <yuuta@yuuta.moe>2021-09-06 11:17:14 -0700
commit94de65257a111efd67e3dc740569e14e9d2e60b6 (patch)
tree9f91ef888b4da6c9402018e621dc57f2a7de63a9 /peering-policy.html
parent520832712e7897c70ab3cd0fdc948ac7aac84404 (diff)
downloadwww-94de65257a111efd67e3dc740569e14e9d2e60b6.tar
www-94de65257a111efd67e3dc740569e14e9d2e60b6.tar.gz
www-94de65257a111efd67e3dc740569e14e9d2e60b6.tar.bz2
www-94de65257a111efd67e3dc740569e14e9d2e60b6.zip
Add peering policy & create main.css
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>