【抄】内网IP段
常见的内网IP段有:
10.0.0.0/8
10.0.0.0 - 10.255.255.255
172.16.0.0/12
172.16.0.0 - 172.31.255.255
192.168.0.0/16
192.168.0.0 - 192.168.255.255
以上三个网段分别属于A、B、C三类IP地址,来自 《RFC 1918》。
但是根据 《Reserved IP addresses - Wikipedia, the free encyclopedia》 及《RFC 6890 - Special-Purpose IP Address Registries》的描述,还有很多其它的内网IP段(包括IPv6),以及其它用途的保留IP地址。
其它IPv4内网段罗列如下:
0.0.0.0/8
0.0.0.0 - 0.255.255.255
用于当前网络内的广播消息。
100.64.0.0/10
100.64.0.0 - 100.127.255.255
由运营商使用的私网IP段,随着IPv4地址池的耗光,会有更多用户被分配到这个网段。
127.0.0.0/8
127.0.0.0 - 127.255.255.255
本机回环地址。
169.254.0.0/16
169.254.0.0 - 169.254.255.255
获取不到IP地址时使用,通常因为从DHCP服务器获取不到IP。
192.0.0.0/24
192.0.0.0 - 192.0.0.255
Used for the IANA IPv4 Special Purpose Address Registry as specified by RFC 5736
一般用户不可能被分配到这个IP段。
192.0.2.0/24
192.0.2.0 - 192.0.2.255
Assigned as “TEST-NET” in RFC 5737 for use solely in documentation and example source code and should not be used publicly.
一般用户不可能被分配到这个IP段。
198.18.0.0/15
198.18.0.0 - 198.19.255.255
用于测试两个独立子网的网间通信。
一般用户不可能被分配到这个IP段。
198.51.100.0/24
198.51.100.0 - 198.51.100.255
Assigned as “TEST-NET-2” in RFC 5737 for use solely in documentation and example source code and should not be used publicly.
一般用户不可能被分配到这个IP段。
203.0.113.0/24
203.0.113.0 - 203.0.113.255
Assigned as “TEST-NET-3” in RFC 5737 for use solely in documentation and example source code and should not be used publicly.
一般用户不可能被分配到这个IP段。
255.255.255.255/32
255.255.255.255
本网段的广播地址。
抄自 ~
————————————————
版权声明:本文为CSDN博主「licheric」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/licheric/article/details/109630533
-------------------------------------------
个性签名:如果世上的事都按你说的道理走 世界就不是现在这样了!
如果觉得这篇文章对你有小小的帮助的话,记得在右下角点个“推荐”哦,博主在此感谢!