On Fri, 16 Apr 2004 16:30:00 +1000, "eddiec" <(E-Mail Removed)>
wrote:
>I have a Win2K3 AD design transcender question in which you have two LANs
>connected by a WAN link. A requirement of the DHCP implementation is to
>provide redundancy in case of the failure of one server.
>
>Two possibile answers are:
>
>b) - Install a DHCP server in each office. On each server configure a single
>scope and an exclusion range.
>d) - Install a DHCP server in each office. On each server configure two
>scopes, for each scope configure an exclusion range.
>
>The recommended answer is (d). I do not understand this answer.
>
>Let's say that I have two subnets:
>
>LAN1 - 10.0.15.0/24
>LAN2 - 10.0.16.0/24
>
>connected by a WAN link.
>
>The DHCP server on LAN1 is set up to service DHCP requests from LAN2 as well
>as LAN1. Fine. But how will it know not to assign LAN2 IP addresses to local
>computers. If it does that the local computer will belong to the wrong
>subnet and will not be able to access any local resources?
>
>TIA
>
>eddiec :-)
>
This is the age-old eighty-twenty rule in action
two subnets, two dhcp servers.
Server on Subnet A
subnet A 80% of address range
subnet B 20% of address range
Server on Subnet B
subnet B 80% of address range
subnet A 20% of address range
Which means that if one server is down the other can temporarily issue
new leases to give you time to recover - in reality this means a 4
hour window to an 8 hour window to get things fixed with minimised
impact on your environment.
Your question on what addresses get assigned to which subnet is a good
one. If your router is bootp/rfc1542 compliant then the discover
broadcast from the other subnet will arrive at the dhcp server tagged
with that fact in its header and the dhcp server will issue an address
based on the route it took to get to the dhcp server.
This means that server on subnet B *can* issue addresses for subnet A
because the DORA has the correct tag information from the Subnet A
interface of the router. Clever eh!!?
================================
My Hero:
http://www.theregister.co.uk/content/30/index.html
(remove vroomfondle to email me)
================================