non-routable.html

来自「一个不错的关于手机模块程序This page contains everythi」· HTML 代码 · 共 42 行

HTML
42
字号
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
    <title>Non-routable IP Ranges</title>
    <meta content="text/html; charset=us-ascii"
          http-equiv="content-type">
    <link type="text/css"
          rel="stylesheet"
          href="office11.css">
</head>

<body>
    <h1>Non-Routable IP Addresses</h1>

    <p>RFC1918, an Internet standards document, describes several
    non-routable IP address blocks.&nbsp;These blocks of IP
    addresses have been set aside for use by individuals and
    companies for use in private networks. Properly configured
    routers on the Internet will not route these IP addresses.</p>

    <p>&nbsp;</p>

    <p><em>In short, if your local computer's IP is in any of these
    ranges, you will very likely need to configure your router and
    firewall correctly to operate DC++ in active mode.</em></p>

    <p><br>
     <span style="FONT-WEIGHT: bold">10.0.0.0</span> through
    <span style="FONT-WEIGHT: bold">10.255.255.255</span>&nbsp;
    (10/8 prefix)<br>
     <span style="FONT-WEIGHT: bold">172.16.0.0</span> through
    <span style="FONT-WEIGHT: bold">172.31.255.255</span>&nbsp;
    (172.16/12 prefix)<br>
     <span style=
    "FONT-WEIGHT: bold">192.168.0.0</span>&nbsp;through
          <span style="FONT-WEIGHT: bold">192.168.255.255</span>
          (192.168/16 prefix)</p>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?