mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-23 00:40:41 +08:00
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
This commit is contained in:
parent
aef998f2b1
commit
6205ee50e5
5 changed files with 16 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
ASN="4201270013"
|
ASN="4201270013"
|
||||||
DESC="Ndoskrnl's first node"
|
DESC="Ndoskrnl's first node"
|
||||||
IP=(
|
IP=(
|
||||||
"10.127.13.1/24"
|
"10.127.13.2/24"
|
||||||
)
|
)
|
||||||
|
|
5
node/Ndoskrnl-US01
Normal file
5
node/Ndoskrnl-US01
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
ASN="4201270013"
|
||||||
|
DESC="Ndoskrnl's first node"
|
||||||
|
IP=(
|
||||||
|
"10.127.13.1/24"
|
||||||
|
)
|
|
@ -1,5 +1,5 @@
|
||||||
TYPE="PTP"
|
TYPE="PTP"
|
||||||
NAME="Ndoskrnl's Master Router"
|
NAME="Ndoskrnl's Master Router"
|
||||||
PROTO="WireGuard"
|
PROTO="WireGuard"
|
||||||
UPSTREAM="ucbvax"
|
UPSTREAM="Ndoskrnl-US01"
|
||||||
DOWNSTREAM="Ndoskrnl-CN01"
|
DOWNSTREAM="Ndoskrnl-CN01"
|
5
route/PTP,10.127.4.15~10.127.13.1
Normal file
5
route/PTP,10.127.4.15~10.127.13.1
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
TYPE="PTP"
|
||||||
|
NAME="Ndoskrnl's Master Router"
|
||||||
|
PROTO="WireGuard"
|
||||||
|
UPSTREAM="MagicNeko-JP03"
|
||||||
|
DOWNSTREAM="Ndoskrnl-US01"
|
4
route6/fd10:127:13::,48
Normal file
4
route6/fd10:127:13::,48
Normal file
|
@ -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"
|
Loading…
Reference in a new issue