DHCP & subnetting

  • Thread starter Thread starter Myrt Webb
  • Start date Start date
M

Myrt Webb

I have two subnetted nets on the same physical network. I
have the scope for each network superscoped in the DHCP of
the domain controller.

Problem- I cannot get the dhcp to assign the second scope
automatically to specific computers. It always uses the
first scope. I have both scopes assigned to the NIC on the
domain controller and if I assign the second scope on the
client computer manually the net works.

Is there anyway to assign particular scopes to specific
computers??
 
I don't believe class identifiers will help here; you
can conditionally assign DHCP options based
on a class ID, but not the scope (IP) itself.

There are a few DHCP implementations that can
provide this (such as Cisco's), but Win2K can't
AFAIK.

Steve Duff, MCSE
Ergodic Systems, Inc.
 
OK. Told you I'd never used it.

Cheers

Oli


Steve Duff said:
I don't believe class identifiers will help here; you
can conditionally assign DHCP options based
on a class ID, but not the scope (IP) itself.

There are a few DHCP implementations that can
provide this (such as Cisco's), but Win2K can't
AFAIK.

Steve Duff, MCSE
Ergodic Systems, Inc.
 
Have you considered VLAN's?
Break the two networks up and decide which scope to pick by the vlan you
assign it to.
Make sure you use a dhcp helper address your internal router pointing to
your dhcp server.
 
Back
Top