PC Review


Reply
Thread Tools Rate Thread

DHCP curiosity

 
 
=?Utf-8?B?U2Ft?=
Guest
Posts: n/a
 
      9th Oct 2004
Hi Everyone,

I have 2 DHCP servers on one LAN, the scope for both is 192.168.2.50-254.
The first DHCP server excludes addresses from 192.168.2.200-254 and the
second excludes addresses from 192.168.2.50-199. I want to know why does the
second DHCP server seems to be issuing all the new addresses when there are
plenty of ip addresses remaining on DHCP1. All of the clients gravitate
towards DHCP2 when there ip addresses are released. What can cause this, and
how can I force them to use DHCP1? Could the boot order of the servers have
something to do with it?

ps The clients can get ip addresses from DHCP1 but only when I take 2 off
the network. DHCP1 was the first server and they were all using it until I
recently configured a second.

They are both run on Domain controllers.
I have Windows 2000 server SP4

regards,
Sam


 
Reply With Quote
 
 
 
 
Lanwench [MVP - Exchange]
Guest
Posts: n/a
 
      9th Oct 2004
Sam wrote:
> Hi Everyone,
>
> I have 2 DHCP servers on one LAN, the scope for both is
> 192.168.2.50-254. The first DHCP server excludes addresses from
> 192.168.2.200-254 and the second excludes addresses from
> 192.168.2.50-199. I want to know why does the second DHCP server
> seems to be issuing all the new addresses when there are plenty of ip
> addresses remaining on DHCP1.


DHCP clients will always try to get the same IP address they had last
time...

> All of the clients gravitate towards
> DHCP2 when there ip addresses are released. What can cause this, and
> how can I force them to use DHCP1?


I'm not sure why it's important to do so - when DHCP2 has no more addresses
to hand out, the clients should get addresses from DHCP1. This is one reason
why it's nice to have more than one DHCP server....are you having any actual
problems, or are you just curious about why this is happening?

> Could the boot order of the
> servers have something to do with it?


Well, I suppose if you're rebooting your servers in the morning while users
are trying to boot up their workstations, they'll get an address from the
first DHCP server that answers their query.

>
> ps The clients can get ip addresses from DHCP1 but only when I take 2
> off the network. DHCP1 was the first server and they were all using
> it until I recently configured a second.


Is the DHCP1 server very busy? What's running on it?
>
> They are both run on Domain controllers.
> I have Windows 2000 server SP4
>
> regards,
> Sam



 
Reply With Quote
 
=?Utf-8?B?U2Ft?=
Guest
Posts: n/a
 
      10th Oct 2004
Hi Lanwench,

Thank you for replying. To answer your questions
1. I am not having any actual problems. I am just curious as to why DHCP2
is so popular.
2. DHCP1 is a global catalog server and a print server.

Regards

Sam

"Lanwench [MVP - Exchange]" wrote:

> Sam wrote:
> > Hi Everyone,
> >
> > I have 2 DHCP servers on one LAN, the scope for both is
> > 192.168.2.50-254. The first DHCP server excludes addresses from
> > 192.168.2.200-254 and the second excludes addresses from
> > 192.168.2.50-199. I want to know why does the second DHCP server
> > seems to be issuing all the new addresses when there are plenty of ip
> > addresses remaining on DHCP1.

>
> DHCP clients will always try to get the same IP address they had last
> time...
>
> > All of the clients gravitate towards
> > DHCP2 when there ip addresses are released. What can cause this, and
> > how can I force them to use DHCP1?

>
> I'm not sure why it's important to do so - when DHCP2 has no more addresses
> to hand out, the clients should get addresses from DHCP1. This is one reason
> why it's nice to have more than one DHCP server....are you having any actual
> problems, or are you just curious about why this is happening?
>
> > Could the boot order of the
> > servers have something to do with it?

>
> Well, I suppose if you're rebooting your servers in the morning while users
> are trying to boot up their workstations, they'll get an address from the
> first DHCP server that answers their query.
>
> >
> > ps The clients can get ip addresses from DHCP1 but only when I take 2
> > off the network. DHCP1 was the first server and they were all using
> > it until I recently configured a second.

