Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Issues with using supernetted IP address ranges


View products that this article applies to.

Symptoms

When a client is issued an x.x.x.255 address, either from a DHCP server or by statically configuring it, the client may not be able to communicate by using the TCP/IP protocol.

↑ Back to the top


Cause

The address is viewed as a "broadcast address" instead of a host address on the network. You cannot use the x.xx.x.255 address as a client address even though it may be a valid host address.

↑ Back to the top


Resolution

If you are statically configuring the client's IP address, use another address. If this address is being issued by the DHCP server, exclude this address from the DHCP server's scope.

↑ Back to the top


Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.

↑ Back to the top


More information

This problem occurs when using supernetted IP addresses. Although in supernetted environments IP addresses like
x.x.x.255 for class C based addresses
x.x.255.255 for class B based addresses and
x.255.255.255 for class A based addresses may be valid, these are disallowed.

For example, assume the Network Address 200.57.8.0 with a netmask of 255.255.252.0, which results in a supernetted class C address range. This means for two addresses to be on the same network, the first two octets must match exactly, the first six bits of the third octet must match (252=11111100) and the last octet does not matter. For this range, 200.57.8.0 is the network address and 200.57.11.255 is the subnet broadcast address. Every IP address between those two are valid. But the addresses below are disallowed because they are subnet broadcast addresses based on the standard class C subnet mask 255.255.255.0:
200.57.8.255
200.57.9.255
200.57.10.255

↑ Back to the top


Keywords: KB281579, kbprb, kbnetwork

↑ Back to the top

Article Info
Article ID : 281579
Revision : 4
Created on : 7/23/2007
Published on : 7/23/2007
Exists online : False
Views : 586