Networking Forums

Networking Forums > Computer Networking > Windows Networking > DHCP Setup- Sound like a good idea

Reply
Thread Tools Display Modes

DHCP Setup- Sound like a good idea

 
 
Kyle Blake
Guest
Posts: n/a

 
      01-24-2008, 11:24 PM
Hi,

13 branches each with DHCP enabled
1 corporate HQ
WAN Connected

Corporate HQ - DHCP win2k3r2 server hands out SCOPE for it's location
- Also serves a standby disabled scope for branches if
branch server DHCP goes down using IPHELPER on branch router to point to Corp
HQ DHCP

Does this setup sound like a good design?

My question is with the DHCP at corp, how do I ensure the scope that serves
as a backup for branch's in case of emergency is setup correctly?

Should the scope remain disabled?

From what I gather from reading MS article is yes.


 
Reply With Quote
 
 
 
 
Ace Fekay [MVP]
Guest
Posts: n/a

 
      01-25-2008, 03:52 AM
In news:9C8CFFFD-5EEF-4AB8-9530-(E-Mail Removed),
Kyle Blake <(E-Mail Removed)> typed:
> Hi,
>
> 13 branches each with DHCP enabled
> 1 corporate HQ
> WAN Connected
>
> Corporate HQ - DHCP win2k3r2 server hands out SCOPE for it's location
> - Also serves a standby disabled scope for
> branches if branch server DHCP goes down using IPHELPER on branch
> router to point to Corp HQ DHCP
>
> Does this setup sound like a good design?
>
> My question is with the DHCP at corp, how do I ensure the scope that
> serves as a backup for branch's in case of emergency is setup
> correctly?
>
> Should the scope remain disabled?
>
> From what I gather from reading MS article is yes.


In this scenario, yes. But what are you going to do about backing up Corp?
Why not create disabled backup scopes on the DHCP servers at each location
to ensure availability?

What article did you read? Please post the link to the article you read.

Microsoft DHCP Best Practices (recommends 80/20)
http://technet2.microsoft.com/window....mspx?mfr=true

Windows Dev Center - Ensuring DHCP Server Availability (says not to use
80/20)
http://www.windowsdevcenter.com/pub/...CP_Server.html


--
Regards,
Ace

This posting is provided "AS-IS" with no warranties or guarantees and
confers no rights.

Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSE+I, MCT,
MVP Microsoft MVP - Directory Services
Microsoft Certified Trainer

Infinite Diversities in Infinite Combinations


 
Reply With Quote
 
Kyle Blake
Guest
Posts: n/a

 
      01-25-2008, 04:18 PM
Hi,

Each branch only has one R2 server and approx 15-30 Xp/Vista Clients.(class c)
So scope at branch could provide 30 ips(x.x.x.50-x.x.x.80), and one at corp
could provide another 30 in upper range (x.x.x.100-x.x.x.130)

This approach makes sense then there is no risk of duplicate ip's being
handed out.

MS Clustering at branch is to expensive and at corporate as well.

Q: At corp the primary dhcp could have the branches "backup scopes" enabled
since there is no real risk right, correct? (local branch dhcp will provide
primary)

Great point, I should make another DHCP server at corp to backup the
corporate one. Not clustering just a hot standby

Seems like a fairly decent dhcp plan for 200?
Backup for branches and backup for corp, all hot standby's!




"Ace Fekay [MVP]" wrote:

> In news:9C8CFFFD-5EEF-4AB8-9530-(E-Mail Removed),
> Kyle Blake <(E-Mail Removed)> typed:
> > Hi,
> >
> > 13 branches each with DHCP enabled
> > 1 corporate HQ
> > WAN Connected
> >
> > Corporate HQ - DHCP win2k3r2 server hands out SCOPE for it's location
> > - Also serves a standby disabled scope for
> > branches if branch server DHCP goes down using IPHELPER on branch
> > router to point to Corp HQ DHCP
> >
> > Does this setup sound like a good design?
> >
> > My question is with the DHCP at corp, how do I ensure the scope that
> > serves as a backup for branch's in case of emergency is setup
> > correctly?
> >
> > Should the scope remain disabled?
> >
> > From what I gather from reading MS article is yes.

>
> In this scenario, yes. But what are you going to do about backing up Corp?
> Why not create disabled backup scopes on the DHCP servers at each location
> to ensure availability?
>
> What article did you read? Please post the link to the article you read.
>
> Microsoft DHCP Best Practices (recommends 80/20)
> http://technet2.microsoft.com/window....mspx?mfr=true
>
> Windows Dev Center - Ensuring DHCP Server Availability (says not to use
> 80/20)
> http://www.windowsdevcenter.com/pub/...CP_Server.html
>
>
> --
> Regards,
> Ace
>
> This posting is provided "AS-IS" with no warranties or guarantees and
> confers no rights.
>
> Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSE+I, MCT,
> MVP Microsoft MVP - Directory Services
> Microsoft Certified Trainer
>
> Infinite Diversities in Infinite Combinations
>
>
>

 
Reply With Quote
 
Ace Fekay [MVP]
Guest
Posts: n/a

 
      01-26-2008, 01:21 AM
