mirror of
https://git.dn42.dev/dn42/registry.git
synced 2025-07-05 10:16:07 +08:00
BILL-MNT: split home network and global network
We're gonna assign the previous allocation 172.23.33.0/26 to home network, and assign a new range for global network. The global network will use 172.23.45.0/26, but as for now only the first half portion will be assigned. 172.23.45.32/27 is reserved for future use.
This commit is contained in:
parent
6ddd5c5260
commit
76b0c4b333
5 changed files with 30 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
inetnum: 172.23.33.0 - 172.23.33.63
|
||||
cidr: 172.23.33.0/26
|
||||
netname: BILL-NETWORK
|
||||
netname: BILL-HOME-NETWORK
|
||||
admin-c: BILL-DN42
|
||||
tech-c: BILL-DN42
|
||||
mnt-by: BILL-MNT
|
||||
|
|
8
data/inetnum/172.23.45.0_26
Normal file
8
data/inetnum/172.23.45.0_26
Normal file
|
@ -0,0 +1,8 @@
|
|||
inetnum: 172.23.45.0 - 172.23.45.63
|
||||
cidr: 172.23.45.0/26
|
||||
netname: BILL-GLOBAL-NETWORK
|
||||
admin-c: BILL-DN42
|
||||
tech-c: BILL-DN42
|
||||
mnt-by: BILL-MNT
|
||||
status: ALLOCATED
|
||||
source: DN42
|
8
data/inetnum/172.23.45.0_27
Normal file
8
data/inetnum/172.23.45.0_27
Normal file
|
@ -0,0 +1,8 @@
|
|||
inetnum: 172.23.45.0 - 172.23.45.31
|
||||
cidr: 172.23.45.0/27
|
||||
netname: BILL-GLOBAL-NETWORK-1
|
||||
admin-c: BILL-DN42
|
||||
tech-c: BILL-DN42
|
||||
mnt-by: BILL-MNT
|
||||
status: ASSIGNED
|
||||
source: DN42
|
9
data/inetnum/172.23.45.32_27
Normal file
9
data/inetnum/172.23.45.32_27
Normal file
|
@ -0,0 +1,9 @@
|
|||
inetnum: 172.23.45.32 - 172.23.45.63
|
||||
cidr: 172.23.45.32/27
|
||||
netname: BILL-GLOBAL-NETWORK-2
|
||||
admin-c: BILL-DN42
|
||||
tech-c: BILL-DN42
|
||||
mnt-by: BILL-MNT
|
||||
status: ALLOCATED
|
||||
remarks: reserved for future use
|
||||
source: DN42
|
4
data/route/172.23.45.0_27
Normal file
4
data/route/172.23.45.0_27
Normal file
|
@ -0,0 +1,4 @@
|
|||
route: 172.23.45.0/27
|
||||
origin: AS4242420803
|
||||
mnt-by: BILL-MNT
|
||||
source: DN42
|
Loading…
Add table
Reference in a new issue