>
> Is the DHCP1 server very busy? What's running on it?
> >
> > They are both run on Domain controllers.
> > I have Windows 2000 server SP4
> >
> > regards,
> > Sam

>
>
>

 
Reply With Quote
 
Lanwench [MVP - Exchange]
Guest
Posts: n/a
 
      10th Oct 2004
Sam wrote:
> Hi Lanwench,
>
> Thank you for replying. To answer your questions
> 1. I am not having any actual problems. I am just curious as to why
> DHCP2 is so popular.


It just happened to answer first. And clients will always attempt to get the
same IP address they had last time.

> 2. DHCP1 is a global catalog server and a print server.


Slower server in general?

I wouldn't worry about this, if it were me.

>
> Regards
>
> Sam
>
> "Lanwench [MVP - Exchange]" wrote:
>
>> Sam wrote:
>>> Hi Everyone,
>>>
>>> I have 2 DHCP servers on one LAN, the scope for both is
>>> 192.168.2.50-254. The first DHCP server excludes addresses from
>>> 192.168.2.200-254 and the second excludes addresses from
>>> 192.168.2.50-199. I want to know why does the second DHCP server
>>> seems to be issuing all the new addresses when there are plenty of
>>> ip addresses remaining on DHCP1.

>>
>> DHCP clients will always try to get the same IP address they had last
>> time...
>>
>>> All of the clients gravitate towards
>>> DHCP2 when there ip addresses are released. What can cause this,
>>> and how can I force them to use DHCP1?

>>
>> I'm not sure why it's important to do so - when DHCP2 has no more
>> addresses to hand out, the clients should get addresses from DHCP1.
>> This is one reason why it's nice to have more than one DHCP
>> server....are you having any actual problems, or are you just
>> curious about why this is happening?
>>
>>> Could the boot order of the
>>> servers have something to do with it?

>>
>> Well, I suppose if you're rebooting your servers in the morning
>> while users are trying to boot up their workstations, they'll get an
>> address from the first DHCP server that answers their query.
>>
>>>
>>> ps The clients can get ip addresses from DHCP1 but only when I take
>>> 2 off the network. DHCP1 was the first server and they were all
>>> using it until I recently configured a second.

>>
>> Is the DHCP1 server very busy? What's running on it?
>>>
>>> They are both run on Domain controllers.
>>> I have Windows 2000 server SP4
>>>
>>> regards,
>>> Sam



 
Reply With Quote
 
=?Utf-8?B?U2Ft?=
Guest
Posts: n/a
 
      11th Oct 2004
Hi Lanwench,

Thanks for the info.

Best regards
Sam

"Lanwench [MVP - Exchange]" wrote:

> Sam wrote:
> > Hi Lanwench,
> >
> > Thank you for replying. To answer your questions
> > 1. I am not having any actual problems. I am just curious as to why
> > DHCP2 is so popular.

>
> It just happened to answer first. And clients will always attempt to get the
> same IP address they had last time.
>
> > 2. DHCP1 is a global catalog server and a print server.

>
> Slower server in general?
>
> I wouldn't worry about this, if it were me.
>
> >
> > Regards
> >
> > Sam
> >
> > "Lanwench [MVP - Exchange]" wrote:
> >
> >> Sam wrote:
> >>> Hi Everyone,
> >>>
> >>> I have 2 DHCP servers on one LAN, the scope for both is
> >>> 192.168.2.50-254. The first DHCP server excludes addresses from
> >>> 192.168.2.200-254 and the second excludes addresses from
> >>> 192.168.2.50-199. I want to know why does the second DHCP server
> >>> seems to be issuing all the new addresses when there are plenty of
> >>> ip addresses remaining on DHCP1.
> >>
> >> DHCP clients will always try to get the same IP address they had last
> >> time...
> >>
> >>> All of the clients gravitate towards
> >>> DHCP2 when there ip addresses are released. What can cause this,
> >>> and how can I force them to use DHCP1?
> >>
> >> I'm not sure why it's important to do so - when DHCP2 has no more
> >> addresses to hand out, the clients should get addresses from DHCP1.
> >> This is one reason why it's nice to have more than one DHCP
> >> server....are you having any actual problems, or are you just
> >> curious about why this is happening?
> >>
> >>> Could the boot order of the
> >>> servers have something to do with it?
> >>
> >> Well, I suppose if you're rebooting your servers in the morning
> >> while users are trying to boot up their workstations, they'll get an
> >> address from the first DHCP server that answers their query.
> >>
> >>>
> >>> ps The clients can get ip addresses from DHCP1 but only when I take
> >>> 2 off the network. DHCP1 was the first server and they were all
> >>> using it until I recently configured a second.
> >>
> >> Is the DHCP1 server very busy? What's running on it?
> >>>
> >>> They are both run on Domain controllers.
> >>> I have Windows 2000 server SP4
> >>>
> >>> regards,
> >>> Sam

