From d007803e3c7d75095fd7b0077217c8ab56d4aca8 Mon Sep 17 00:00:00 2001 From: Neo_Chen Date: Mon, 28 Oct 2019 21:47:43 +0800 Subject: [PATCH] Updated all infrastructure --- VPN.dot | 12 +++--------- hosts | 13 ------------- route-map.txt | 10 ++++++++++ 3 files changed, 13 insertions(+), 22 deletions(-) delete mode 100644 hosts create mode 100644 route-map.txt diff --git a/VPN.dot b/VPN.dot index ead00f9..47784ad 100644 --- a/VPN.dot +++ b/VPN.dot @@ -5,22 +5,18 @@ digraph "" rankdir=TD node [shape=box] c [label="caasih.nerdpol.ovh"] - ucbvax [label="ucbvax (sl-sgp.asn.yt)"] + ucbvax [label="ucbvax.nerdpol.ovh"] np11 [label="NeoPDP-11"] cklvax [label="cklvax"] neobox [label="NeoBOX"] - local [label="192.168.9.0/24 (CRoom)"] + local [label="10.127.1.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 @@ -30,7 +26,5 @@ digraph "" local -> np11 [dir=both] np -> ucbvax np -> c - home -> np [dir=both] - openwrt -> home [dir=both] - nv -> home [dir=both] + nv -> np [dir=both] } diff --git a/hosts b/hosts deleted file mode 100644 index 551e665..0000000 --- a/hosts +++ /dev/null @@ -1,13 +0,0 @@ -192.168.9.86 NeoPDP-11 -192.168.9.80 cklvax -192.168.9.89 NNPCC -192.168.9.45 NeoBOX -192.168.9.59 NeoPMC1 -192.168.9.60 NeoPMC2 -192.168.9.61 NeoPMC3 -192.168.9.47 NeoSYS -192.168.9.58 NNCPP -192.168.85.2 NeoPortable -192.168.86.2 ucbvax -192.168.96.2 caasih - diff --git a/route-map.txt b/route-map.txt new file mode 100644 index 0000000..d54afe7 --- /dev/null +++ b/route-map.txt @@ -0,0 +1,10 @@ +# Point to Point Tunnels +10.127.0.0/30 caasih <--> ucbvax +10.127.0.4/30 caasih --> NeoPortable +10.127.0.8/30 ucbvax --> NeoPortable +10.127.0.12/30 ucbvax --> NeoPDP-11 +10.127.0.16/30 caasih --> NeoPDP-11 +10.127.0.20/30 NeoPortable <--> NeoVAX + +# Continuous Subnet +10.127.1.0/24 CROOM