Networking Forums

Networking Forums > Computer Networking > Windows Networking > Multiple DHCP servers in the same VLAN

Reply
Thread Tools Display Modes

Multiple DHCP servers in the same VLAN

 
 
Abood
Guest
Posts: n/a

 
      02-09-2006, 10:51 AM
I am having one DHCP server feding my LAN, I want to run another DHCP
server
to feed part of this LAN (Servers parts which have static IP addresses)
and i
want these servers to take their IP from the new DHCP (called it the
Blade
DHCP) and these dynamic IP addresses just used for network boot (PXE),
the
question here is how to configure the two DHCP servers without having
loops,
and every group take its ip from the desired DHCP? Take in mind that i
cannot
now isolate the servers in other VLAN for now.

 
Reply With Quote
 
 
 
 
Michael Giorgio - MS MVP
Guest
Posts: n/a

 
      02-09-2006, 12:14 PM
You might want to have a look at the following:

Superscoping vs. Supernetting
http://support.microsoft.com/kb/186341/en-us

"Abood" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) oups.com...
>I am having one DHCP server feding my LAN, I want to run another DHCP
> server
> to feed part of this LAN (Servers parts which have static IP addresses)
> and i
> want these servers to take their IP from the new DHCP (called it the
> Blade
> DHCP) and these dynamic IP addresses just used for network boot (PXE),
> the
> question here is how to configure the two DHCP servers without having
> loops,
> and every group take its ip from the desired DHCP? Take in mind that i
> cannot
> now isolate the servers in other VLAN for now.
>



 
Reply With Quote
 
Sherif_IT
Guest
Posts: n/a

 
      02-09-2006, 11:30 PM
hi dear,

lets say u have 2 DHCP server
and 100 clients
#1(old) 1st 50 clients

#2(new) 2nd 50 clients

the answer of ur question is

put 1st 50 clients in segment or subnet and connect DHCP #1 in this subnet

and put 2nd 50 clients in other subnet and connect DHCP #2 in this subnet

lets say DHCP #1 & 1st 50 CLient configured with Ip range 192.168.1.0 &
subnet mask 255.255.255.0

and DHCP #2 & 2nd 50 client configured ip range 192.168.2.0 & subnet mask
255.255.255.0

if this case u ensure thats each client recieve the ip from the DHCP server
in its subnet or segment

if u want me to help u when u configuer it tell me

"Michael Giorgio - MS MVP" wrote:

> You might want to have a look at the following:
>
> Superscoping vs. Supernetting
> http://support.microsoft.com/kb/186341/en-us
>
> "Abood" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed) oups.com...
> >I am having one DHCP server feding my LAN, I want to run another DHCP
> > server
> > to feed part of this LAN (Servers parts which have static IP addresses)
> > and i
> > want these servers to take their IP from the new DHCP (called it the
> > Blade
> > DHCP) and these dynamic IP addresses just used for network boot (PXE),
> > the
> > question here is how to configure the two DHCP servers without having
> > loops,
> > and every group take its ip from the desired DHCP? Take in mind that i
> > cannot
> > now isolate the servers in other VLAN for now.
> >

>
>
>

 
Reply With Quote
 
Abood
Guest
Posts: n/a

 
      02-12-2006, 05:46 AM
Thank you all,
But still the problem. am having let say DHCPA and DHCPB, i want let say 50
client to be fed by DHCPA and the rest by DHCPB. how i can configure the
DHCPA to just be responsible of just the 50 clients. and how i can configure
the 50 clients to just take their IP from DHCPA.
Hello Michael Giorgio: can you contact me on this email so i can contact you
online when i configure it: here is my email (E-Mail Removed).

"Sherif_IT" wrote:

> hi dear,
>
> lets say u have 2 DHCP server
> and 100 clients
> #1(old) 1st 50 clients
>
> #2(new) 2nd 50 clients
>
> the answer of ur question is
>
> put 1st 50 clients in segment or subnet and connect DHCP #1 in this subnet
>
> and put 2nd 50 clients in other subnet and connect DHCP #2 in this subnet
>
> lets say DHCP #1 & 1st 50 CLient configured with Ip range 192.168.1.0 &
> subnet mask 255.255.255.0
>
> and DHCP #2 & 2nd 50 client configured ip range 192.168.2.0 & subnet mask
> 255.255.255.0
>
> if this case u ensure thats each client recieve the ip from the DHCP server
> in its subnet or segment
>
> if u want me to help u when u configuer it tell me
>
> "Michael Giorgio - MS MVP" wrote:
>
> > You might want to have a look at the following:
> >
> > Superscoping vs. Supernetting
> > http://support.microsoft.com/kb/186341/en-us
> >
> > "Abood" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed) oups.com...
> > >I am having one DHCP server feding my LAN, I want to run another DHCP
> > > server
> > > to feed part of this LAN (Servers parts which have static IP addresses)
> > > and i
> > > want these servers to take their IP from the new DHCP (called it the
> > > Blade
> > > DHCP) and these dynamic IP addresses just used for network boot (PXE),
> > > the
> > > question here is how to configure the two DHCP servers without having
> > > loops,
> > > and every group take its ip from the desired DHCP? Take in mind that i
> > > cannot
> > > now isolate the servers in other VLAN for now.
> > >

