R
richard
I'm trying to create two scopes.
The first scope will have a pool of addresses: 10.2.0.1->10.2.0.254
The second scope will allocate from the pool: 10.2.1.1->10.2.1.254
All client machines need the subnet mask 255.255.0.0 and are
physically on the same segment.
The reason I want this arrangement is that I have two types of client
machine, say type1 and type2, and I want the machines of type1 to be
given a 10.2.0.* address and machines of type2 a 10.2.1.* address. My
plan was to create reservations in the second scope for the type2
machines.
Trouble is, I get the message:
'The address range and mask conflict with an existing scope' when I
try to create the second scope.
Is is possible to do this?
Richard
The first scope will have a pool of addresses: 10.2.0.1->10.2.0.254
The second scope will allocate from the pool: 10.2.1.1->10.2.1.254
All client machines need the subnet mask 255.255.0.0 and are
physically on the same segment.
The reason I want this arrangement is that I have two types of client
machine, say type1 and type2, and I want the machines of type1 to be
given a 10.2.0.* address and machines of type2 a 10.2.1.* address. My
plan was to create reservations in the second scope for the type2
machines.
Trouble is, I get the message:
'The address range and mask conflict with an existing scope' when I
try to create the second scope.
Is is possible to do this?
Richard