自动 IP 地址范围

AUTO IP address range

我正在通过 RFC3927,其中陈述了以下声明 -

"The first 256 and last 256 addresses in the 169.254/16 prefix are reserved for future use and MUST NOT be selected by a host using this dynamic configuration mechanism".

进一步:

"When a host wishes to configure an IPv4 Link-Local address, it selects an address using a pseudo-random number generator with a uniform distribution in the range from 169.254.1.0 to 169.254.254.255 inclusive."

那么具体保留了哪些范围或地址呢?

正如你写的那样:169.254.0.0/24169.254.255.0/24保留,其余用于link-local/zeroconf/APIPA。