DHCP on subnets

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a network that uses DHCP for IP assingment and to reduce traffic, I want to divide it into two subnets
How can I configure the DHCP server to correct assing IP on the correct subnet.

e.g.: computer 1 must receive an IP of the subnet
computer 2 must receive an IP of the subnet

Thanks

Ricardo
 
Divide your network with a router and configure your router to do bootp
relay (or DHCP relay). Create scopes for each subnet on the DHCP server.
Physically connec the clients to the proper subnet.

--

Thanks,
Marc Reynolds
Microsoft Technical Support

This posting is provided "AS IS" with no warranties, and confers no rights.


Ricardo said:
I have a network that uses DHCP for IP assingment and to reduce traffic, I
want to divide it into two subnets.
 
OK, but how DHCP server will know what computer belongs to what subnet , to correctely assing IP adderss ?
 
Properly configured to use DHCP relay or bootp relay, your router will
insert its IP address into a GIADDR field in the DHCP packets and send them
to the DHCP server. The DHCP will see the router's IP address and will use
it to determine the appropriate address to assign.

120932 DHCP: Spanning Multiple Subnets
http://support.microsoft.com/?id=120932.

--

Thanks,
Marc Reynolds
Microsoft Technical Support

This posting is provided "AS IS" with no warranties, and confers no rights.


Ricardo said:
OK, but how DHCP server will know what computer belongs to what subnet ,
to correctely assing IP adderss ?
 
Clients are different subnets make a request to the DHCP server through the DHCP Relay
agent on thier subnet. So the DHCP server knows what scope to use to assign an IP from for
the client.

The below link provides you all the info you need.
http://www.microsoft.com/windowsserver2003/technologies/dhcp/default.mspx

Thanks,
Gary
--------------------
'--'Thread-Topic: DHCP on subnets
'--'thread-index: AcP4dS1/hZsyKsELQo2p72ok5YZwBQ==
'--'X-Tomcat-NG: microsoft.public.win2000.networking
'--'From: "=?Utf-8?B?UmljYXJkbw==?=" <[email protected]>
'--'References: <[email protected]>
<Ou1Tn5B#[email protected]>
'--'Subject: Re: DHCP on subnets
'--'Date: Sat, 21 Feb 2004 04:21:05 -0800
'--'Lines: 1
'--'Message-ID: <[email protected]>
'--'MIME-Version: 1.0
'--'Content-Type: text/plain;
'--' charset="Utf-8"
'--'Content-Transfer-Encoding: 7bit
'--'X-Newsreader: Microsoft CDO for Windows 2000
'--'Content-Class: urn:content-classes:message
'--'Importance: normal
'--'Priority: normal
'--'X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
'--'Newsgroups: microsoft.public.win2000.networking
'--'Path: cpmsftngxa07.phx.gbl
'--'Xref: cpmsftngxa07.phx.gbl microsoft.public.win2000.networking:55520
'--'NNTP-Posting-Host: tk2msftcmty1.phx.gbl 10.40.1.180
'--'X-Tomcat-NG: microsoft.public.win2000.networking
'--'
'--'OK, but how DHCP server will know what computer belongs to what subnet , to correctely
assing IP adderss ?
'--'
 
Hi Ricardo,

Here is a link to all the info you need to ocnfigure your DHCP to provide IPs to multiple
subnets:

http://www.microsoft.com/windowsserver2003/technologies/dhcp/default.mspx

Thanks,
Gary
--------------------
'--'Thread-Topic: DHCP on subnets
'--'thread-index: AcP393SOx2UyWcQ4QqSax8vT/4At3w==
'--'X-Tomcat-NG: microsoft.public.win2000.networking
'--'From: "=?Utf-8?B?UmljYXJkbw==?=" <[email protected]>
'--'Subject: DHCP on subnets
'--'Date: Fri, 20 Feb 2004 13:21:08 -0800
'--'Lines: 9
'--'Message-ID: <[email protected]>
'--'MIME-Version: 1.0
'--'Content-Type: text/plain;
'--' charset="Utf-8"
'--'Content-Transfer-Encoding: 7bit
'--'X-Newsreader: Microsoft CDO for Windows 2000
'--'Content-Class: urn:content-classes:message
'--'Importance: normal
'--'Priority: normal
'--'X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
'--'Newsgroups: microsoft.public.win2000.networking
'--'Path: cpmsftngxa07.phx.gbl
'--'Xref: cpmsftngxa07.phx.gbl microsoft.public.win2000.networking:55512
'--'NNTP-Posting-Host: tk2msftcmty1.phx.gbl 10.40.1.180
'--'X-Tomcat-NG: microsoft.public.win2000.networking
'--'
'--'I have a network that uses DHCP for IP assingment and to reduce traffic, I want to divide it
into two subnets

How can I configure the DHCP server to correct assing IP on the correct subnet.



e.g.: computer 1 must receive an IP of the subnet

computer 2 must receive an IP of the subnet



Thanks



Ricardo
'--'
 
Back
Top