在Windows 10上要偵測目前使用的DHCP server與server,開啟命令提示字元後:
- ipconfig /all | find /i "dhcp"
- ipconfig /all | find /i "dns"
輸出的結果看:
- DHCP 伺服器,後面接的IP位址就是DHCP server
- DNS 伺服器,後面會接IP位址就是DNS server
參考資料
- How to find any or all DHCP server or servers on your network without download software using command line
- How to Check DNS Address in Windows 10
- DHCPLOC Utility:偵測有哪些DHCP server的小程式
- Dhcploc Syntax:dhcploc的使用手冊
_EOF_
沒有留言:
張貼留言