我试图让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服务器被configuration为代表客户端注册DNS Alogging时,会发生什么情况? 客户端是否仍然尝试直接更新DNS服务器?