PC Review


Reply
Thread Tools Rate Thread

DHCP Redundancy

 
 
nick
Guest
Posts: n/a
 
      27th Nov 2007
I have a Windows 2003 network with about 50 client stations. I have
two servers running DHCP:

server01 has a scope of 192.168.2.10-x.x.x.60
server02 has a scope of 192.168.2.61-x.x.x.115

I do very little on the network as far as adding new stations,
installing NICs, etc.

My question: Is this a good way to setup DHCP redundancy or am I
missing something?
 
Reply With Quote
 
 
 
 
Meinolf Weber
Guest
Posts: n/a
 
      27th Nov 2007
Hello Nick,

This is ok, but think also about redundant DNS server (Active directory integrated
zones) and also have more then one global catalog server.

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.dts-l.org/goodpost.htm

> I have a Windows 2003 network with about 50 client stations. I have
> two servers running DHCP:
>
> server01 has a scope of 192.168.2.10-x.x.x.60
> server02 has a scope of 192.168.2.61-x.x.x.115
> I do very little on the network as far as adding new stations,
> installing NICs, etc.
>
> My question: Is this a good way to setup DHCP redundancy or am I
> missing something?
>



 
Reply With Quote
 
Phillip Windell
Guest
Posts: n/a
 
      28th Nov 2007
I use the full range in both scopes and then use Exclusions to control what
is given out.


--
Phillip Windell
www.wandtv.com

The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------

"nick" <(E-Mail Removed)> wrote in message
news:3889e930-a0fd-45c9-8e0a-(E-Mail Removed)...
>I have a Windows 2003 network with about 50 client stations. I have
> two servers running DHCP:
>
> server01 has a scope of 192.168.2.10-x.x.x.60
> server02 has a scope of 192.168.2.61-x.x.x.115
>
> I do very little on the network as far as adding new stations,
> installing NICs, etc.
>
> My question: Is this a good way to setup DHCP redundancy or am I
> missing something?



 
Reply With Quote
 
nick
Guest
Posts: n/a
 
      2nd Dec 2007
On Nov 28, 3:01 pm, "Phillip Windell" <philwind...@hotmail.com> wrote:
> I use the full range in both scopes and then use Exclusions to control what
> is given out.
>
> --
> Phillip Windellwww.wandtv.com
>
> The views expressed, are my own and not those of my employer, or Microsoft,
> or anyone else associated with me, including my cats.
> -----------------------------------------------------
>
> "nick" <cipher7...@gmail.com> wrote in message
>
> news:3889e930-a0fd-45c9-8e0a-(E-Mail Removed)...
>
>
>
> >I have a Windows 2003 network with about 50 client stations. I have
> > two servers running DHCP:

>
> > server01 has a scope of 192.168.2.10-x.x.x.60
> > server02 has a scope of 192.168.2.61-x.x.x.115

>
> > I do very little on the network as far as adding new stations,
> > installing NICs, etc.

>
> > My question: Is this a good way to setup DHCP redundancy or am I
> > missing something?- Hide quoted text -

>
> - Show quoted text -


Full range and then use exclusions? Can their be conflicts between the
two? Are the lease expirations different?
 
Reply With Quote
 
Meinolf Weber
Guest
Posts: n/a
 
      2nd Dec 2007
Hello Nick,

The lease expiration is configured for the complete scope. If one DHCP server
is down and you delete then the exclusion range, the clients will get new
addresses form the other server if they lease will be renewed.

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.dts-l.org/goodpost.htm

> On Nov 28, 3:01 pm, "Phillip Windell" <philwind...@hotmail.com> wrote:
>
>> I use the full range in both scopes and then use Exclusions to
>> control what is given out.
>>
>> --
>> Phillip Windellwww.wandtv.com
>> The views expressed, are my own and not those of my employer, or
>> Microsoft, or anyone else associated with me, including my cats.
>> -----------------------------------------------------
>>
>> "nick" <cipher7...@gmail.com> wrote in message
>>
>> news:3889e930-a0fd-45c9-8e0a-(E-Mail Removed)
>> m...
>>
>>> I have a Windows 2003 network with about 50 client stations. I have
>>> two servers running DHCP:
>>>
>>> server01 has a scope of 192.168.2.10-x.x.x.60
>>> server02 has a scope of 192.168.2.61-x.x.x.115
>>> I do very little on the network as far as adding new stations,
>>> installing NICs, etc.
>>>
>>> My question: Is this a good way to setup DHCP redundancy or am I
>>> missing something?- Hide quoted text -
>>>

>> - Show quoted text -
>>

> Full range and then use exclusions? Can their be conflicts between the
> two? Are the lease expirations different?
>



 
Reply With Quote
 
Richard G. Harper
Guest
Posts: n/a
 
      2nd Dec 2007