In news:597FBD75-699F-4B8A-AEFC-(E-Mail Removed),
Kyle Blake <(E-Mail Removed)> typed:
> Hi,
>
> Each branch only has one R2 server and approx 15-30 Xp/Vista
> Clients.(class c) So scope at branch could provide 30
> ips(x.x.x.50-x.x.x.80), and one at corp could provide another 30 in
> upper range (x.x.x.100-x.x.x.130)
>
> This approach makes sense then there is no risk of duplicate ip's
> being handed out.
>
> MS Clustering at branch is to expensive and at corporate as well.


Yes, I agree it is pricey, almost doubling up on hardware.

>
> Q: At corp the primary dhcp could have the branches "backup scopes"
> enabled since there is no real risk right, correct? (local branch
> dhcp will provide primary)


Yes. If you want to go further with this, you could implment a copy of all
scopes on all branch DHCP servers. This way you have total meshed redundacy.
>
> Great point, I should make another DHCP server at corp to backup the
> corporate one. Not clustering just a hot standby
>
> Seems like a fairly decent dhcp plan for 200?
> Backup for branches and backup for corp, all hot standby's!


Yes it does. I think you have a good plan.

Ace



 
Reply With Quote
 
Kyle Blake
Guest
Posts: n/a

 
      01-28-2008, 06:11 PM
Thank you, could you expand on this statement?

"> Yes. If you want to go further with this, you could implment a copy of all
> scopes on all branch DHCP servers. This way you have total meshed redundacy."


Oh wait, I see, any server anywhere could supply a DHCP and act as anyone's
backup, I believe we'd have to modify the routers IPHELEPER address with
quite an extensive list of all dhcp's in organization.

I mean it sounds possible, I suppose a branch could go down,clients could
grab it from another branch dhcp instead of corporate dhcp.

Interesting.... Would we have to modify the iphelper line on the cisco
router to have a full list of dhcp's in organization to make it fully meshed?

I suppose the order of the list would indicate which backup server is
contacted first?

I wonder!?






"Ace Fekay [MVP]" wrote:

> In news:597FBD75-699F-4B8A-AEFC-(E-Mail Removed),
> Kyle Blake <(E-Mail Removed)> typed:
> > Hi,
> >
> > Each branch only has one R2 server and approx 15-30 Xp/Vista
> > Clients.(class c) So scope at branch could provide 30
> > ips(x.x.x.50-x.x.x.80), and one at corp could provide another 30 in
> > upper range (x.x.x.100-x.x.x.130)
> >
> > This approach makes sense then there is no risk of duplicate ip's
> > being handed out.
> >
> > MS Clustering at branch is to expensive and at corporate as well.

>
> Yes, I agree it is pricey, almost doubling up on hardware.
>
> >
> > Q: At corp the primary dhcp could have the branches "backup scopes"
> > enabled since there is no real risk right, correct? (local branch
> > dhcp will provide primary)

>
> Yes. If you want to go further with this, you could implment a copy of all
> scopes on all branch DHCP servers. This way you have total meshed redundacy.
> >
> > Great point, I should make another DHCP server at corp to backup the
> > corporate one. Not clustering just a hot standby
> >
> > Seems like a fairly decent dhcp plan for 200?
> > Backup for branches and backup for corp, all hot standby's!

>
> Yes it does. I think you have a good plan.
>
> Ace
>
>
>
>

 
Reply With Quote
 
Ace Fekay [MVP]
Guest
Posts: n/a

 
      01-29-2008, 11:26 AM
In news:F7EFA3D9-AA75-4A80-ADE5-(E-Mail Removed),
Kyle Blake <(E-Mail Removed)> typed:
> Thank you, could you expand on this statement?
>
> "> Yes. If you want to go further with this, you could implment a
> copy of all
> > scopes on all branch DHCP servers. This way you have total meshed
> > redundacy."

>
> Oh wait, I see, any server anywhere could supply a DHCP and act as
> anyone's backup, I believe we'd have to modify the routers IPHELEPER
> address with quite an extensive list of all dhcp's in organization.
>
> I mean it sounds possible, I suppose a branch could go down,clients
> could grab it from another branch dhcp instead of corporate dhcp.
>
> Interesting.... Would we have to modify the iphelper line on the
> cisco router to have a full list of dhcp's in organization to make it
> fully meshed?
>
> I suppose the order of the list would indicate which backup server is
> contacted first?
>
> I wonder!?


Yes, you would have to modify each router. I didn't say it was easy. :-)

I don;t think any order would do anything for it. I would just have the
backup scope and keep it disabled until needed.

Ace


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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
Please Help me in VPN Setup and a good VPN hardware recommendation as400tips@lycos.com Windows Networking 1 12-10-2006 02:24 PM
Setup persistent NFS mounted drive that is good even after logout Nelson Chan Windows Networking 1 11-28-2006 01:45 PM
Good networking guide?? Advice on Setup?? Robin Wireless Internet 0 12-24-2004 02:26 AM
Good snmpd setup or how-to? Ohmster Linux Networking 4 05-17-2004 10:29 PM
I'm changing from NTL to BT - good idea? belfast biker Broadband 5 08-24-2003 10:34 PM



1 2 3 4 5 6 7 8 9 10 11