Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Clustering > 2 DHCP Servers

Reply
Thread Tools Display Modes

2 DHCP Servers

 
 
Ari
Guest
Posts: n/a

 
      11-25-2008
I have 2 networks

Voice network ----- DHCP Server
Data Network ------DHCP Server


These 2 networks are connected and can route between each other, I want each
network hosts to only get ip’s from there DHCP server and if 1 server goes
down only then should it be able to gert an address from the DHCP on the
other network how can I do this.


Thanks

 
Reply With Quote
 
 
 
 
Meinolf Weber
Guest
Posts: n/a

 
      11-25-2008
Hello Ari,

If your router is able to forward DHCP requests just create on the other
DHCP server a scope for the remote site subnet and activate it if the server
is down. If it is allways active there is the chance that clients will get
leases from that 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.blakjak.demon.co.uk/mul_crss.htm


> I have 2 networks
>
> Voice network ----- DHCP Server
> Data Network ------DHCP Server
> These 2 networks are connected and can route between each other, I
> want each network hosts to only get ip’s from there DHCP server and if
> 1 server goes down only then should it be able to gert an address from
> the DHCP on the other network how can I do this.
>
> Thanks
>



 
Reply With Quote
 
Marcin
Guest
Posts: n/a

 
      11-25-2008
Ari,
You need to create duplicate scopes for each network with non-overlapping
adress pool ranges (a common practice is to use 80/20 split - although
ultimately this depends on a number of factors, such as lease time or number
of clients to IP address space ratio) and the same set of reservations on
both DHCP servers. While this does not fully guarantee that the local DHCP
server will be used by all clients on the same subnet, it is fairly likely
that this will be the case.
As Meinolf has mentioned, in addition, your router needs to be configured as
DHCP relay agent (forwarding broadcast packets on UDP port 67 and 68, with
both interfaces pointing to the DHCP server on the "other" subnet)

hth
Marcin

As Meinolf has pointed out
"Ari" <> wrote in message
news:8D7A9740-E989-492F-B3D9-...
>I have 2 networks
>
> Voice network ----- DHCP Server
> Data Network ------DHCP Server
>
>
> These 2 networks are connected and can route between each other, I want
> each
> network hosts to only get ip's from there DHCP server and if 1 server goes
> down only then should it be able to gert an address from the DHCP on the
> other network how can I do this.
>
>
> Thanks
>



 
Reply With Quote
 
Ari
Guest
Posts: n/a

 
      11-26-2008
so it cannot be done automatically? is there an option to delay the DHCP
server response? so if server1 dosent respond only then it will take it from
server2?

"Marcin" wrote:

> Ari,
> You need to create duplicate scopes for each network with non-overlapping
> adress pool ranges (a common practice is to use 80/20 split - although
> ultimately this depends on a number of factors, such as lease time or number
> of clients to IP address space ratio) and the same set of reservations on
> both DHCP servers. While this does not fully guarantee that the local DHCP
> server will be used by all clients on the same subnet, it is fairly likely
> that this will be the case.
> As Meinolf has mentioned, in addition, your router needs to be configured as
> DHCP relay agent (forwarding broadcast packets on UDP port 67 and 68, with
> both interfaces pointing to the DHCP server on the "other" subnet)
>
> hth
> Marcin
>
> As Meinolf has pointed out
> "Ari" <> wrote in message
> news:8D7A9740-E989-492F-B3D9-...
> >I have 2 networks
> >
> > Voice network ----- DHCP Server
> > Data Network ------DHCP Server
> >
> >
> > These 2 networks are connected and can route between each other, I want
> > each
> > network hosts to only get ip's from there DHCP server and if 1 server goes
> > down only then should it be able to gert an address from the DHCP on the
> > other network how can I do this.
> >
> >
> > Thanks
> >

>
>
>

 
Reply With Quote
 
Marcin
Guest
Posts: n/a

 
      11-26-2008
Ari - nothing available natively that I'm aware of (primarily due to the
nature of the process of obtaining DHCP lease)...

hth
Marcin

"Ari" <> wrote in message
news:4F0777E4-DC3F-410D-AB9E-...
> so it cannot be done automatically? is there an option to delay the DHCP
> server response? so if server1 dosent respond only then it will take it
> from
> server2?
>
> "Marcin" wrote:
>
>> Ari,
>> You need to create duplicate scopes for each network with non-overlapping
>> adress pool ranges (a common practice is to use 80/20 split - although
>> ultimately this depends on a number of factors, such as lease time or
>> number
>> of clients to IP address space ratio) and the same set of reservations on
>> both DHCP servers. While this does not fully guarantee that the local
>> DHCP
>> server will be used by all clients on the same subnet, it is fairly
>> likely
>> that this will be the case.
>> As Meinolf has mentioned, in addition, your router needs to be configured
>> as
>> DHCP relay agent (forwarding broadcast packets on UDP port 67 and 68,
>> with
>> both interfaces pointing to the DHCP server on the "other" subnet)
>>
>> hth
>> Marcin
>>
>> As Meinolf has pointed out
>> "Ari" <> wrote in message
>> news:8D7A9740-E989-492F-B3D9-...
>> >I have 2 networks
>> >
>> > Voice network ----- DHCP Server
>> > Data Network ------DHCP Server
>> >
>> >
>> > These 2 networks are connected and can route between each other, I want
>> > each
>> > network hosts to only get ip's from there DHCP server and if 1 server
>> > goes
>> > down only then should it be able to gert an address from the DHCP on
>> > the
>> > other network how can I do this.
>> >
>> >
>> > Thanks
>> >

