NeoNetwork/README.md

42 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2020-04-20 09:22:35 +08:00
# NeoNetwork
2023-05-04 13:54:56 +08:00
Yet another VPN network ready for peering!
2020-05-13 22:00:54 +08:00
This network is connected with [DN42](https://dn42.net)
2022-05-07 12:37:55 +08:00
Git Repo. [here](https://github.com/NeoCloud/NeoNetwork)
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-11-25 19:01:44 +08:00
## ROA
<https://roa.neocloud.tw>
2020-04-25 16:35:27 +08:00
## IXs
2023-05-04 13:54:56 +08:00
neovax.neocloud.tw (10.127.110.1, ASN 4201270000)
fsnvax.neocloud.tw (10.127.16.240, ASN 4201270000)
2020-04-28 12:11:01 +08:00
jpn.neo.jerryxiao.cc (10.127.8.193, ASN 4201270006)
2024-02-14 10:18:47 +08:00
s.aureus.icu (10.127.8.185, ASN 4201270007)
2020-04-27 15:23:04 +08:00
2023-05-04 13:54:56 +08:00
## Address Allocation
2020-04-25 16:35:27 +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-12-21 18:13:10 +08:00
DNS Anycast is currently on `10.127.255.54` for IPv4 and `fd10:127:53:53::` for IPv6. All domain names are under ".neo".
2020-04-20 09:22:35 +08:00
2021-05-26 15:10:03 +08:00
## Certificate Authority
Root certificate can be downloaded from [here](https://github.com/NeoCloud/NeoNetwork/blob/master/ca/neonetwork.crt). An acmev2-api is available at `https://acme.neo/acme/acme/directory`.
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
vpn/ VPN configuration examples (Tinc & WireGuard)
2020-05-01 17:58:52 +08:00
dns/ Bind9 DNS zone files and example configuration