This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] WL1807MOD:支持4addr 模式

Guru**** 2416110 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/wireless-connectivity/wi-fi-group/wifi/f/wi-fi-forum/1173669/wl1807mod-4addr-mode-support

器件型号:WL1807MOD

您好!

我正在尝试设置一个带有 AP/客户端连接的 Wifi 以太网桥接器,每个客户端都桥接到后面的有线网络。 我正在使用带 FW (版本8.9.0.0.83)的 WL1807模块并尝试使用4addr 模式:

在 STA 侧、我将接口设置为4addr 模式: iw dev wlan0 set 4addr on

并桥接4 addr 模式客户端接口:brctl addf br_lan wlan0

在 AP 端、我已添加到 hostapd 配置中:

 WDS_STA=1

WDS_Bridge=br0

连接4addr 客户端时、应创建接口(wlan0.sta0、…) 但事实并非如此,而且客户端计算机无法 ping 通 AP 和 IP 桥接。

因此,AP 和 STA 上支持4addr 模式? 如果有,我缺少什么?

谢谢、

哈迈得

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好!

    STA 模式不支持4地址模式,AP 支持4地址模式。

    除非在用户端运行 NAT 或类似的实用程序来映射 IP 地址,否则可能无法桥接这两个接口。  

    谢谢