mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-23 01:20:40 +08:00
README.md: up
This commit is contained in:
parent
8da314de1e
commit
521f3599a0
2 changed files with 8 additions and 8 deletions
|
@ -4,7 +4,7 @@ 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`
|
||||||
|
|
||||||
## Peers:
|
## IXs:
|
||||||
caasih.neocloud.tw (10.127.0.1, ASN 4201048576)
|
caasih.neocloud.tw (10.127.0.1, ASN 4201048576)
|
||||||
router.neocloud.tw (10.127.255.2, ASN 4201048576)
|
router.neocloud.tw (10.127.255.2, ASN 4201048576)
|
||||||
r2.neocloud.tw (10.127.3.1, ASN 4201048576)
|
r2.neocloud.tw (10.127.3.1, ASN 4201048576)
|
||||||
|
@ -23,7 +23,7 @@ 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 NeoPDP-11 (10.127.1.1), all domain names are under "neonetwork.unix".
|
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)
|
||||||
|
@ -31,7 +31,7 @@ There's a bind9 server on NeoPDP-11 (10.127.1.1), all domain names are under "ne
|
||||||
## Files and Directories:
|
## Files and Directories:
|
||||||
ospf-area.txt OSPF Area Number
|
ospf-area.txt OSPF Area Number
|
||||||
bgp-asn.txt BGP AS Number
|
bgp-asn.txt BGP AS Number
|
||||||
routes.txt network subnet allocation
|
route/ network subnet allocation
|
||||||
named.conf Bind9 DNS configuration example
|
named.conf Bind9 DNS configuration example
|
||||||
nodes.dot connection graph
|
nodes.dot connection graph
|
||||||
vpn/ VPN configuration examples (Tinc & WireGuard)
|
vpn/ VPN configuration examples (Tinc & WireGuard)
|
||||||
|
|
|
@ -12,10 +12,10 @@
|
||||||
|
|
||||||
<p>A useless VPN network ready for peering!</p>
|
<p>A useless VPN network ready for peering!</p>
|
||||||
|
|
||||||
<p>Pull requests are welcomed! <br />
|
<p>Pull requests are welcomed!<br/>
|
||||||
Telegram Group invitation link available at TXT record of <code>join-telegram.neocloud.tw</code></p>
|
Telegram Group invitation link available at TXT record of <code>join-telegram.neocloud.tw</code></p>
|
||||||
|
|
||||||
<h2>Peers:</h2>
|
<h2>IXs:</h2>
|
||||||
|
|
||||||
<pre><code>caasih.neocloud.tw (10.127.0.1, ASN 4201048576)
|
<pre><code>caasih.neocloud.tw (10.127.0.1, ASN 4201048576)
|
||||||
router.neocloud.tw (10.127.255.2, ASN 4201048576)
|
router.neocloud.tw (10.127.255.2, ASN 4201048576)
|
||||||
|
@ -39,17 +39,17 @@ see routes.txt for allocated domain.</p>
|
||||||
|
|
||||||
<h2>DNS</h2>
|
<h2>DNS</h2>
|
||||||
|
|
||||||
<p>There's a bind9 server on NeoPDP-11 (10.127.1.1), all domain names are under "neonetwork.unix".</p>
|
<p>There’s a bind9 server on dns.neocloud.tw (10.127.225.2), all domain names are under “.neo”.</p>
|
||||||
|
|
||||||
<h2>Connection Graph</h2>
|
<h2>Connection Graph</h2>
|
||||||
|
|
||||||
<p><img src="https://raw.githubusercontent.com/NeoChen1024/NeoNetwork/master/nodes.svg" alt="NeoNetwork Nodes" title="" /></p>
|
<p><img src="https://raw.githubusercontent.com/NeoChen1024/NeoNetwork/master/nodes.svg" alt="NeoNetwork Nodes" /></p>
|
||||||
|
|
||||||
<h2>Files and Directories:</h2>
|
<h2>Files and Directories:</h2>
|
||||||
|
|
||||||
<pre><code>ospf-area.txt OSPF Area Number
|
<pre><code>ospf-area.txt OSPF Area Number
|
||||||
bgp-asn.txt BGP AS Number
|
bgp-asn.txt BGP AS Number
|
||||||
routes.txt network subnet allocation
|
route/ network subnet allocation
|
||||||
named.conf Bind9 DNS configuration example
|
named.conf Bind9 DNS configuration example
|
||||||
nodes.dot connection graph
|
nodes.dot connection graph
|
||||||
vpn/ VPN configuration examples (Tinc & WireGuard)
|
vpn/ VPN configuration examples (Tinc & WireGuard)
|
||||||
|
|
Loading…
Reference in a new issue