From 6205ee50e51447ffed575a911957bd73943a6562 Mon Sep 17 00:00:00 2001 From: magic0whi Date: Thu, 7 May 2020 09:41:55 +0000 Subject: [PATCH] Ndoskrnl's Network: Add IPv6 route & New node US01 New IPv6 address will be reserve as fd10:127:13::/48 Upstream: Ndoskrnl-CN01 -> Ndoskrnl-US01 And change the IPv4 PTP route according to the actual situation --- node/Ndoskrnl-CN01 | 2 +- node/Ndoskrnl-US01 | 5 +++++ ...,10.127.13.1~10.127.255.2 => PTP,10.127.13.2~10.127.13.1} | 2 +- route/PTP,10.127.4.15~10.127.13.1 | 5 +++++ route6/fd10:127:13::,48 | 4 ++++ 5 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 node/Ndoskrnl-US01 rename route/{PTP,10.127.13.1~10.127.255.2 => PTP,10.127.13.2~10.127.13.1} (77%) create mode 100644 route/PTP,10.127.4.15~10.127.13.1 create mode 100644 route6/fd10:127:13::,48 diff --git a/node/Ndoskrnl-CN01 b/node/Ndoskrnl-CN01 index b2d1b2c..2ab72ac 100644 --- a/node/Ndoskrnl-CN01 +++ b/node/Ndoskrnl-CN01 @@ -1,5 +1,5 @@ ASN="4201270013" DESC="Ndoskrnl's first node" IP=( - "10.127.13.1/24" + "10.127.13.2/24" ) diff --git a/node/Ndoskrnl-US01 b/node/Ndoskrnl-US01 new file mode 100644 index 0000000..b2d1b2c --- /dev/null +++ b/node/Ndoskrnl-US01 @@ -0,0 +1,5 @@ +ASN="4201270013" +DESC="Ndoskrnl's first node" +IP=( + "10.127.13.1/24" +) diff --git a/route/PTP,10.127.13.1~10.127.255.2 b/route/PTP,10.127.13.2~10.127.13.1 similarity index 77% rename from route/PTP,10.127.13.1~10.127.255.2 rename to route/PTP,10.127.13.2~10.127.13.1 index 26825a6..480047f 100644 --- a/route/PTP,10.127.13.1~10.127.255.2 +++ b/route/PTP,10.127.13.2~10.127.13.1 @@ -1,5 +1,5 @@ TYPE="PTP" NAME="Ndoskrnl's Master Router" PROTO="WireGuard" -UPSTREAM="ucbvax" +UPSTREAM="Ndoskrnl-US01" DOWNSTREAM="Ndoskrnl-CN01" diff --git a/route/PTP,10.127.4.15~10.127.13.1 b/route/PTP,10.127.4.15~10.127.13.1 new file mode 100644 index 0000000..15d3bb0 --- /dev/null +++ b/route/PTP,10.127.4.15~10.127.13.1 @@ -0,0 +1,5 @@ +TYPE="PTP" +NAME="Ndoskrnl's Master Router" +PROTO="WireGuard" +UPSTREAM="MagicNeko-JP03" +DOWNSTREAM="Ndoskrnl-US01" diff --git a/route6/fd10:127:13::,48 b/route6/fd10:127:13::,48 new file mode 100644 index 0000000..25e7310 --- /dev/null +++ b/route6/fd10:127:13::,48 @@ -0,0 +1,4 @@ +TYPE="SUBNET" +NAME="Ndoskrnl's LAN (IPv6)" +DESC="For devices which being connected locally to Ndoskrnl's Master Router" +ASN="4201270013"