Running DHCP over WAN T1

  • Thread starter Thread starter Doug
  • Start date Start date
D

Doug

I've read the past posts on this topic, and it sounds easy. Just
running a sanity check here....

Network A = 192.168.1.x, server & clients
Network B = 192.168.2.x, clients only
Connected via a point-to-point T1, B will only have about 6 clients.

I know the remote router (Cisco 1721) will need to be configured to
forward DHCP requests to the DHCP server. Obviously the DHCP server
(2003 SBS) will have two scopes. I'd rather not run DCHP on the
router.

So my question is, the DCHP server will just know to give requests
coming from the 192.168.2.x subnet an address from the 192.168.2.x
scope?

Thanks in advance!
 
If your router is configured correctly, DHCP server will know which scope
to assign addresses from. When you set up your router to do dhcp relay or
bootp relay, it will fill in the GIADDR field on the DHCP packets. This
field will indicate the correct scope for the DHCP server to use to assign
an address from.

Thanks,
Marc Reynolds
Microsoft Technical Support

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

Question 2.... How does the DHCP server know to assign local clients
192.168.1.x and not 192.168.2.x addresses?
 
The GIADDR field will be blank in the DHCPDiscover packets so the DHCP
server will assign an address from the local scope.

Thanks,
Marc Reynolds
Microsoft Technical Support

This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
From: (e-mail address removed) (Doug)
Newsgroups: microsoft.public.win2000.networking
Subject: Re: Running DHCP over WAN T1
Date: 7 Nov 2003 03:51:17 -0800
Organization: http://groups.google.com
Lines: 59
Message-ID: <[email protected]>
References: <[email protected]>
NNTP-Posting-Host: 24.1.189.46
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1068205878 7091 127.0.0.1 (7 Nov 2003 11:51:18 GMT)
X-Complaints-To: (e-mail address removed)
NNTP-Posting-Date: Fri, 7 Nov 2003 11:51:18 +0000 (UTC)
Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-onlin
e.de!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!postnews1.google.com!no
t-for-mail
Xref: cpmsftngxa06.phx.gbl microsoft.public.win2000.networking:44284
X-Tomcat-NG: microsoft.public.win2000.networking

Thanks Marc,

Question 2.... How does the DHCP server know to assign local clients
192.168.1.x and not 192.168.2.x addresses?



(e-mail address removed) (Marc Reynolds [MSFT]) wrote in message
 
Back
Top