summaryrefslogtreecommitdiff
path: root/peering-policy.html
blob: 698dd5b1c14e4fd7a19e82f45c8e6a18224dc99b (plain)
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
<!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>