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.
我正在尝试实现服务器自动发现,以便客户端能够看到可连接的服务器列表。我想自动发现服务器,即使它们位于不同的子网中。
我已经读到 windows 不响应广播 ping,但是是否可以让所有这些服务器加入一个多播组并在该组上使用多播 ping 来查看哪些服务器正在运行?
谢谢
尝试零配置网络(Zeroconf)。
请注意,多个 LAN 网段需要将路由器配置为路由多播流量,默认情况下不需要。同样,通常建议将启用 IGMP 的交换机用于计算机连接。