填充内容

This commit is contained in:
chun_qiu 2024-09-02 00:42:24 +08:00
parent e2493ceb4c
commit 18f2d3e678
9 changed files with 49 additions and 6 deletions

View File

@ -1,7 +1,25 @@
# TheFirst
# ASN、IP地址注册教程
## 注册方法
Fork本仓库
**mntner** 文件夹中新建一个文件,名称为 用户名-MNT 在里面写入以下信息:
```
mntner: <网络持有者(即用户名)>
admin: <维护者(即用户名)>
mail: <邮箱地址>
```
**asn** 文件夹新建一个文件,名称为 你要注册的AS号 在里面写入以下信息:
```
aut-num: <AS 号码, AS 前缀>
as-name: <AS 名称>
descr: <AS 简介>
mnt-by: <维护者 填你在 mntner 的文件>
```
**ipaddress** 文件夹新建一个文件,名称为 你要注册的IP地址的CIDR格式``/`` 以 ``_`` 代替 在里面写入以下信息:
```
cidr: <IP 地址块的 CIDR 格式>
country: <IP 地址 归属地 ISO 3166 国家地区码 (无固定地址请写Global)>
mnt-by: <维护者 填你在 mntner 的文件>
```
创建并填写完上述三个文件后提交合并请求在管理员审核通过后将会合并你的fork这时你将可以正式开始你的BGP之旅了
这里是CN86 - Gitea第一个仓库
今后它会用作CN86网络的注册、管理
祝它好运
**说明每个用户只允许注册一个ASN申请的IP地址必须等于一个/24如需申请更多的IP地址或ASN请联系管理组**

4
asn/4286100001 Normal file
View File

@ -0,0 +1,4 @@
aut-num: as4286100001
as-name: as86
descr: CN86管理组的AS
mnt-by: chun_qiucq-MNT

3
ipaddress/10.86.1.0_24 Normal file
View File

@ -0,0 +1,3 @@
cidr: 10.86.1.0/24
country: CN
mnt-by: chun_qiucq-MNT

3
ipaddress/10.86.2.0_24 Normal file
View File

@ -0,0 +1,3 @@
cidr: 10.86.2.0/24
country: Global
mnt-by: chun_qiucq-MNT

3
ipaddress/10.86.3.0_24 Normal file
View File

@ -0,0 +1,3 @@
cidr: 10.86.1.0/24
country: KR
mnt-by: chun_qiucq-MNT

3
ipaddress/10.86.7.0_24 Normal file
View File

@ -0,0 +1,3 @@
cidr: 10.86.7.0/24
country: CN
mnt-by: chun_qiucq-MNT

3
ipaddress/10.86.86.0_24 Normal file
View File

@ -0,0 +1,3 @@
cidr: 10.86.1.0/24
country: CN
mnt-by: chun_qiucq-MNT

3
mntner/chun_qiucq-MNT Normal file
View File

@ -0,0 +1,3 @@
mntner: chun_qiucq
admin: chun_qiucq
mail: herodain@qq.com

3
mntner/example-MNT Normal file
View File

@ -0,0 +1,3 @@
mntner: example
admin: example
mail: example@cn86.dev