2020-04-21 08:49:08 +08:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" xml:lang = "zh-Hant" lang = "zh-Hant" >
< head >
< meta http-equiv = "Content-Type" content = "text/html; charset=utf-8" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< title > NeoNetwork< / title >
2020-04-21 14:48:53 +08:00
< link rel = "stylesheet" type = "text/css" href = "neostyle.css" / >
< link rel = "icon" href = "icon.png" / >
2020-04-21 08:49:08 +08:00
< / head >
< body >
< h1 > NeoNetwork< / h1 >
2023-09-11 20:02:06 +08:00
< p > Yet another VPN network ready for peering!< br / >
2020-05-13 22:00:54 +08:00
This network is connected with < a href = "https://dn42.net" > DN42< / a > < br / >
2023-09-11 20:02:06 +08:00
Git Repo. < a href = "https://github.com/NeoCloud/NeoNetwork" > here< / a > < br / >
2020-05-02 16:04:05 +08:00
Pull requests are welcomed!< br / >
2020-05-13 21:57:47 +08:00
Working language: < code > zh_* / en_*< / code > < / p >
2020-04-21 08:49:08 +08:00
2023-09-11 20:02:06 +08:00
< h2 > ROA< / h2 >
< p > < a href = "https://roa.neocloud.tw" > https://roa.neocloud.tw< / a > < / p >
2020-04-27 15:23:04 +08:00
< h2 > IXs< / h2 >
2023-09-11 20:02:06 +08:00
< pre > < code > neovax.neocloud.tw (10.127.110.1, ASN 4201270000)
fsnvax.neocloud.tw (10.127.16.240, ASN 4201270000)
2020-04-28 12:12:00 +08:00
jpn.neo.jerryxiao.cc (10.127.8.193, ASN 4201270006)
2020-04-28 11:48:48 +08:00
s.aureus.ga (10.127.8.185, ASN 4201270007)
2020-04-21 08:49:08 +08:00
< / code > < / pre >
2023-09-11 20:02:06 +08:00
< h2 > Address Allocation< / h2 >
2020-04-21 08:49:08 +08:00
2020-05-02 16:04:05 +08:00
< p > All IPv4 addresses are under the range 10.127.0.0/16< br / >
All IPv6 addresses are under the range fd10:127::/32< br / >
2020-05-13 21:57:47 +08:00
see < a href = "https://github.com/NeoCloud/NeoNetwork/tree/master/route" > route< / a >
and < a href = "https://github.com/NeoCloud/NeoNetwork/tree/master/route6" > route6< / a > for allocated subnet.< / p >
2020-04-21 08:49:08 +08:00
< h2 > DNS< / h2 >
2023-09-11 20:02:06 +08:00
< p > DNS Anycast is currently on < code > 10.127.255.54< / code > for IPv4 and < code > fd10:127:53:53::< / code > for IPv6. All domain names are under “ .neo” .< / p >
2020-04-21 08:49:08 +08:00
2023-09-11 20:02:06 +08:00
< h2 > Certificate Authority< / h2 >
2020-04-21 08:49:08 +08:00
2023-09-11 20:02:06 +08:00
< p > Root certificate can be downloaded from < a href = "https://github.com/NeoCloud/NeoNetwork/blob/master/ca/neonetwork.crt" > here< / a > . An acmev2-api is available at < code > https://acme.neo/acme/acme/directory< / code > .< / p >
2020-04-21 08:49:08 +08:00
2020-04-27 15:23:04 +08:00
< h2 > Files and Directories< / h2 >
2020-04-21 08:49:08 +08:00
2020-05-02 16:04:05 +08:00
< pre > < code > nodes.dot Connection graph
2020-04-28 11:48:48 +08:00
asn/ BGP AS Number allocation
2020-05-02 16:04:05 +08:00
entity/ Entitys
2020-04-28 11:48:48 +08:00
route/ Network subnet allocation
vpn/ VPN configuration examples (Tinc & WireGuard)
2020-05-02 16:04:05 +08:00
dns/ Bind9 DNS zone files and example configuration
2020-04-21 08:49:08 +08:00
< / code > < / pre >
< / body >
< / html >