Naming Scopes
Each scope defined for the Microsoft DHCP server can have an associated name. You
use this name to identify the scope in the list of available scopes displayed by the
DHCP manager. Because the DHCP manager displays the scopes in alphabetical
order, you might want to define a naming convention that groups related scopes
together by assigning names with the same prefix to those scopes.
Available and Excluded Addresses in a Scope
Within a scope, you define the set of addresses that are available for assignment by
the DHCP server. You can also designate a list of excluded addresses that the DHCP
server should not assign. You can define the list of available addresses so that it
contains just the addresses in the scope that are available for the server to assign.
However, each scope definition can contain only one list of available addresses; each
scope definition must be contiguous and specified by the first and last addresses in
the list. Therefore, if you want the list of available addresses to include noncontigu-
ous addresses, you must declare the list of available addresses to span all the avail-
able addresses and then specifically exclude some addresses.
To illustrate how to define available addresses to the Microsoft DHCP server, suppose
a network segment is defined to have IP address 192.168.11.0 and subnet mask
255.255.255.0 and that the DHCP server is to assign addresses
192.168.11.10–192.168.11.19 and 192.168.11.30–192.168.11.39. In this example the
corresponding declaration in the configuration file for the ISC server is shown in
Example 13.1.
Example 13.1
subnet 192.168.11.0 subnet-mask 255.255.255.0 {
range 192.168.11.10-192.168.11.19;
range 192.168.11.30-192.168.11.39;
}
Figure 13.6 illustrates the definition of the list of available addresses through the
New Scope Wizard. Note that the subnet mask for the scope is also defined in this
dialog box.
You can configure the Microsoft DHCP server for the available addresses shown in
Figure 13.6 by setting the range to 192.168.11.10–192.168.11.39 and then putting
the range 192.168.11.20–192.168.11.29 in the list of excluded addresses. Figure 13.7
shows the next dialog box in the New Scope Wizard, in which the addresses
192.168.11.20 through 192.168.11.29 have been excluded from assignment.
CHAPTER 13 The Microsoft DHCP Server208
017 3273 CH13 10/3/02 4:56 PM Page 208