Windows Media Encoder banner art

To specify a range of IP addresses in an access list

  1. Start Registry Editor (Click Start, click Run, and then type regedit).
  2. In Registry Editor, use the tree view to navigate through the following path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NetShow\AccessLists. If this key is not listed, then use the Edit menu to add it.
  3. Click AllowDistribution to include a set of IP addresses; click DisallowDistribution to exclude specific IP addresses. If these keys are not listed, then use the Edit menu to add them.
  4. In the Name column, click the IP address.
  5. On the Edit menu, click Modify to display the Edit String dialog box.
  6. In Value Data, type the mask value. The mask value is added to the Data column.

    Note   Like an IP address, the mask is a 32-bit value. To set a range of addresses, each bit in the mask is compared to the corresponding bit in the IP address. Where the value in the mask is 1, the corresponding bit in the IP address is included in the list. Where the value in the mask is 0, any value is acceptable. For example, in decimal notation, if the IP address in the list is 134.123.123.20 and the mask is 255.255.255.0, all IP addresses from 134.123.123.0 to 134.123.123.255 are included in the list. If the mask is 255.255.255.128, all IP addresses from 134.123.123.0 to 134.123.123.127 are included in the list. If you specify an invalid mask, then the IP address is ignored. If you leave the IP mask blank, then it is considered to be 255.255.255.255.

    Your ability to make changes to the registry by using Registry Editor depends on your access permissions. Incorrectly editing the registry can severely damage your system. Before making changes to the registry, back up any valued data on the computer.

Related topics


© 2000-2001 Microsoft Corporation. All rights reserved.