mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-23 02:40:41 +08:00
updat readme
This commit is contained in:
parent
e4056d80c3
commit
765d14f91e
1 changed files with 31 additions and 19 deletions
50
README.md
50
README.md
|
@ -1,39 +1,51 @@
|
||||||
# NeoNetwork
|
# NeoNetwork
|
||||||
|
|
||||||
A useless VPN network ready for peering!
|
A useless VPN network ready for peering!
|
||||||
|
|
||||||
Pull requests are welcomed!
|
Pull requests are welcomed!
|
||||||
Telegram Group invitation link available at TXT record of `join-telegram.neocloud.tw`
|
Telegram Group invitation link available at TXT record of `join-telegram.neocloud.tw`
|
||||||
|
|
||||||
## IXs:
|
## IXs
|
||||||
caasih.neocloud.tw (10.127.0.1, ASN 4201048576)
|
|
||||||
router.neocloud.tw (10.127.255.2, ASN 4201048576)
|
```plain
|
||||||
r2.neocloud.tw (10.127.3.1, ASN 4201048576)
|
caasih.neocloud.tw (10.127.0.1, ASN 4201270000)
|
||||||
megumi.yukipedia.cf (10.127.30.1, ASN 4242421037)
|
router.neocloud.tw (10.127.255.2, ASN 4201270000)
|
||||||
hk-01.nextmoe.cloud.imiku.cn (10.127.4.10, ASN 4200012450)
|
r2.neocloud.tw (10.127.3.1, ASN 4201270000)
|
||||||
bgp.septs.me ( ASN 4200055555)
|
bgp.septs.me (IX, ASN 4201270001)
|
||||||
jp-03.nextmoe.cloud.imiku.cn (10.127.4.15, ASN 4200012450)
|
hk-01.nextmoe.cloud.imiku.cn (10.127.4.10, ASN 4201270008)
|
||||||
ru-01.nextmoe.cloud.imiku.cn (10.127.4.14, ASN 4200012450)
|
jp-03.nextmoe.cloud.imiku.cn (10.127.4.15, ASN 4201270008)
|
||||||
jpn.neo.jerryxiao.cc (10.127.8.193, ASN 4200066666)
|
ru-01.nextmoe.cloud.imiku.cn (10.127.4.14, ASN 4201270008)
|
||||||
s.aureus.ga (10.127.8.185, ASN 4201270007)
|
jpn.neo.jerryxiao.cc (10.127.8.193, ASN 4201270008)
|
||||||
|
s.aureus.ga (10.127.8.185, ASN 4201270007)
|
||||||
|
|
||||||
|
megumi.yukipedia.cf (10.127.30.1, ASN 4242421037)
|
||||||
|
```
|
||||||
|
|
||||||
## Routing Protocols
|
## Routing Protocols
|
||||||
|
|
||||||
Any protocol supported by Quagga or FRRouting, recommended to use BGP.
|
Any protocol supported by Quagga or FRRouting, recommended to use BGP.
|
||||||
|
|
||||||
## IP Addresses
|
## IP Addresses
|
||||||
|
|
||||||
All IPv4 addresses are under the range 10.127.0.0/16,
|
All IPv4 addresses are under the range 10.127.0.0/16,
|
||||||
see routes.txt for allocated domain.
|
see routes.txt for allocated domain.
|
||||||
|
|
||||||
## DNS
|
## DNS
|
||||||
|
|
||||||
There's a bind9 server on dns.neocloud.tw (10.127.225.2), all domain names are under ".neo".
|
There's a bind9 server on dns.neocloud.tw (10.127.225.2), all domain names are under ".neo".
|
||||||
|
|
||||||
## Connection Graph
|
## Connection Graph
|
||||||
|
|
||||||
![NeoNetwork Nodes](https://raw.githubusercontent.com/NeoChen1024/NeoNetwork/master/nodes.svg)
|
![NeoNetwork Nodes](https://raw.githubusercontent.com/NeoChen1024/NeoNetwork/master/nodes.svg)
|
||||||
|
|
||||||
## Files and Directories:
|
## Files and Directories
|
||||||
ospf-area.txt OSPF Area Number
|
|
||||||
bgp-asn.txt BGP AS Number
|
```plain
|
||||||
route/ network subnet allocation
|
ospf-area.txt OSPF Area Number
|
||||||
named.conf Bind9 DNS configuration example
|
bgp-asn.txt BGP AS Number
|
||||||
nodes.dot connection graph
|
named.conf Bind9 DNS configuration example
|
||||||
vpn/ VPN configuration examples (Tinc & WireGuard)
|
nodes.dot Connection graph
|
||||||
dns/ Bind9 DNS zone files
|
route/ Network subnet allocation
|
||||||
|
vpn/ VPN configuration examples (Tinc & WireGuard)
|
||||||
|
dns/ Bind9 DNS zone files
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue