itfat

 

步骤如下:
1、新建一个 bridge,将 wlan1 和 ether1 加入 bridge
2
/interface bridge add name=WDS_Bridge
protocol-mode=rstp
/interface bridge port
add bridge= WDS_Bridge interface=ether1
add bridge= WDS_Bridge interface=wlan1
2、配置 wlan1 为 AP 模式,先配 1 个 security profile, 使
用 eap 加密
/interface wireless security-profiles
add authentication-types=wpa2-eap
eap-methods=eap-tls mode=dynamic-keys name=wpa2
3、配置 connect-list
/interface wireless connect-list
add interface=wlan1 security-profile=wpa2
4、配置 AP
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n
country=china disabled=no mode=ap-bridge ssid=mesh
wds-default-bridge= WDS_Bridge wds-mode=dynamic
wps-mode=disabled
为了看得更明白,可以将 radio Name 重命名

 

分类:

技术点:

相关文章:

  • 2022-01-19
  • 2021-12-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-28
  • 2021-07-30
  • 2021-07-17
  • 2021-05-31
  • 2021-07-02
  • 2021-10-26
相关资源
相似解决方案