From 130c1ac95cd046cef3b0847c0c17d7938b71a020 Mon Sep 17 00:00:00 2001 From: XXSL Date: Mon, 30 Jul 2018 14:08:32 +0900 Subject: [PATCH 1/5] Add ASN, Claim a IPv4 block, Add other relative objects, XXSL-MNT. --- data/aut-num/AS4242424869 | 7 +++++++ data/inetnum/172.20.33.64_27 | 9 +++++++++ data/mntner/XXSL-MNT | 6 ++++++ data/organisation/ORG-XXSL | 6 ++++++ data/person/XXSL-DN42 | 5 +++++ data/route/172.20.33.64_27 | 4 ++++ 6 files changed, 37 insertions(+) create mode 100644 data/aut-num/AS4242424869 create mode 100644 data/inetnum/172.20.33.64_27 create mode 100644 data/mntner/XXSL-MNT create mode 100644 data/organisation/ORG-XXSL create mode 100644 data/person/XXSL-DN42 create mode 100644 data/route/172.20.33.64_27 diff --git a/data/aut-num/AS4242424869 b/data/aut-num/AS4242424869 new file mode 100644 index 000000000..304ae72ae --- /dev/null +++ b/data/aut-num/AS4242424869 @@ -0,0 +1,7 @@ +aut-num: AS4242424869 +admin-c: XXSL-DN42 +tech-c: XXSL-DN42 +mnt-by: XXSL-MNT +as-name: XXSL +descr: XXSL Lab +source: DN42 diff --git a/data/inetnum/172.20.33.64_27 b/data/inetnum/172.20.33.64_27 new file mode 100644 index 000000000..916a84473 --- /dev/null +++ b/data/inetnum/172.20.33.64_27 @@ -0,0 +1,9 @@ +inetnum: 172.20.33.64 - 172.20.33.95 +netname: XXSL-LAB +country: JP +admin-c: XXSL-DN42 +tech-c: XXSL-DN42 +mnt-by: XXSL-MNT +status: ASSIGNED +cidr: 172.20.33.64/27 +source: DN42 diff --git a/data/mntner/XXSL-MNT b/data/mntner/XXSL-MNT new file mode 100644 index 000000000..71b479bdb --- /dev/null +++ b/data/mntner/XXSL-MNT @@ -0,0 +1,6 @@ +mntner: XXSL-MNT +admin-c: XXSL-DN42 +tech-c: XXSL-DN42 +mnt-by: XXSL-MNT +source: DN42 +auth: pgp-fingerprint D72D05CCF8D3DB17FA90D21233C921E69DF9B7F7 diff --git a/data/organisation/ORG-XXSL b/data/organisation/ORG-XXSL new file mode 100644 index 000000000..e94e14adb --- /dev/null +++ b/data/organisation/ORG-XXSL @@ -0,0 +1,6 @@ +organisation: ORG-XXSL +org-name: XXSL Lab +admin-c: XXSL-DN42 +tech-c: XXSL-DN42 +mnt-by: XXSL-MNT +source: DN42 diff --git a/data/person/XXSL-DN42 b/data/person/XXSL-DN42 new file mode 100644 index 000000000..866b74858 --- /dev/null +++ b/data/person/XXSL-DN42 @@ -0,0 +1,5 @@ +person: xxsl +contact: me@xxsl.org +nic-hdl: XXSL-DN42 +mnt-by: XXSL-MNT +source: DN42 diff --git a/data/route/172.20.33.64_27 b/data/route/172.20.33.64_27 new file mode 100644 index 000000000..67cdc384c --- /dev/null +++ b/data/route/172.20.33.64_27 @@ -0,0 +1,4 @@ +route: 172.20.33.64/27 +origin: AS4242424869 +mnt-by: XXSL-MNT +source: DN42 From e2f8bea7636b1c92be23c669166ef29b2c5124c6 Mon Sep 17 00:00:00 2001 From: XXSL Date: Tue, 7 Aug 2018 11:05:44 +0900 Subject: [PATCH 2/5] Change ASN, use a better named MNT, allocate two /48 --- data/aut-num/{AS4242424869 => AS4242423377} | 4 ++-- data/inet6num/fd70:3377:1::_48 | 9 +++++++++ data/inet6num/fd70:3377::_48 | 9 +++++++++ data/inetnum/172.20.33.64_27 | 2 +- data/mntner/{XXSL-MNT => XXSLDN-MNT} | 4 ++-- data/organisation/{ORG-XXSL => ORG-XXSLDN} | 4 ++-- data/person/XXSL-DN42 | 2 +- data/route/172.20.33.64_27 | 4 ++-- data/route6/fd70:3377:1::_48 | 4 ++++ data/route6/fd70:3377::_48 | 4 ++++ 10 files changed, 36 insertions(+), 10 deletions(-) rename data/aut-num/{AS4242424869 => AS4242423377} (68%) create mode 100644 data/inet6num/fd70:3377:1::_48 create mode 100644 data/inet6num/fd70:3377::_48 rename data/mntner/{XXSL-MNT => XXSLDN-MNT} (72%) rename data/organisation/{ORG-XXSL => ORG-XXSLDN} (64%) create mode 100644 data/route6/fd70:3377:1::_48 create mode 100644 data/route6/fd70:3377::_48 diff --git a/data/aut-num/AS4242424869 b/data/aut-num/AS4242423377 similarity index 68% rename from data/aut-num/AS4242424869 rename to data/aut-num/AS4242423377 index 304ae72ae..07238b6ed 100644 --- a/data/aut-num/AS4242424869 +++ b/data/aut-num/AS4242423377 @@ -1,7 +1,7 @@ -aut-num: AS4242424869 +aut-num: AS4242423377 admin-c: XXSL-DN42 tech-c: XXSL-DN42 -mnt-by: XXSL-MNT +mnt-by: XXSLDN-MNT as-name: XXSL descr: XXSL Lab source: DN42 diff --git a/data/inet6num/fd70:3377:1::_48 b/data/inet6num/fd70:3377:1::_48 new file mode 100644 index 000000000..bdbc921fa --- /dev/null +++ b/data/inet6num/fd70:3377:1::_48 @@ -0,0 +1,9 @@ +inet6num: fd70:3377:0001:0000:0000:0000:0000:0000 - fd70:3377:0001:ffff:ffff:ffff:ffff:ffff +country: JP +netname: XXSLDN-LAB-2 +admin-c: XXSL-DN42 +tech-c: XXSL-DN42 +mnt-by: XXSLDN-MNT +status: ASSIGNED +cidr: fd70:3377:1::/48 +source: DN42 diff --git a/data/inet6num/fd70:3377::_48 b/data/inet6num/fd70:3377::_48 new file mode 100644 index 000000000..ad3e0ff63 --- /dev/null +++ b/data/inet6num/fd70:3377::_48 @@ -0,0 +1,9 @@ +inet6num: fd70:3377:0000:0000:0000:0000:0000:0000 - fd70:3377:0000:ffff:ffff:ffff:ffff:ffff +country: JP +netname: XXSLDN-LAB-1 +admin-c: XXSL-DN42 +tech-c: XXSL-DN42 +mnt-by: XXSLDN-MNT +status: ASSIGNED +cidr: fd70:3377::/48 +source: DN42 diff --git a/data/inetnum/172.20.33.64_27 b/data/inetnum/172.20.33.64_27 index 916a84473..665a1925d 100644 --- a/data/inetnum/172.20.33.64_27 +++ b/data/inetnum/172.20.33.64_27 @@ -3,7 +3,7 @@ netname: XXSL-LAB country: JP admin-c: XXSL-DN42 tech-c: XXSL-DN42 -mnt-by: XXSL-MNT +mnt-by: XXSLDN-MNT status: ASSIGNED cidr: 172.20.33.64/27 source: DN42 diff --git a/data/mntner/XXSL-MNT b/data/mntner/XXSLDN-MNT similarity index 72% rename from data/mntner/XXSL-MNT rename to data/mntner/XXSLDN-MNT index 71b479bdb..1d3c9f91e 100644 --- a/data/mntner/XXSL-MNT +++ b/data/mntner/XXSLDN-MNT @@ -1,6 +1,6 @@ -mntner: XXSL-MNT +mntner: XXSLDN-MNT admin-c: XXSL-DN42 tech-c: XXSL-DN42 -mnt-by: XXSL-MNT +mnt-by: XXSLDN-MNT source: DN42 auth: pgp-fingerprint D72D05CCF8D3DB17FA90D21233C921E69DF9B7F7 diff --git a/data/organisation/ORG-XXSL b/data/organisation/ORG-XXSLDN similarity index 64% rename from data/organisation/ORG-XXSL rename to data/organisation/ORG-XXSLDN index e94e14adb..7a39efb60 100644 --- a/data/organisation/ORG-XXSL +++ b/data/organisation/ORG-XXSLDN @@ -1,6 +1,6 @@ -organisation: ORG-XXSL +organisation: ORG-XXSLDN org-name: XXSL Lab admin-c: XXSL-DN42 tech-c: XXSL-DN42 -mnt-by: XXSL-MNT +mnt-by: XXSLDN-MNT source: DN42 diff --git a/data/person/XXSL-DN42 b/data/person/XXSL-DN42 index 866b74858..75c8bdac8 100644 --- a/data/person/XXSL-DN42 +++ b/data/person/XXSL-DN42 @@ -1,5 +1,5 @@ person: xxsl contact: me@xxsl.org nic-hdl: XXSL-DN42 -mnt-by: XXSL-MNT +mnt-by: XXSLDN-MNT source: DN42 diff --git a/data/route/172.20.33.64_27 b/data/route/172.20.33.64_27 index 67cdc384c..5d8e24e12 100644 --- a/data/route/172.20.33.64_27 +++ b/data/route/172.20.33.64_27 @@ -1,4 +1,4 @@ route: 172.20.33.64/27 -origin: AS4242424869 -mnt-by: XXSL-MNT +origin: AS4242423377 +mnt-by: XXSLDN-MNT source: DN42 diff --git a/data/route6/fd70:3377:1::_48 b/data/route6/fd70:3377:1::_48 new file mode 100644 index 000000000..a702d2c0a --- /dev/null +++ b/data/route6/fd70:3377:1::_48 @@ -0,0 +1,4 @@ +route6: fd70:3377:1::/48 +origin: AS4242423377 +mnt-by: XXSLDN-MNT +source: DN42 diff --git a/data/route6/fd70:3377::_48 b/data/route6/fd70:3377::_48 new file mode 100644 index 000000000..90338410e --- /dev/null +++ b/data/route6/fd70:3377::_48 @@ -0,0 +1,4 @@ +route6: fd70:3377::/48 +origin: AS4242423377 +mnt-by: XXSLDN-MNT +source: DN42 From 1cf67c080951915dc107583bc70a4f975ee6972f Mon Sep 17 00:00:00 2001 From: XXSL Date: Wed, 8 Aug 2018 08:58:18 +0900 Subject: [PATCH 3/5] Change one of the /48s by the rule of RFC4193, Add a dn42 domain --- data/dns/xxsl.dn42 | 9 +++++++++ data/inet6num/{fd70:3377:1::_48 => fdc6:30c3:8662::_48} | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 data/dns/xxsl.dn42 rename data/inet6num/{fd70:3377:1::_48 => fdc6:30c3:8662::_48} (58%) diff --git a/data/dns/xxsl.dn42 b/data/dns/xxsl.dn42 new file mode 100644 index 000000000..38f5ee55a --- /dev/null +++ b/data/dns/xxsl.dn42 @@ -0,0 +1,9 @@ +domain: xxsl.dn42 +descr: XXSL Domain in dn42 +admin-c: XXSL-DN42 +tech-c: XXSL-DN42 +mnt-by: XXSLDN-MNT +nserver: ns.xxsl.dn42 172.20.33.77 +nserver: ns.xxsl.dn42 fd70:3377::1 +status: EVALPEND 1533685693 +source: DN42 diff --git a/data/inet6num/fd70:3377:1::_48 b/data/inet6num/fdc6:30c3:8662::_48 similarity index 58% rename from data/inet6num/fd70:3377:1::_48 rename to data/inet6num/fdc6:30c3:8662::_48 index bdbc921fa..4d0271b49 100644 --- a/data/inet6num/fd70:3377:1::_48 +++ b/data/inet6num/fdc6:30c3:8662::_48 @@ -1,9 +1,9 @@ -inet6num: fd70:3377:0001:0000:0000:0000:0000:0000 - fd70:3377:0001:ffff:ffff:ffff:ffff:ffff +inet6num: fdc6:30c3:8662:0000:0000:0000:0000:0000 - fdc6:30c3:8662:ffff:ffff:ffff:ffff:ffff country: JP netname: XXSLDN-LAB-2 admin-c: XXSL-DN42 tech-c: XXSL-DN42 mnt-by: XXSLDN-MNT status: ASSIGNED -cidr: fd70:3377:1::/48 +cidr: fdc6:30c3:8662::/48 source: DN42 From e27abbe571d3b74d6baabc5dcbc3b3628f7115eb Mon Sep 17 00:00:00 2001 From: XXSL Date: Wed, 8 Aug 2018 09:29:46 +0900 Subject: [PATCH 4/5] Fix the route6 for new range --- data/route6/{fd70:3377:1::_48 => fdc6:30c3:8662::_48} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename data/route6/{fd70:3377:1::_48 => fdc6:30c3:8662::_48} (68%) diff --git a/data/route6/fd70:3377:1::_48 b/data/route6/fdc6:30c3:8662::_48 similarity index 68% rename from data/route6/fd70:3377:1::_48 rename to data/route6/fdc6:30c3:8662::_48 index a702d2c0a..4a1ec9bcb 100644 --- a/data/route6/fd70:3377:1::_48 +++ b/data/route6/fdc6:30c3:8662::_48 @@ -1,4 +1,4 @@ -route6: fd70:3377:1::/48 +route6: fdc6:30c3:8662::/48 origin: AS4242423377 mnt-by: XXSLDN-MNT source: DN42 From df701d16cba8ce80cbe94ba29aedf1fa6b5ec125 Mon Sep 17 00:00:00 2001 From: XXSL Date: Wed, 8 Aug 2018 10:18:40 +0900 Subject: [PATCH 5/5] Add ns for ip ranges --- data/inet6num/fd70:3377::_48 | 1 + data/inet6num/fdc6:30c3:8662::_48 | 1 + data/inetnum/172.20.33.64_27 | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/data/inet6num/fd70:3377::_48 b/data/inet6num/fd70:3377::_48 index ad3e0ff63..8b19c318d 100644 --- a/data/inet6num/fd70:3377::_48 +++ b/data/inet6num/fd70:3377::_48 @@ -6,4 +6,5 @@ tech-c: XXSL-DN42 mnt-by: XXSLDN-MNT status: ASSIGNED cidr: fd70:3377::/48 +nserver: ns.xxsl.dn42 source: DN42 diff --git a/data/inet6num/fdc6:30c3:8662::_48 b/data/inet6num/fdc6:30c3:8662::_48 index 4d0271b49..c4c70405b 100644 --- a/data/inet6num/fdc6:30c3:8662::_48 +++ b/data/inet6num/fdc6:30c3:8662::_48 @@ -6,4 +6,5 @@ tech-c: XXSL-DN42 mnt-by: XXSLDN-MNT status: ASSIGNED cidr: fdc6:30c3:8662::/48 +nserver: ns.xxsl.dn42 source: DN42 diff --git a/data/inetnum/172.20.33.64_27 b/data/inetnum/172.20.33.64_27 index 665a1925d..2b8c72ff5 100644 --- a/data/inetnum/172.20.33.64_27 +++ b/data/inetnum/172.20.33.64_27 @@ -1,9 +1,10 @@ inetnum: 172.20.33.64 - 172.20.33.95 -netname: XXSL-LAB +netname: XXSLDN-LAB-V4 country: JP admin-c: XXSL-DN42 tech-c: XXSL-DN42 mnt-by: XXSLDN-MNT status: ASSIGNED cidr: 172.20.33.64/27 +nserver: ns.xxsl.dn42 source: DN42