首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >来自wlan客户端的广播ping -只有另外两个客户响应?

来自wlan客户端的广播ping -只有另外两个客户响应?
EN

Server Fault用户
提问于 2019-02-20 19:06:54
回答 1查看 129关注 0票数 2

当试图通过java库集成我的KNX接口时,出现了这个问题。我的实现(运行在Raspberry上-通过WLAN)没有找到KNX接口,所以我开始深入研究。同时,我在KNX集成中禁用了软件端的“多播”(现在软件发现了KNX IP接口),但我仍然想了解为什么广播ping (ICMP)只是由一些客户端来回答。

网络基础设施:

代码语言:javascript
复制
Internet Gateway (192.168.0.1/24) which is also DHCP Server. It's a Arris Modem.
TPLink 24Port Managed Switch 19" (192.168.0.10) (T1600G-28TS). One port is directly connected to the Internet Gateway / DHCP.
3 Unifi Ubiquity WLAN APs, each of them connected to the TPLink Switch
Several clients, one of them is a Windows PC, 192.168.0.64 (connected via wired LAN)
One client is a Raspberry Pi (192.168.0.76) with Raspbian Stretch, connected via WLAN and one of the ubiquity APs.
another client is the KNX IP interface (connected via wired LAN)

当我在覆盆子上执行死刑时

ping -b 192.168.0.255

结果仅显示192.168.0.1和192.168.0.60 (标记为DUP!)的响应。

192.168.0.64不回应广播平播的原因是什么?

我已经成功地在windows上测试了"ping 192.168.0.64“以验证它对PING的响应。所以我想这一定是

代码语言:javascript
复制
the settings in the TPLink Switch?
the settings in the Ubiquity WLAN AP?

但是我不知道哪一个设置可能是原因,因为它不是LAN到WLAN广播,而是WLAN到LAN广播.

在TPLink交换机中,“未知多播”选项已经启用。

EN

回答 1

Server Fault用户

发布于 2019-02-20 19:41:56

平只会给你看几个回复。如果您想看到接收到的所有响应,那么运行一个数据包捕获,过滤ICMP,然后ping该广播地址并分析捕获结果。

票数 2
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/954964

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档