2020-04-20 09:22:35 +08:00
|
|
|
# NeoNetwork
|
2020-04-27 15:23:04 +08:00
|
|
|
A useless VPN network ready for peering!
|
2020-05-13 22:00:54 +08:00
|
|
|
This network is connected with [DN42](https://dn42.net)
|
2020-04-27 15:23:04 +08:00
|
|
|
Git Repo. [here](https://git.neocloud.tw)
|
2020-04-20 13:25:38 +08:00
|
|
|
Pull requests are welcomed!
|
2020-04-28 20:38:09 +08:00
|
|
|
Working language: `zh_* / en_*`
|
2020-04-20 09:22:35 +08:00
|
|
|
|
2020-04-25 16:35:27 +08:00
|
|
|
## IXs
|
|
|
|
|
2020-04-27 15:43:06 +08:00
|
|
|
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)
|
2020-04-28 12:11:01 +08:00
|
|
|
jpn.neo.jerryxiao.cc (10.127.8.193, ASN 4201270006)
|
2020-04-27 15:43:06 +08:00
|
|
|
s.aureus.ga (10.127.8.185, ASN 4201270007)
|
|
|
|
megumi.yukipedia.cf (10.127.30.1, ASN 4242421037)
|
2020-04-27 15:23:04 +08:00
|
|
|
|
2020-04-20 09:22:35 +08:00
|
|
|
## Routing Protocols
|
2020-04-25 16:35:27 +08:00
|
|
|
|
2020-05-09 14:48:45 +08:00
|
|
|
Any protocol supported by Bird, Quagga or FRRouting, BGP recommended.
|
2020-04-20 09:22:35 +08:00
|
|
|
|
|
|
|
## IP Addresses
|
2020-04-25 16:35:27 +08:00
|
|
|
|
2020-05-01 14:10:15 +08:00
|
|
|
All IPv4 addresses are under the range 10.127.0.0/16
|
|
|
|
All IPv6 addresses are under the range fd10:127::/32
|
2020-05-13 21:57:47 +08:00
|
|
|
see [route](https://github.com/NeoCloud/NeoNetwork/tree/master/route)
|
|
|
|
and [route6](https://github.com/NeoCloud/NeoNetwork/tree/master/route6) for allocated subnet.
|
2020-04-20 09:22:35 +08:00
|
|
|
|
|
|
|
## DNS
|
2020-04-25 16:35:27 +08:00
|
|
|
|
2020-07-03 15:41:24 +08:00
|
|
|
There's a bind9 server on dns.neocloud.tw (`10.127.255.2` and `fd10:127:5f37:59df::255:2`), all domain names are under ".neo".
|
2020-04-20 09:22:35 +08:00
|
|
|
|
2020-04-21 08:56:18 +08:00
|
|
|
## Connection Graph
|
2020-04-25 16:35:27 +08:00
|
|
|
|
2020-04-22 20:49:25 +08:00
|
|
|
![NeoNetwork Nodes](https://raw.githubusercontent.com/NeoChen1024/NeoNetwork/master/nodes.svg)
|
2020-04-20 09:22:35 +08:00
|
|
|
|
2020-04-25 16:35:27 +08:00
|
|
|
## Files and Directories
|
|
|
|
|
2020-04-27 15:43:06 +08:00
|
|
|
nodes.dot Connection graph
|
2020-05-01 17:57:55 +08:00
|
|
|
asn/ BGP AS Number allocation
|
2020-05-02 16:04:05 +08:00
|
|
|
entity/ Entitys
|
2020-04-27 15:43:06 +08:00
|
|
|
route/ Network subnet allocation
|
2020-05-01 17:57:55 +08:00
|
|
|
node/ Nodes
|
2020-05-13 21:57:47 +08:00
|
|
|
peer/ Peering status
|
2020-04-27 15:43:06 +08:00
|
|
|
vpn/ VPN configuration examples (Tinc & WireGuard)
|
2020-05-01 17:58:52 +08:00
|
|
|
dns/ Bind9 DNS zone files and example configuration
|