From 6bf764c9ac00fd65f8b4b91d0fd346f900c77ed5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taavi=20V=C3=A4=C3=A4n=C3=A4nen?= Date: Mon, 5 Apr 2021 13:31:57 +0300 Subject: [PATCH] TAAVI-MNT: register separate homenet asn Justification for separate resources: * Having a separate AS and advertising only the related prefixes makes implementing the different routing policies between my home network and the rest of my core network much easier. It's likely that my home network will have multiple connections to the rest of dn42 in the future. * The separate IPv4 block allows me to grow the core network in the future without having to fragment the network or re-number existing addresses. Both blocks are fairly small, hopefully this is not an issue. * I have a clearnet /48 from my ISP, and using a similarly sized dn42 block makes address translation between the two networks much simpler. --- data/aut-num/AS4242423270 | 3 +++ data/aut-num/AS4242423271 | 7 +++++++ data/inet6num/fdf4:e251:75d9::_48 | 11 +++++++++++ data/inetnum/172.22.131.128_28 | 11 +++++++++++ data/route/172.22.131.128_28 | 4 ++++ data/route6/fdf4:e251:75d9::_48 | 5 +++++ 6 files changed, 41 insertions(+) create mode 100644 data/aut-num/AS4242423271 create mode 100644 data/inet6num/fdf4:e251:75d9::_48 create mode 100644 data/inetnum/172.22.131.128_28 create mode 100644 data/route/172.22.131.128_28 create mode 100644 data/route6/fdf4:e251:75d9::_48 diff --git a/data/aut-num/AS4242423270 b/data/aut-num/AS4242423270 index e8df17661..84d974507 100644 --- a/data/aut-num/AS4242423270 +++ b/data/aut-num/AS4242423270 @@ -3,4 +3,7 @@ as-name: TAAVI-AS admin-c: TAAVI-DN42 tech-c: TAAVI-DN42 mnt-by: TAAVI-MNT +remarks: Open for peering, see https://taavi.wtf/dn42 for details. +remarks: Current locations: +remarks: * Helsinki, FI. source: DN42 diff --git a/data/aut-num/AS4242423271 b/data/aut-num/AS4242423271 new file mode 100644 index 000000000..477aa4aba --- /dev/null +++ b/data/aut-num/AS4242423271 @@ -0,0 +1,7 @@ +aut-num: AS4242423271 +as-name: TAAVI-HOMENET-AS +admin-c: TAAVI-DN42 +tech-c: TAAVI-DN42 +mnt-by: TAAVI-MNT +remarks: My main network is AS4242423270, see that for details. +source: DN42 diff --git a/data/inet6num/fdf4:e251:75d9::_48 b/data/inet6num/fdf4:e251:75d9::_48 new file mode 100644 index 000000000..770538632 --- /dev/null +++ b/data/inet6num/fdf4:e251:75d9::_48 @@ -0,0 +1,11 @@ +inet6num: fdf4:e251:75d9:0000:0000:0000:0000:0000 - fdf4:e251:75d9:ffff:ffff:ffff:ffff:ffff +cidr: fdf4:e251:75d9::/48 +netname: TAAVI-HOME-NET-V6-1 +descr: IPv6 block for TAAVI-HOME +country: FI +admin-c: TAAVI-DN42 +tech-c: TAAVI-DN42 +mnt-by: TAAVI-MNT +status: ASSIGNED +nserver: ns01.taavi.dn42 +source: DN42 diff --git a/data/inetnum/172.22.131.128_28 b/data/inetnum/172.22.131.128_28 new file mode 100644 index 000000000..aa93eb397 --- /dev/null +++ b/data/inetnum/172.22.131.128_28 @@ -0,0 +1,11 @@ +inetnum: 172.22.131.128 - 172.22.131.143 +cidr: 172.22.131.128/28 +netname: TAAVI-HOME-NET-V4-1 +descr: IPv4 block for TAAVI-HOME +country: FI +admin-c: TAAVI-DN42 +tech-c: TAAVI-DN42 +mnt-by: TAAVI-MNT +status: ASSIGNED +nserver: ns01.taavi.dn42 +source: DN42 diff --git a/data/route/172.22.131.128_28 b/data/route/172.22.131.128_28 new file mode 100644 index 000000000..be5217848 --- /dev/null +++ b/data/route/172.22.131.128_28 @@ -0,0 +1,4 @@ +route: 172.22.131.128/28 +origin: AS4242423271 +mnt-by: TAAVI-MNT +source: DN42 diff --git a/data/route6/fdf4:e251:75d9::_48 b/data/route6/fdf4:e251:75d9::_48 new file mode 100644 index 000000000..d78e6e2af --- /dev/null +++ b/data/route6/fdf4:e251:75d9::_48 @@ -0,0 +1,5 @@ +route6: fdf4:e251:75d9::/48 +origin: AS4242423271 +max-length: 48 +mnt-by: TAAVI-MNT +source: DN42