2019-10-27 18:33:05 +08:00
|
|
|
digraph ""
|
|
|
|
{
|
|
|
|
labelloc="t";
|
2019-10-31 11:09:08 +08:00
|
|
|
label="NeoNetwork Nodes";
|
2019-10-27 18:33:05 +08:00
|
|
|
rankdir=TD
|
|
|
|
node [shape=box]
|
|
|
|
c [label="caasih.nerdpol.ovh"]
|
2019-10-28 21:47:43 +08:00
|
|
|
ucbvax [label="ucbvax.nerdpol.ovh"]
|
2019-10-27 18:33:05 +08:00
|
|
|
np11 [label="NeoPDP-11"]
|
|
|
|
cklvax [label="cklvax"]
|
|
|
|
neobox [label="NeoBOX"]
|
2019-10-31 11:09:08 +08:00
|
|
|
local [label="CROOM (10.127.1.0/24)"]
|
2019-10-27 18:33:05 +08:00
|
|
|
np [label="NeoPortable"]
|
|
|
|
nv [label="NeoVAX"]
|
|
|
|
|
|
|
|
NeoPMC1 -> local [dir=both]
|
|
|
|
NeoPMC2 -> local [dir=both]
|
|
|
|
NeoPMC3 -> local [dir=both]
|
|
|
|
NeoSYS -> local [dir=both]
|
|
|
|
NNPCC -> local [dir=both]
|
|
|
|
np11 -> c
|
|
|
|
np11 -> ucbvax
|
|
|
|
ucbvax -> c [dir=both]
|
|
|
|
cklvax -> local [dir=both]
|
|
|
|
neobox -> local [dir=both]
|
|
|
|
local -> np11 [dir=both]
|
|
|
|
np -> ucbvax
|
2019-10-27 23:25:22 +08:00
|
|
|
np -> c
|
2019-10-28 21:47:43 +08:00
|
|
|
nv -> np [dir=both]
|
2019-10-27 18:33:05 +08:00
|
|
|
}
|