Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我是正确的,DHCP 也会返回 SNTP 地址。CMD(DOS ...)中是否有类似于“测试”DHCP的命令,意思是我可以运行它并告诉我DHCP返回的所有内容?IP 地址、网关地址、SNTP 地址等。谢谢,
首先,确保在您的 dhcp 服务器中配置了 SNTP 地址。
您可以安装wireshark 并调试dhcp 数据包并查找选项4(这是SNTP 服务器的选项)。
这在dos中是看不到的
问候