我正在尝试在脑中理清 Windows DDNS 更新顺序。我认为会发生以下情况:
Windows Client == DHCP Discover
Windows DHCP Server == DHCP Offer
Windows Client == DHCP Request with option 81
{Client is requesting DHCP server to register reverse
PTR record and offering to register its own A record}
Windows DHCP Server == DHCP Acknowledge with option 81
{Server agrees and updates the client's PTR record on
the DNS server}
Windows Client == DHCP client updates A record on DNS server.
当 DHCP 服务器配置为代表客户端注册 DNS A 记录时,无论客户端是否请求,会发生什么情况?客户端是否仍尝试直接更新 DNS 服务器?