What you do is to assign the same range to both servers, then exclude
non-overlapping ranges between the two. For example, set up both servers to
assign addresses in the 192.168.0.x range, then on the first server exclude
192.168.0.1-127 and on the second server exclude 192.168.0.128-254 so that
no address can be given out by both servers. In the event one fails the
other will continue to hand out addresses.

--
Richard G. Harper [MVP Shell/User] (E-Mail Removed)
* NEW! Catch my blog ... http://msmvps.com/blogs/rgharper/
* PLEASE post all messages and replies in the newsgroups
* The Website - http://rgharper.mvps.org/
* HELP us help YOU ... http://www.dts-l.org/goodpost.htm


"nick" <(E-Mail Removed)> wrote in message
news:40946c7b-11c4-4107-8ba8-(E-Mail Removed)...

> Full range and then use exclusions? Can their be conflicts between the
> two? Are the lease expirations different?


 
Reply With Quote
 
Phillip Windell
Guest
Posts: n/a
 
      3rd Dec 2007

"nick" <(E-Mail Removed)> wrote in message
news:40946c7b-11c4-4107-8ba8-(E-Mail Removed)...

> Full range and then use exclusions? Can their be conflicts between the
> two? Are the lease expirations different?


No. That is what the Exclusions are for.
I want the Scopes to be fully configured with the full address range and be
identical other than the Exclusions.

If one DHCP fails I can just alter the Exclusions on the remaining one and
it can take over everything.

--
Phillip Windell
www.wandtv.com

The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------
Understanding the ISA 2004 Access Rule Processing
http://www.isaserver.org/articles/IS...cessRules.html

Troubleshooting Client Authentication on Access Rules in ISA Server 2004
http://download.microsoft.com/downlo...7/ts_rules.doc

Microsoft Internet Security & Acceleration Server: Partners
http://www.microsoft.com/isaserver/partners/default.asp

Microsoft ISA Server Partners: Partner Hardware Solutions
http://www.microsoft.com/forefront/e...epartners.mspx
-----------------------------------------------------


 
Reply With Quote
 
Phillip Windell
Guest
Posts: n/a
 
      3rd Dec 2007
Hi Richard!
Haven't seen ya in a while!

--
Phillip Windell
www.wandtv.com

The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------

"Richard G. Harper" <(E-Mail Removed)> wrote in message
news:0B982580-8F95-45A1-AE76-(E-Mail Removed)...
> What you do is to assign the same range to both servers, then exclude
> non-overlapping ranges between the two. For example, set up both servers
> to assign addresses in the 192.168.0.x range, then on the first server
> exclude 192.168.0.1-127 and on the second server exclude 192.168.0.128-254
> so that no address can be given out by both servers. In the event one
> fails the other will continue to hand out addresses.
>
> --
> Richard G. Harper [MVP Shell/User] (E-Mail Removed)
> * NEW! Catch my blog ... http://msmvps.com/blogs/rgharper/
> * PLEASE post all messages and replies in the newsgroups
> * The Website - http://rgharper.mvps.org/
> * HELP us help YOU ... http://www.dts-l.org/goodpost.htm
>
>
> "nick" <(E-Mail Removed)> wrote in message
> news:40946c7b-11c4-4107-8ba8-(E-Mail Removed)...
>
>> Full range and then use exclusions? Can their be conflicts between the
>> two? Are the lease expirations different?

>



 
Reply With Quote
 
Richard G. Harper
Guest
Posts: n/a
 
      6th Dec 2007
I tend to lurk more than post some days ... :-)

--
Richard G. Harper [MVP Shell/User] (E-Mail Removed)
* NEW! Catch my blog ... http://msmvps.com/blogs/rgharper/
* PLEASE post all messages and replies in the newsgroups
* The Website - http://rgharper.mvps.org/
* HELP us help YOU ... http://www.dts-l.org/goodpost.htm


"Phillip Windell" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi Richard!
> Haven't seen ya in a while!


 
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
constant dhcp client errors on winxp yet no dhcp/bootp traffic?? mikeklein@sbcglobal.net Windows XP Networking 0 30th Mar 2006 06:36 AM
DHCP and True Redundancy Mr V Microsoft Windows 2000 2 31st Oct 2005 09:30 AM
WINS and DHCP redundancy... =?Utf-8?B?QUo=?= Microsoft Windows 2000 1 1st Mar 2004 02:35 PM
RE: DHCP SuperScopes breaking DHCP funtionaility for Remote Sites Terry Barcroft [MSFT] Microsoft Windows 2000 Networking 1 2nd Oct 2003 04:15 PM
AD Redundancy - Domain Controller redundancy Steven Microsoft Windows 2000 Active Directory 4 3rd Sep 2003 03:05 PM


Features
 

Advertising
 

Newsgroups
 


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