mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-11 04:02:23 +08:00
Added new node pan
This commit is contained in:
parent
1e789398b1
commit
f122378cc6
3 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,7 @@ digraph ""
|
||||||
nv [label="NeoVAX"]
|
nv [label="NeoVAX"]
|
||||||
ncuiqh [label="ncuiqh.nerdpol.ovh"]
|
ncuiqh [label="ncuiqh.nerdpol.ovh"]
|
||||||
fionaLHS [label="fiona.yukipedia.cf"]
|
fionaLHS [label="fiona.yukipedia.cf"]
|
||||||
|
pan [label="r2.tw.pan93412.dedyn.io"]
|
||||||
|
|
||||||
NeoPMC1 -> local [dir=both]
|
NeoPMC1 -> local [dir=both]
|
||||||
NeoPMC2 -> local [dir=both]
|
NeoPMC2 -> local [dir=both]
|
||||||
|
@ -31,4 +32,6 @@ digraph ""
|
||||||
nv -> np [dir=both]
|
nv -> np [dir=both]
|
||||||
ncuiqh -> c [dir=both]
|
ncuiqh -> c [dir=both]
|
||||||
fionaLHS -> ucbvax [dir=both]
|
fionaLHS -> ucbvax [dir=both]
|
||||||
|
np11 -> pan
|
||||||
|
np -> pan
|
||||||
}
|
}
|
||||||
|
|
BIN
nodes.png
BIN
nodes.png
Binary file not shown.
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 58 KiB |
|
@ -13,7 +13,10 @@
|
||||||
10.127.0.28/30 ucbvax <--> fionaLHS
|
10.127.0.28/30 ucbvax <--> fionaLHS
|
||||||
10.127.0.32/30 caasih <--> ncuiqh
|
10.127.0.32/30 caasih <--> ncuiqh
|
||||||
10.127.0.36/30 ucbvax --> NeoVAX
|
10.127.0.36/30 ucbvax --> NeoVAX
|
||||||
|
10.127.0.40/30 pan --> NeoPDP11
|
||||||
|
10.127.0.44/30 pan --> NeoPortable
|
||||||
|
|
||||||
# Continuous Subnet
|
# Continuous Subnet
|
||||||
10.127.1.0/24 CROOM
|
10.127.1.0/24 CROOM
|
||||||
10.127.2.0/24 NeoPortable-VM
|
10.127.2.0/24 NeoPortable-VM
|
||||||
|
10.127.3.0/24 pan connection hub
|
||||||
|
|
Loading…
Reference in a new issue