发现 LAN 上节点的最快方法
我在 LAN 上有一个较大的网络,大约有 1000 台电脑,
我需要知道为管理员目的发现 LAN 上的节点/电脑的最快方法是什么
Abdul Khaliq
I have a larger network about 1000 pcs on LAN
I need to know that what is the fastest way to discover nodes/ pc on lan for admin pruposes
Abdul Khaliq
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试发送 ping 消息,但不太可能所有节点都会回复它。
检测节点最可靠的方法是执行 ARP 请求。您需要控制 LAN 内的节点(ARP 请求不通过路由器)。
You could try sending out a ping message but it's unlikely that all nodes will reply to it.
The most reliable way to detect nodes is to perform ARP requests. You'll need to control a node inside the LAN (ARP requests don't pass through routers).