mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 14:40:41 +08:00
add point to point routes [1/2]
This commit is contained in:
parent
b6a39796bc
commit
39d7bb2030
2 changed files with 25 additions and 3 deletions
21
nodes.dot
21
nodes.dot
|
@ -23,9 +23,13 @@ digraph "NeoNetwork Nodes"
|
|||
staph [label="s.aureus.ga\n(AS4200078274)"]
|
||||
staph_CN [label="cnhome.aureus.ga\n(10.127.8.187)\n(AS4200078274)"]
|
||||
chenx97 [label="chenx97.neocloud.tw\n(AS4200114514)"]
|
||||
JerryXiao [label="jpn.neo.jerryxiao.cc\n(AS4200066666)"]
|
||||
JerryXiao [label="jpn.neo.jerryxiao.cc\n(10.127.8.193)"]
|
||||
JerryXiao_SH01 [label="jerryxiao-sh01\n(10.127.8.195)"]
|
||||
JerryXiao_HK01 [label="jerryxiao-hk01\n(10.127.8.194)"]
|
||||
JerryXiao_HK02 [label="jerryxiao-hk02\n(10.127.8.196)"]
|
||||
septs [label="bgp.septs.me\n(AS4200055555)"]
|
||||
lantian [label="lantian\n(AS4200002547)"]
|
||||
dfceaef [label="dfceaef\n(AS4242420140)"]
|
||||
|
||||
subgraph cluster_AS4201048576
|
||||
{
|
||||
|
@ -53,7 +57,7 @@ digraph "NeoNetwork Nodes"
|
|||
|
||||
subgraph cluster_AS4200012450
|
||||
{
|
||||
label="MagicNeko Network (4200012450)";
|
||||
label="MagicNeko Network (AS4200012450)";
|
||||
|
||||
magicneko_HK01-> icecat_Explosion
|
||||
magicneko_HK02-> icecat_Explosion
|
||||
|
@ -65,12 +69,23 @@ digraph "NeoNetwork Nodes"
|
|||
icecat_Notebook -> icecat_Explosion
|
||||
}
|
||||
|
||||
subgraph cluster_AS4200066666
|
||||
{
|
||||
label="Jerry Network (AS4200066666)";
|
||||
|
||||
JerryXiao -> JerryXiao_SH01 [dir=both]
|
||||
JerryXiao -> JerryXiao_HK01 [dir=both]
|
||||
JerryXiao_SH01 -> JerryXiao_HK01 [dir=both]
|
||||
JerryXiao_HK01 -> JerryXiao_HK02 [dir=both]
|
||||
}
|
||||
|
||||
JerryXiao -> pan [dir=both]
|
||||
JerryXiao -> ucbvax [dir=both]
|
||||
JerryXiao -> septs [dir=both]
|
||||
JerryXiao_SH01 -> dfceaef [dir=both]
|
||||
magicneko_JP03 -> JerryXiao [dir=both]
|
||||
lantian -> septs [dir=both]
|
||||
lantian -> JerryXiao [dir=both]
|
||||
JerryXiao -> septs [dir=both]
|
||||
magicneko_JP03 -> septs [dir=both]
|
||||
staph -> septs [dir=both]
|
||||
ucbvax -> septs [dir=both]
|
||||
|
|
|
@ -35,8 +35,15 @@ Network ID Protocol Upstream Downstream Comment
|
|||
10.127.0.104/30 Gre septs <--> fionaLHS
|
||||
10.127.0.108/30 Gre septs <--> Lan Tian
|
||||
10.127.0.112/30 Gre septs <--> ucbvax
|
||||
N/A WireGuard JerryXiao <--> JerryXiao-SH1
|
||||
N/A WireGuard JerryXiao <--> JerryXiao-HK1
|
||||
N/A WireGuard JerryXiao-SH1 <--> JerryXiao-HK1
|
||||
N/A WireGuard JerryXiao-HK1 <--> JerryXiao-HK2
|
||||
N/A WireGuard JerryXiao <--> Lan Tian
|
||||
N/A WireGuard JerryXiao <--> dfceaef
|
||||
10.127.0.116~252/30 <Available>
|
||||
|
||||
|
||||
@1 --> Non-24H
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue