填充内容
This commit is contained in:
parent
e2493ceb4c
commit
18f2d3e678
30
README.md
30
README.md
@ -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第一个仓库
|
**说明:每个用户只允许注册一个ASN,申请的IP地址必须等于一个/24,如需申请更多的IP地址或ASN请联系管理组**
|
||||||
|
|
||||||
今后它会用作CN86网络的注册、管理
|
|
||||||
|
|
||||||
祝它好运
|
|
4
asn/4286100001
Normal file
4
asn/4286100001
Normal 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
3
ipaddress/10.86.1.0_24
Normal 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
3
ipaddress/10.86.2.0_24
Normal 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
3
ipaddress/10.86.3.0_24
Normal 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
3
ipaddress/10.86.7.0_24
Normal 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
3
ipaddress/10.86.86.0_24
Normal 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
3
mntner/chun_qiucq-MNT
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
mntner: chun_qiucq
|
||||||
|
admin: chun_qiucq
|
||||||
|
mail: herodain@qq.com
|
3
mntner/example-MNT
Normal file
3
mntner/example-MNT
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
mntner: example
|
||||||
|
admin: example
|
||||||
|
mail: example@cn86.dev
|
Loading…
Reference in New Issue
Block a user