2020-04-21 08:49:08 +08:00
|
|
|
<!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>
|
2020-04-21 14:48:53 +08:00
|
|
|
<link rel="stylesheet" type="text/css" href="neostyle.css" />
|
|
|
|
<link rel="icon" href="icon.png" />
|
2020-04-21 08:49:08 +08:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>NeoNetwork</h1>
|
|
|
|
|
|
|
|
<p>A useless VPN network ready for peering!</p>
|
|
|
|
|
2020-04-25 14:30:02 +08:00
|
|
|
<p>Pull requests are welcomed!<br/>
|
2020-04-21 08:49:08 +08:00
|
|
|
Telegram Group invitation link available at TXT record of <code>join-telegram.neocloud.tw</code></p>
|
|
|
|
|
2020-04-25 14:30:02 +08:00
|
|
|
<h2>IXs:</h2>
|
2020-04-21 08:49:08 +08:00
|
|
|
|
2020-04-22 19:00:00 +08:00
|
|
|
<pre><code>caasih.neocloud.tw (10.127.0.1, ASN 4201048576)
|
|
|
|
router.neocloud.tw (10.127.255.2, ASN 4201048576)
|
|
|
|
r2.neocloud.tw (10.127.3.1, ASN 4201048576)
|
2020-04-25 05:22:30 +08:00
|
|
|
megumi.yukipedia.cf (10.127.30.1, ASN 4203223939)
|
|
|
|
hk-01.nextmoe.cloud.imiku.cn (10.127.4.10, ASN 4200012450)
|
2020-04-22 19:00:00 +08:00
|
|
|
bgp.septs.me ( ASN 4200055555)
|
|
|
|
jp-03.nextmoe.cloud.imiku.cn (10.127.4.15, ASN 4200012450)
|
|
|
|
ru-01.nextmoe.cloud.imiku.cn (10.127.4.14, ASN 4200012450)
|
2020-04-25 05:22:30 +08:00
|
|
|
jpn.neo.jerryxiao.cc (10.127.8.193, ASN 4200066666)
|
2020-04-27 06:18:23 +08:00
|
|
|
s.aureus.ga (10.127.8.185, ASN 4201270007)
|
2020-04-21 08:49:08 +08:00
|
|
|
</code></pre>
|
|
|
|
|
|
|
|
<h2>Routing Protocols</h2>
|
|
|
|
|
|
|
|
<p>Any protocol supported by Quagga or FRRouting, recommended to use BGP.</p>
|
|
|
|
|
|
|
|
<h2>IP Addresses</h2>
|
|
|
|
|
|
|
|
<p>All IPv4 addresses are under the range 10.127.0.0/16,
|
|
|
|
see routes.txt for allocated domain.</p>
|
|
|
|
|
|
|
|
<h2>DNS</h2>
|
|
|
|
|
2020-04-25 14:30:02 +08:00
|
|
|
<p>There’s a bind9 server on dns.neocloud.tw (10.127.225.2), all domain names are under “.neo”.</p>
|
2020-04-21 08:49:08 +08:00
|
|
|
|
2020-04-21 14:48:53 +08:00
|
|
|
<h2>Connection Graph</h2>
|
2020-04-21 08:49:08 +08:00
|
|
|
|
2020-04-25 14:30:02 +08:00
|
|
|
<p><img src="https://raw.githubusercontent.com/NeoChen1024/NeoNetwork/master/nodes.svg" alt="NeoNetwork Nodes" /></p>
|
2020-04-21 08:49:08 +08:00
|
|
|
|
2020-04-21 14:48:53 +08:00
|
|
|
<h2>Files and Directories:</h2>
|
2020-04-21 08:49:08 +08:00
|
|
|
|
|
|
|
<pre><code>ospf-area.txt OSPF Area Number
|
|
|
|
bgp-asn.txt BGP AS Number
|
2020-04-25 14:30:02 +08:00
|
|
|
route/ network subnet allocation
|
2020-04-21 08:49:08 +08:00
|
|
|
named.conf Bind9 DNS configuration example
|
|
|
|
nodes.dot connection graph
|
|
|
|
vpn/ VPN configuration examples (Tinc & WireGuard)
|
|
|
|
dns/ Bind9 DNS zone files
|
|
|
|
</code></pre>
|
|
|
|
</body>
|
|
|
|
</html>
|