60 pts.
 DHCP Windows Server 2003
I had a quetion in my mind. Assume [strong]2 site [/strong]are there in a forest. in [strong]site A[/strong], all systems are dhcp clients. In another [strong]site B[/strong], all are not dhcp clents. can i configure dhcp server exist in site A to assign ip address to site B systems. is it possible? Can any one answer to my question. Thanks. If is it possible, how?

Software/Hardware used:
software
ASKED: February 9, 2011  8:26 AM
UPDATED: February 9, 2011  2:08 PM

Answer Wiki:
It *is* completely possible. DHCP uses Layer 2 broadcast to work. This is why a DHCP server do not provide IP addresses to other subnets by default. By default it just don't "listen" to this requests. This is by design. To make this work, you have to configure your router on Site B to forward DHCP requests to the DHCP Server on Site A. If we're talking about a cisco router, the command you should use is the ip-helper-address This might work for you: <pre>ip-helper-address [ip-of-DHCP-server]</pre> Besides this, you need the DHCP server an appropriate IP Pool scope configured for the specific subnet from where the DHCP request came [Site B]. Using this IP scope, the server will assign an appropriate IP address to the requesting client. For example, if the DHCP client subnet is 192.168.1.0/24 [Site B], then the remote DHCP server must have an IP Pool configured to assign addresses within the range 192.168.1.0/24. The source DHCP client subnet is determined by the IP address assigned to the Layer3 interface which has the ip helper-address configured. Please post back any further questions HTH
Last Wiki Answer Submitted:  February 9, 2011  11:56 am  by  saturno   4,570 pts.
All Answer Wiki Contributors:  saturno   4,570 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _