diff --git a/README.md b/README.md index 7e75b9c..666f673 100644 --- a/README.md +++ b/README.md @@ -207,8 +207,7 @@ | AS211876 | POTATO-NEO-NET4-A | subnet | 10.127.66.0/24 | | | AS211876 | POTATO-NEO-NET6-A | subnet | fd10:127:aa66::/48 | | | AS213262 | Moe | subnet | fd10:127:3262::/64 | | -| AS4201270000 | RESERVED | subnet | 10.127.0.0/24 | | -| AS4201270000 | MAIN | subnet | 10.127.1.0/24 | | +| AS4201270000 | Neo_Chen LAN | subnet | 10.127.0.0/24 | | | AS4201270000 | Messed-up Network | subnet | 10.127.2.0/24 | | | AS4201270000 | Neo_Chen ZeroTier-One Hub | subnet | 10.127.16.0/24 | | | AS4201270000 | fsnvax | loopback | 10.127.255.4/32 | | @@ -314,7 +313,8 @@ Click to expand ``` -10.127.0.0/22 +10.127.0.0/24 +10.127.2.0/23 10.127.4.0/24 10.127.5.0/27 10.127.7.0/24 @@ -398,6 +398,7 @@ fd10:127:ffff:53::/64 Click to expand ``` +10.127.1.0/24 10.127.5.32/27 10.127.5.64/26 10.127.5.128/25 @@ -789,5 +790,5 @@ fd10:127:ffff:8000::/49 | IP Version | Total | Used | Free | Percent Used | Percent Free | |--------------|------------|------------|------------|----------------|----------------| -| IPv4 | 65536 | 9388 | 56148 | 14.32% | 85.68% | +| IPv4 | 65536 | 9132 | 56404 | 13.93% | 86.07% | | IPv6 | 7.9228e+28 | 3.2433e+25 | 7.9196e+28 | 0.04% | 99.96% | diff --git a/neonetwork.json b/neonetwork.json index 6d17bae..f72fc87 100644 --- a/neonetwork.json +++ b/neonetwork.json @@ -1,7 +1,7 @@ { "metadata": { - "generated": 1632741779, - "valid": 1633951379 + "generated": 1632742122, + "valid": 1633951722 }, "people": { "Anillc": { @@ -682,12 +682,7 @@ { "prefix": "10.127.0.0/24", "maxLength": 29, - "netname": "RESERVED" - }, - { - "prefix": "10.127.1.0/24", - "maxLength": 29, - "netname": "MAIN" + "netname": "Neo_Chen LAN" }, { "prefix": "10.127.2.0/24", diff --git a/rfc8416.json b/rfc8416.json index 28dd2aa..2cf5fe9 100644 --- a/rfc8416.json +++ b/rfc8416.json @@ -71,13 +71,7 @@ "asn": 4201270000, "prefix": "10.127.0.0/24", "maxPrefixLength": 29, - "comment": "RESERVED" - }, - { - "asn": 4201270000, - "prefix": "10.127.1.0/24", - "maxPrefixLength": 29, - "comment": "MAIN" + "comment": "Neo_Chen LAN" }, { "asn": 4201270000, diff --git a/roa46.json b/roa46.json index d2d8be4..a642ec7 100644 --- a/roa46.json +++ b/roa46.json @@ -1,8 +1,8 @@ { "metadata": { - "counts": 121, - "generated": 1632741779, - "valid": 1633951379 + "counts": 120, + "generated": 1632742121, + "valid": 1633951721 }, "roas": [ { @@ -60,11 +60,6 @@ "prefix": "10.127.0.0/24", "maxLength": 29 }, - { - "asn": "AS4201270000", - "prefix": "10.127.1.0/24", - "maxLength": 29 - }, { "asn": "AS4201270000", "prefix": "10.127.2.0/24", diff --git a/roa46_bird2.conf b/roa46_bird2.conf index ad70d11..7f4a535 100644 --- a/roa46_bird2.conf +++ b/roa46_bird2.conf @@ -11,7 +11,6 @@ route 10.127.17.0/24 max 29 as 141776; route 10.127.131.0/24 max 29 as 207268; route 10.127.66.0/24 max 29 as 211876; route 10.127.0.0/24 max 29 as 4201270000; -route 10.127.1.0/24 max 29 as 4201270000; route 10.127.2.0/24 max 29 as 4201270000; route 10.127.16.0/24 max 29 as 4201270000; route 10.127.255.4/32 max 32 as 4201270000; diff --git a/roa4_bird2.conf b/roa4_bird2.conf index 28ec9f2..76c3144 100644 --- a/roa4_bird2.conf +++ b/roa4_bird2.conf @@ -11,7 +11,6 @@ route 10.127.17.0/24 max 29 as 141776; route 10.127.131.0/24 max 29 as 207268; route 10.127.66.0/24 max 29 as 211876; route 10.127.0.0/24 max 29 as 4201270000; -route 10.127.1.0/24 max 29 as 4201270000; route 10.127.2.0/24 max 29 as 4201270000; route 10.127.16.0/24 max 29 as 4201270000; route 10.127.255.4/32 max 32 as 4201270000;