>
>
>

 
Reply With Quote
 
Lanwench [MVP - Exchange]
Guest
Posts: n/a
 
      11th Oct 2004
You're welcome.

Sam wrote:
> Hi Lanwench,
>
> Thanks for the info.
>
> Best regards
> Sam
>
> "Lanwench [MVP - Exchange]" wrote:
>
>> Sam wrote:
>>> Hi Lanwench,
>>>
>>> Thank you for replying. To answer your questions
>>> 1. I am not having any actual problems. I am just curious as to
>>> why DHCP2 is so popular.

>>
>> It just happened to answer first. And clients will always attempt to
>> get the same IP address they had last time.
>>
>>> 2. DHCP1 is a global catalog server and a print server.

>>
>> Slower server in general?
>>
>> I wouldn't worry about this, if it were me.
>>
>>>
>>> Regards
>>>
>>> Sam
>>>
>>> "Lanwench [MVP - Exchange]" wrote:
>>>
>>>> Sam wrote:
>>>>> Hi Everyone,
>>>>>
>>>>> I have 2 DHCP servers on one LAN, the scope for both is
>>>>> 192.168.2.50-254. The first DHCP server excludes addresses from
>>>>> 192.168.2.200-254 and the second excludes addresses from
>>>>> 192.168.2.50-199. I want to know why does the second DHCP server
>>>>> seems to be issuing all the new addresses when there are plenty of
>>>>> ip addresses remaining on DHCP1.
>>>>
>>>> DHCP clients will always try to get the same IP address they had
>>>> last time...
>>>>
>>>>> All of the clients gravitate towards
>>>>> DHCP2 when there ip addresses are released. What can cause this,
>>>>> and how can I force them to use DHCP1?
>>>>
>>>> I'm not sure why it's important to do so - when DHCP2 has no more
>>>> addresses to hand out, the clients should get addresses from DHCP1.
>>>> This is one reason why it's nice to have more than one DHCP
>>>> server....are you having any actual problems, or are you just
>>>> curious about why this is happening?
>>>>
>>>>> Could the boot order of the
>>>>> servers have something to do with it?
>>>>
>>>> Well, I suppose if you're rebooting your servers in the morning
>>>> while users are trying to boot up their workstations, they'll get
>>>> an address from the first DHCP server that answers their query.
>>>>
>>>>>
>>>>> ps The clients can get ip addresses from DHCP1 but only when I
>>>>> take 2 off the network. DHCP1 was the first server and they were
>>>>> all using it until I recently configured a second.
>>>>
>>>> Is the DHCP1 server very busy? What's running on it?
>>>>>
>>>>> They are both run on Domain controllers.
>>>>> I have Windows 2000 server SP4
>>>>>
>>>>> regards,
>>>>> Sam



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Curiosity Any Uneven Jots Windows XP General 3 17th Jun 2009 04:49 PM
SP3 curiosity Shenan Stanley Windows XP Setup 2 2nd Aug 2008 04:35 AM
Just curiosity... =?Utf-8?B?VEo=?= Microsoft Access Security 0 19th Sep 2007 05:06 PM
Curiosity Josh Sale Microsoft Excel Discussion 9 13th Aug 2007 10:39 PM
Just a curiosity Mac53 Windows XP Help 1 6th Jul 2007 01:05 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:49 AM.