diff --git a/dns/neonetwork b/dns/neonetwork index 67bca85..c66d609 100644 --- a/dns/neonetwork +++ b/dns/neonetwork @@ -16,6 +16,7 @@ root IN CNAME neo. NeoPDP-11 IN A 10.127.255.1 ucbvax IN A 10.127.255.2 caasih IN A 10.127.2.16 +NeoVAX IN A 10.127.2.22 NeoSystem IN A 10.127.255.80 neostorage IN A 10.127.1.10 NeoBOX IN A 10.127.1.20 diff --git a/node/Neo_Chen.toml b/node/Neo_Chen.toml index 9dd5ac9..b779509 100644 --- a/node/Neo_Chen.toml +++ b/node/Neo_Chen.toml @@ -1,13 +1,10 @@ [NeoPDP-11] asn = 4201270000 -cidr = ["10.127.1.1/24", "10.127.254.1/24", "10.127.255.1/24"] +cidr = ["10.127.1.1/24", "10.127.254.1/24", "10.127.255.1/32"] [NeoSystem] asn = 4201270000 -cidr = ["10.127.1.80/24", "10.127.2.1/24"] - -[NeoVAX] -asn = 4201270000 +cidr = ["10.127.1.80/24", "10.127.2.1/24", "10.127.255.80/32"] [pan] asn = 4201270000 diff --git a/peer/NeoPDP-11.toml b/peer/NeoPDP-11.toml new file mode 100644 index 0000000..ba7ae8c --- /dev/null +++ b/peer/NeoPDP-11.toml @@ -0,0 +1 @@ +to-peer = ["NeoVAX"] diff --git a/peer/pan.toml b/peer/pan.toml index 1c8cacf..7a3f667 100644 --- a/peer/pan.toml +++ b/peer/pan.toml @@ -1 +1 @@ -to-peer = ["MagicNeko-JP03", "NeoPDP-11", "NeoSystem"] +to-peer = ["MagicNeko-JP03", "NeoPDP-11", "NeoSystem", "NeoVAX"]