1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork synced 2024-05-17 12:51:45 +08:00
NeoNetwork/README.md

51 lines
1.5 KiB
Markdown
Raw Normal View History

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-11-25 19:01:44 +08:00
## ROA
<https://roa.neocloud.tw>
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)
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
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
2020-04-21 08:56:18 +08:00
## Connection Graph
2020-04-25 16:35:27 +08:00
2020-08-07 23:30:18 +08:00
![NeoNetwork Nodes](https://raw.githubusercontent.com/NeoCloud/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