>>
>>
>>



 
Reply With Quote
 
Meinolf Weber
Guest
Posts: n/a

 
      11-27-2008
Hello Ari,

Never heard about, it's by design that if multiple DHCP servers are available,
the quickest one will answer.

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.blakjak.demon.co.uk/mul_crss.htm


> so it cannot be done automatically? is there an option to delay the
> DHCP server response? so if server1 dosent respond only then it will
> take it from server2?
>
> "Marcin" wrote:
>
>> Ari,
>> You need to create duplicate scopes for each network with
>> non-overlapping
>> adress pool ranges (a common practice is to use 80/20 split -
>> although
>> ultimately this depends on a number of factors, such as lease time or
>> number
>> of clients to IP address space ratio) and the same set of
>> reservations on
>> both DHCP servers. While this does not fully guarantee that the local
>> DHCP
>> server will be used by all clients on the same subnet, it is fairly
>> likely
>> that this will be the case.
>> As Meinolf has mentioned, in addition, your router needs to be
>> configured as
>> DHCP relay agent (forwarding broadcast packets on UDP port 67 and 68,
>> with
>> both interfaces pointing to the DHCP server on the "other" subnet)
>> hth
>> Marcin
>> As Meinolf has pointed out
>> "Ari" <> wrote in message
>> news:8D7A9740-E989-492F-B3D9-...
>>> I have 2 networks
>>>
>>> Voice network ----- DHCP Server
>>> Data Network ------DHCP Server
>>> These 2 networks are connected and can route between each other, I
>>> want
>>> each
>>> network hosts to only get ip's from there DHCP server and if 1
>>> server goes
>>> down only then should it be able to gert an address from the DHCP on
>>> the
>>> other network how can I do this.
>>> Thanks
>>>



 
Reply With Quote
 
SharkMan
Guest
Posts: n/a

 
      12-03-2008
You can cluster DHCP if you setup shared disk between the 2 hosts, clustering
you would put both scopes on a single resource node and that resource node
could float between the 2 clustered hosts.
--
Chief Putz


"Meinolf Weber" wrote:

> Hello Ari,
>
> Never heard about, it's by design that if multiple DHCP servers are available,
> the quickest one will answer.
>
> 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.blakjak.demon.co.uk/mul_crss.htm
>
>
> > so it cannot be done automatically? is there an option to delay the
> > DHCP server response? so if server1 dosent respond only then it will
> > take it from server2?
> >
> > "Marcin" wrote:
> >
> >> Ari,
> >> You need to create duplicate scopes for each network with
> >> non-overlapping
> >> adress pool ranges (a common practice is to use 80/20 split -
> >> although
> >> ultimately this depends on a number of factors, such as lease time or
> >> number
> >> of clients to IP address space ratio) and the same set of
> >> reservations on
> >> both DHCP servers. While this does not fully guarantee that the local
> >> DHCP
> >> server will be used by all clients on the same subnet, it is fairly
> >> likely
> >> that this will be the case.
> >> As Meinolf has mentioned, in addition, your router needs to be
> >> configured as
> >> DHCP relay agent (forwarding broadcast packets on UDP port 67 and 68,
> >> with
> >> both interfaces pointing to the DHCP server on the "other" subnet)
> >> hth
> >> Marcin
> >> As Meinolf has pointed out
> >> "Ari" <> wrote in message
> >> news:8D7A9740-E989-492F-B3D9-...
> >>> I have 2 networks
> >>>
> >>> Voice network ----- DHCP Server
> >>> Data Network ------DHCP Server
> >>> These 2 networks are connected and can route between each other, I
> >>> want
> >>> each
> >>> network hosts to only get ip's from there DHCP server and if 1
> >>> server goes
> >>> down only then should it be able to gert an address from the DHCP on
> >>> the
> >>> other network how can I do this.
> >>> Thanks
> >>>

>
>
>

 
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
DHCP Authorisation - does it stop rouge DHCP servers? Ben UK Server Security 1 11-28-2007 08:25 PM
Re: Dual DHCP Servers installed, one goes down, workstations not picking up the remaining DHCP for some reason.. Help/ideas? Herb Martin Windows Server 6 03-01-2007 02:52 AM
Scripting solution needed for DHCP and trusted PDC/DHCP servers. Scott Cooper Server Setup 2 07-15-2004 11:05 PM
Scripting solution needed for DHCP and trusted PDC/DHCP servers. Scott Cooper Scripting 2 07-15-2004 11:05 PM
Scripting solution needed for DHCP and trusted PDC/DHCP servers. Scott Cooper Server Networking 2 07-15-2004 11:05 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59