From 87dc1a02d35fec6a36818504aa63185971654a1c Mon Sep 17 00:00:00 2001 From: Jerry Date: Mon, 20 Apr 2020 22:17:06 +0800 Subject: [PATCH 1/2] join as AS4200066666 --- bgp-asn.txt | 1 + routes.txt | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/bgp-asn.txt b/bgp-asn.txt index a369e53..bfa0022 100644 --- a/bgp-asn.txt +++ b/bgp-asn.txt @@ -5,3 +5,4 @@ AS Number Name 4200078274 Staph 4200012450 icecat 4200114514 chenx97 +4200066666 JerryXiao diff --git a/routes.txt b/routes.txt index d2ed372..49aa231 100644 --- a/routes.txt +++ b/routes.txt @@ -25,6 +25,8 @@ Network ID Protocol Upstream Downstream Comment 10.127.0.64/30 Gre Icecat-Explosion<--> Icecat-Notebook No online time guarantee 10.127.0.68/30 Tinc caaish --> staph 10.127.0.72/30 WireGuard ucbvax <--> chenx97 +10.127.0.76/30 WireGuard JerryXiao <--> pan +10.127.0.80/30 WireGuard JerryXiao <--> ucbvax @1 --> Non-24H @@ -40,6 +42,8 @@ Subnet Name Comment 10.127.4.0/24 Icecat-Explosion For Magicneko Explosion Network Interworking address 10.127.5.0/24 CROOM-Netboot Netboot in CROOM 172.24.5.0/24 Icecat-Mobile-devices for Mobile device internal network segment for testing connectivity quality, No SLA +10.127.8.192/26 JerryXiao-Infrastructure For cloud instances +10.127.9.0/24 JerryXiao-Home For home +======================+ From 3b2e6d725596cfba535c2e4ae227a0294b8d84a7 Mon Sep 17 00:00:00 2001 From: Jerry Date: Mon, 20 Apr 2020 22:25:40 +0800 Subject: [PATCH 2/2] update nodes.dot --- nodes.dot | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nodes.dot b/nodes.dot index 916a070..53b299e 100644 --- a/nodes.dot +++ b/nodes.dot @@ -15,6 +15,7 @@ digraph "NeoNetwork Nodes" icecat_Explosion [label="hk-01.nextmoe.cloud.imiku.cn"] staph [label="s.aureus.ga"] chenx97 [label="chenx97.neocloud.tw"] + JerryXiao [label="jpn.neo.jerryxiao.cc"] subgraph cluster_croom { label = "CROOM"; @@ -38,4 +39,6 @@ digraph "NeoNetwork Nodes" pan -> ucbvax [dir=both] c -> staph ucbvax -> chenx97 [dir=both] + JerryXiao -> pan [dir=both] + JerryXiao -> ucbvax [dir=both] }