Multicast Ping (Windows)

倾然丶 夕夏残阳落幕 提交于 2019-12-08 05:01:06

问题


I am trying to implement server auto discovery so that clients will be able to see a list of servers available to connect to. I would like to auto discover servers even if they are in different subnets.

I have read that windows does not respond to broadcast ping, but is it possible to make all these servers to join a multicast group and use multicast ping on the group to see what servers are up?

Thanks


回答1:


Try Zero configuration networking (Zeroconf).

Note multiple LAN segments requires routers to be configured to route multicast traffic, they do not by default. Similarly IGMP enabled switches are usually recommended for computer connectivity.



来源:https://stackoverflow.com/questions/5632461/multicast-ping-windows

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!