NEO多个客户端连接问题

最近用6个NEO作为客户端(客户端工作在APSTA mode)连接1个NEO作为服务器(服务器仅工作在AP mode),发现最多只能连上5个,随机出现有一个NEO客户端连不上服务器,报错“connect error: No route to host(error: 148)”,请mango帮忙验证确认下问题可能出在哪里?谢谢!

测试如下固件:
1605062280549-openwrt-ramips-mt76x8-widora_neo-32m-squashfs-sysupgrade.bin (3.5 MB)

STA配置方法:

wireless增加:
config wifi-iface ‘default_radio1’
option device ‘radio0’
option network ‘wan’
option mode ‘sta’
option ssid ‘xxx’
option encryption ‘psk2’
option key ‘xxx’

wireless中的disabled 后值改为0

network 增加:
config interface ‘wan’
option proto ‘dhcp’

然后重启。

AP配置方法:

wireless中的disabled 后值改为0
增加 encryption ‘psk2’ 以及key

然后重启。

简单带宽对比测试:

!1605062451747-20201111104033.png