> >
> >
> >

 
Reply With Quote
 
Abood
Guest
Posts: n/a

 
      02-12-2006, 06:46 AM
Dear,

But still the problem exist, I cannot put them in two physical networks. Am
asking for a way to assign my clients to two different DHCP servers, let sat
I have DHCP A and DHCP B. I want 50 clients (Blade servers) to be assigned to
DHCP A and just to it. And I want DHCP A to give IPs just to the 50 clients.
And the other DHCP server (DHCP B) to give IPs to the rest of the clients on
my LAN.

Thank you all,
I am having one DHCP server feding my LAN, I want to run another DHCP
server
to feed part of this LAN (Servers parts which have static IP addresses)
and i
want these servers to take their IP from the new DHCP (called it the
Blade
DHCP) and these dynamic IP addresses just used for network boot (PXE),
the
question here is how to configure the two DHCP servers without having
loops,
and every group take its ip from the desired DHCP? Take in mind that i
cannot
now isolate the servers in other VLAN for now.



"Sherif_IT" wrote:

> hi dear,
>
> lets say u have 2 DHCP server
> and 100 clients
> #1(old) 1st 50 clients
>
> #2(new) 2nd 50 clients
>
> the answer of ur question is
>
> put 1st 50 clients in segment or subnet and connect DHCP #1 in this subnet
>
> and put 2nd 50 clients in other subnet and connect DHCP #2 in this subnet
>
> lets say DHCP #1 & 1st 50 CLient configured with Ip range 192.168.1.0 &
> subnet mask 255.255.255.0
>
> and DHCP #2 & 2nd 50 client configured ip range 192.168.2.0 & subnet mask
> 255.255.255.0
>
> if this case u ensure thats each client recieve the ip from the DHCP server
> in its subnet or segment
>
> if u want me to help u when u configuer it tell me
>
> "Michael Giorgio - MS MVP" wrote:
>
> > You might want to have a look at the following:
> >
> > Superscoping vs. Supernetting
> > http://support.microsoft.com/kb/186341/en-us
> >
> > "Abood" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed) oups.com...
> > >I am having one DHCP server feding my LAN, I want to run another DHCP
> > > server
> > > to feed part of this LAN (Servers parts which have static IP addresses)
> > > and i
> > > want these servers to take their IP from the new DHCP (called it the
> > > Blade
> > > DHCP) and these dynamic IP addresses just used for network boot (PXE),
> > > the
> > > question here is how to configure the two DHCP servers without having
> > > loops,
> > > and every group take its ip from the desired DHCP? Take in mind that i
> > > cannot
> > > now isolate the servers in other VLAN for now.
> > >

> >
> >
> >

 
Reply With Quote
 
Michael Giorgio - MS MVP
Guest
Posts: n/a

 
      02-13-2006, 01:48 PM
It simply can't be done. That is why I listed two workarounds.
There is no way to force a machine to use a paticular DHCP
server.

"Abood" <(E-Mail Removed)> wrote in message news:
> Dear,
>
> But still the problem exist, I cannot put them in two physical networks.
> Am
> asking for a way to assign my clients to two different DHCP servers, let
> sat
> I have DHCP A and DHCP B. I want 50 clients (Blade servers) to be assigned
> to
> DHCP A and just to it. And I want DHCP A to give IPs just to the 50
> clients.
> And the other DHCP server (DHCP B) to give IPs to the rest of the clients
> on
> my LAN.
>
> Thank you all,
> I am having one DHCP server feding my LAN, I want to run another DHCP
> server
> to feed part of this LAN (Servers parts which have static IP addresses)
> and i
> want these servers to take their IP from the new DHCP (called it the
> Blade
> DHCP) and these dynamic IP addresses just used for network boot (PXE),
> the
> question here is how to configure the two DHCP servers without having
> loops,
> and every group take its ip from the desired DHCP? Take in mind that i
> cannot
> now isolate the servers in other VLAN for now.



 
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
Multiple DHCP Servers Christian Schaeffler Windows Networking 8 09-27-2007 12:55 PM
DHCP and multiple VLAN's GordonCopestake Windows Networking 9 08-14-2007 04:54 PM
Multiple DHCP servers jtdrummerboy Windows Networking 12 06-23-2007 01:45 PM
2 DHCP servers in the same Lan but different VLAN ZooOYork@gmail.com Windows Networking 1 04-28-2006 02:02 AM
Multiple DHCP servers on the same VLAN Abood Windows Networking 0 02-09-2006 07:26 AM



1 2 3 4 5 6 7 8 9 10 11