mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 09:20:41 +08:00
Merge pull request #19 from Myer921/master
fix nodes.dot(RU1+CN10) add README ASN4200012450 by nextmoe
This commit is contained in:
commit
c3cfad37c8
4 changed files with 11 additions and 12 deletions
|
@ -10,7 +10,7 @@ Telegram Group invitation link available at TXT record of `join-telegram.neoclou
|
|||
r2.neocloud.tw (10.127.3.1, Area 0, ASN 4201048576)
|
||||
cuiqh.nerdpool.ovh (10.127.0.34, Area 1)
|
||||
fiona.yukipedia.cf (10.127.0.30, Area 2)
|
||||
hk-01.nextmoe.cloud.imiku.cn (10.127.0.58, Area 3)
|
||||
hk-01.nextmoe.cloud.imiku.cn (10.127.0.58, Area 3, ASN 4200012450)
|
||||
|
||||
## Routing Protocols
|
||||
Any protocol supported by Quagga or FRRouting, recommended to use BGP.
|
||||
|
|
|
@ -4,15 +4,15 @@
|
|||
<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" />
|
||||
<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!</p>
|
||||
|
||||
<p>Pull requests are welcomed!<br/>
|
||||
<p>Pull requests are welcomed! <br />
|
||||
Telegram Group invitation link available at TXT record of <code>join-telegram.neocloud.tw</code></p>
|
||||
|
||||
<h2>Peers:</h2>
|
||||
|
@ -22,7 +22,7 @@ router.neocloud.tw (10.127.255.2, Area 0, ASN 4201048576)
|
|||
r2.neocloud.tw (10.127.3.1, Area 0, ASN 4201048576)
|
||||
cuiqh.nerdpool.ovh (10.127.0.34, Area 1)
|
||||
fiona.yukipedia.cf (10.127.0.30, Area 2)
|
||||
hk-01.nextmoe.cloud.imiku.cn (10.127.0.58, Area 3)
|
||||
hk-01.nextmoe.cloud.imiku.cn (10.127.0.58, Area 3, ASN 4200012450)
|
||||
</code></pre>
|
||||
|
||||
<h2>Routing Protocols</h2>
|
||||
|
@ -36,13 +36,13 @@ see routes.txt for allocated domain.</p>
|
|||
|
||||
<h2>DNS</h2>
|
||||
|
||||
<p>There’s a bind9 server on NeoPDP-11 (10.127.1.1), all domain names are under “neonetwork.unix”.</p>
|
||||
<p>There's a bind9 server on NeoPDP-11 (10.127.1.1), all domain names are under "neonetwork.unix".</p>
|
||||
|
||||
<h1>Connection Graph</h1>
|
||||
<h2>Connection Graph</h2>
|
||||
|
||||
<p><img src="https://raw.githubusercontent.com/NeoChen1024/NeoNetwork/master/nodes.png" alt="NeoNetwork Nodes" /></p>
|
||||
<p><img src="https://raw.githubusercontent.com/NeoChen1024/NeoNetwork/master/nodes.png" alt="NeoNetwork Nodes" title="" /></p>
|
||||
|
||||
<h1>Files and Directories:</h1>
|
||||
<h2>Files and Directories:</h2>
|
||||
|
||||
<pre><code>ospf-area.txt OSPF Area Number
|
||||
bgp-asn.txt BGP AS Number
|
||||
|
|
|
@ -13,15 +13,14 @@ digraph "NeoNetwork Nodes"
|
|||
fionaLHS [label="fiona.yukipedia.cf"]
|
||||
pan [label="r2.neocloud.tw"]
|
||||
icecat_Explosion [label="hk-01.nextmoe.cloud.imiku.cn"]
|
||||
icecat_Notebook [label="Notebook\n(10.127.0.64/30)"]
|
||||
icecat_Notebook [label="Notebook\n(10.127.0.64/30/10.127.4.100)"]
|
||||
magicneko_HK01 [label="M-HK1\n(10.127.4.1)"]
|
||||
magicneko_HK02 [label="M-HK2\n(10.127.4.10)"]
|
||||
magicneko_JP01 [label="M-JP1\n(10.127.4.11)"]
|
||||
magicneko_HK03 [label="M-HK3\n(10.127.4.12)"]
|
||||
magicneko_JP02 [label="M-JP2\n(10.127.4.13)"]
|
||||
magicneko_RU01 [lebel="M-RU1\n(10.127.4.14)"]
|
||||
magicneko_RU01 [label="M-RU1\n(10.127.4.14)"]
|
||||
magicneko_JP03 [label="M-JP3\n(10.127.4.15)"]
|
||||
magicneko_CN01 [label="M-CN1\n(10.127.4.100)"]
|
||||
staph [label="s.aureus.ga"]
|
||||
chenx97 [label="chenx97.neocloud.tw"]
|
||||
JerryXiao [label="jpn.neo.jerryxiao.cc"]
|
||||
|
|
BIN
nodes.png
BIN
nodes.png
Binary file not shown.
Before Width: | Height: | Size: 109 KiB After Width: | Height: | Size: 39 KiB |
Loading…
Reference in a new issue