1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork synced 2024-05-18 18:11:45 +08:00
A useless VPN Network ready for peering
Go to file
2020-06-12 13:10:53 +00:00
.github/workflows no longer need pyenv 2020-06-04 11:53:59 +08:00
.vscode Migrate to TOML format (#81) 2020-05-23 19:00:02 +08:00
asn Rename AS4242422464 to AS4242422464.toml 2020-06-12 13:10:53 +00:00
dns remove dot 2020-06-02 21:10:41 +08:00
docs README: up 2020-05-13 22:00:54 +08:00
document change possible values :) 2020-05-22 19:49:54 +08:00
entity Add entity Yura 2020-06-12 12:55:47 +00:00
node Create Node Yura 2020-06-12 13:01:27 +00:00
peer remove AS4201270009 2020-06-01 09:15:40 +08:00
route Create Route of AS4242422464 2020-06-12 13:09:34 +00:00
scripts re-export description in asn 2020-05-29 06:18:19 +08:00
vpn vpn: Updated WireGuard config 2020-05-24 18:08:25 +08:00
.editorconfig Migrate to TOML format (#81) 2020-05-23 19:00:02 +08:00
LICENSE Added LICENSE 2019-10-31 03:10:23 +00:00
nodes.dot nodes.dot, nodes.svg: update 2020-05-24 22:15:01 +08:00
nodes.svg nodes.dot, nodes.svg: update 2020-05-24 22:15:01 +08:00
pyproject.toml Migrate to TOML format (#81) 2020-05-23 19:00:02 +08:00
README.md README: up 2020-05-13 22:00:54 +08:00

NeoNetwork

A useless VPN network ready for peering!
This network is connected with DN42
Git Repo. here
Pull requests are welcomed!
Working language: zh_* / en_*

IXs

caasih.neocloud.tw		(10.127.0.1,	ASN 4201270000)
router.neocloud.tw		(10.127.255.2,	ASN 4201270000)
r2.neocloud.tw			(10.127.3.1,	ASN 4201270000)
bgp.septs.me			(IX,		ASN 4201270001)
hk-01.nextmoe.cloud.imiku.cn	(10.127.4.10,	ASN 4201270008)
jp-03.nextmoe.cloud.imiku.cn	(10.127.4.15,	ASN 4201270008)
ru-01.nextmoe.cloud.imiku.cn	(10.127.4.14,	ASN 4201270008)
jpn.neo.jerryxiao.cc		(10.127.8.193,	ASN 4201270006)
s.aureus.ga			(10.127.8.185,	ASN 4201270007)
megumi.yukipedia.cf		(10.127.30.1,	ASN 4242421037)

Routing Protocols

Any protocol supported by Bird, Quagga or FRRouting, BGP recommended.

IP Addresses

All IPv4 addresses are under the range 10.127.0.0/16
All IPv6 addresses are under the range fd10:127::/32
see route and route6 for allocated subnet.

DNS

There's a bind9 server on dns.neocloud.tw (10.127.225.2 and fd10:127:5f37:59df::255:2), all domain names are under ".neo".

Connection Graph

NeoNetwork Nodes

Files and Directories

nodes.dot	Connection graph
asn/		BGP AS Number allocation
entity/		Entitys
route/		Network subnet allocation
node/		Nodes
peer/		Peering status
vpn/		VPN configuration examples (Tinc & WireGuard)
dns/		Bind9 DNS zone files and example configuration