1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork synced 2024-06-26 10:08:40 +08:00
NeoNetwork/VPN.dot

37 lines
798 B
Plaintext
Raw Normal View History

2019-10-27 18:33:05 +08:00
digraph ""
{
labelloc="t";
label="NeoNetwork OSPF Transit";
rankdir=TD
node [shape=box]
c [label="caasih.nerdpol.ovh"]
ucbvax [label="ucbvax (sl-sgp.asn.yt)"]
np11 [label="NeoPDP-11"]
cklvax [label="cklvax"]
neobox [label="NeoBOX"]
local [label="192.168.9.0/24 (CRoom)"]
np [label="NeoPortable"]
nv [label="NeoVAX"]
home [label="192.168.0.0/24 (Home)"]
openwrt [label="Wi-Fi AP"]
NeoPMC1 -> local [dir=both]
NeoPMC2 -> local [dir=both]
NeoPMC3 -> local [dir=both]
NeoSYS -> local [dir=both]
NeoBOX -> 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-27 18:33:05 +08:00
home -> np [dir=both]
openwrt -> home [dir=both]
nv -> home [dir=both]
}