|
Question : 2 dhcp's with same scope?
|
|
Currently i installed one dhcp server(dhcp1) and its working fine. Now I wanted to install another dhcp server with the same scope of the previous one in the same LAN. so that Dhcp2 has to allocate the ip address to clients only if Dhcp1 fails.
pl.reply
|
Answer : 2 dhcp's with same scope?
|
|
DHCP servers generally dont operate very well together when giving out addresses with the same scope. You can, however, try splitting up the address range into 2 mutually exclusive parts and assign each to a separate dhcp server.
How is your network arranged and how many clients / subnets?
|
|
|