mirror of
https://git.dn42.dev/dn42/registry.git
synced 2025-06-21 11:16:17 +08:00
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.
This commit is contained in:
parent
8d6d2072d7
commit
6bf764c9ac
6 changed files with 41 additions and 0 deletions
|
@ -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
|
||||
|
|
7
data/aut-num/AS4242423271
Normal file
7
data/aut-num/AS4242423271
Normal file
|
@ -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
|
11
data/inet6num/fdf4:e251:75d9::_48
Normal file
11
data/inet6num/fdf4:e251:75d9::_48
Normal file
|
@ -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
|
11
data/inetnum/172.22.131.128_28
Normal file
11
data/inetnum/172.22.131.128_28
Normal file
|
@ -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
|
4
data/route/172.22.131.128_28
Normal file
4
data/route/172.22.131.128_28
Normal file
|
@ -0,0 +1,4 @@
|
|||
route: 172.22.131.128/28
|
||||
origin: AS4242423271
|
||||
mnt-by: TAAVI-MNT
|
||||
source: DN42
|
5
data/route6/fdf4:e251:75d9::_48
Normal file
5
data/route6/fdf4:e251:75d9::_48
Normal file
|
@ -0,0 +1,5 @@
|
|||
route6: fdf4:e251:75d9::/48
|
||||
origin: AS4242423271
|
||||
max-length: 48
|
||||
mnt-by: TAAVI-MNT
|
||||
source: DN42
|
Loading…
Add table
Reference in a new issue