Windows 2012 R2 DHCP的租约时间不正确

前端之家收集整理的这篇文章主要介绍了Windows 2012 R2 DHCP的租约时间不正确前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
环境:两个主动/被动(热备用)模式的 Windows 2012 R2 DHCP服务器,为一个范围提供服务.范围租赁期限:1天. MCLT:1小时.

情况:新的dhcp客户端获得IP配置,租期为1天.一旦发布,则更新(在租赁结束之前,作为测试)获得新的IP租约.但是,它的持续时间是1小时.客户端始终报告相同的DHCP服务器(主服务器).

为什么新租约1小时? 1小时巧合地与MCLT相同,如果我理解正确,则仅在故障转移条件期间调用.这里没有发生过这样的故障转移.

[注意:我从此范围中删除了故障转移配置,客户端获取了1天的正确范围租约时间.

这实际上是正确的行为.它应该可以防止主服务器在对辅助服务器执行延迟更新之前崩溃的情况.

如果需要,您可以阅读5.2.1 section of the dhc failover protocol,但相关的引用是:

“This allows that server to give a longer lease time to the client the next time the client renews its lease,since the time that it will give to the client will not exceed the MCLT beyond the potential expiration time acknowledged by its partner.”

原文链接:https://www.f2er.com/windows/368018.html

猜你在找的Windows相关文章