1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork synced 2024-06-02 20:43:04 +08:00
NeoNetwork/docs/index.html
Neo_Chen 96df569bef README: up
[skip ci]
2020-05-13 22:00:54 +08:00

65 lines
2.5 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh-Hant" lang="zh-Hant">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>NeoNetwork</title>
<link rel="stylesheet" type="text/css" href="neostyle.css" />
<link rel="icon" href="icon.png" />
</head>
<body>
<h1>NeoNetwork</h1>
<p>A useless VPN network ready for peering!<br/>
This network is connected with <a href="https://dn42.net">DN42</a><br/>
Git Repo. <a href="https://git.neocloud.tw">here</a><br/>
Pull requests are welcomed!<br/>
Working language: <code>zh_* / en_*</code></p>
<h2>IXs</h2>
<pre><code>caasih.neocloud.tw (10.127.0.1, ASN 4201270000)
router.neocloud.tw (10.127.255.2, ASN 4201270000)
r2.neocloud.tw (10.127.3.1, ASN 4201270000)
bgp.septs.me (IX, ASN 4201270001)
hk-01.nextmoe.cloud.imiku.cn (10.127.4.10, ASN 4201270008)
jp-03.nextmoe.cloud.imiku.cn (10.127.4.15, ASN 4201270008)
ru-01.nextmoe.cloud.imiku.cn (10.127.4.14, ASN 4201270008)
jpn.neo.jerryxiao.cc (10.127.8.193, ASN 4201270006)
s.aureus.ga (10.127.8.185, ASN 4201270007)
megumi.yukipedia.cf (10.127.30.1, ASN 4242421037)
</code></pre>
<h2>Routing Protocols</h2>
<p>Any protocol supported by Bird, Quagga or FRRouting, BGP recommended.</p>
<h2>IP Addresses</h2>
<p>All IPv4 addresses are under the range 10.127.0.0/16<br/>
All IPv6 addresses are under the range fd10:127::/32<br/>
see <a href="https://github.com/NeoCloud/NeoNetwork/tree/master/route">route</a>
and <a href="https://github.com/NeoCloud/NeoNetwork/tree/master/route6">route6</a> for allocated subnet.</p>
<h2>DNS</h2>
<p>There&rsquo;s a bind9 server on dns.neocloud.tw (<code>10.127.225.2</code> and <code>fd10:127:5f37:59df::255:2</code>), all domain names are under &ldquo;.neo&rdquo;.</p>
<h2>Connection Graph</h2>
<p><img src="https://raw.githubusercontent.com/NeoChen1024/NeoNetwork/master/nodes.svg" alt="NeoNetwork Nodes" /></p>
<h2>Files and Directories</h2>
<pre><code>nodes.dot Connection graph
asn/ BGP AS Number allocation
entity/ Entitys
route/ Network subnet allocation
node/ Nodes
peer/ Peering status
vpn/ VPN configuration examples (Tinc &amp; WireGuard)
dns/ Bind9 DNS zone files and example configuration
</code></pre>
</body>
</html>