UBNT Unifi LR 中的 openWRT ping 不稳定

UBNT Unifi LR 中的 openWRT ping 不稳定

我在 UBNT Unifi LR 中安装了 openwrt。以下是配置:

config interface 'VLAN10'
option type 'bridge'
option ifname 'eth0.10'

config interface 'VLAN8'
option ifname 'eth0.8'
option proto 'static'
option ipaddr '192.168.101.24'
option netmask '255.255.255.0'
option gateway '192.168.101.1'
option dns '192.168.101.1'

无线桥接到 VLAN10、VLAN8 进行管理。我已经从启动时禁用了防火墙和 dnsmasq。

我可以连接到 AP,使用 AP 时浏览或下载时没有遇到任何延迟,但如果我从路由器(具有 vlan8 接口)ping,ping 不稳定,显示:“目标主机无法访问”。当我可以 ping 并登录 AP 时,我检查到 AP 不忙,带宽低且 CPU 使用率低。

我没有在其他硬件(基于 openwrt/ddwrt)上遇到过这个问题,所以我认为这不是网络问题。

发生了什么事?我该如何解决?

相关内容