511789068 发表于 2016-2-5 21:25:59

万能的中继模式,不是可以用mesh做吗

我爱肉饼 发表于 2016-2-5 22:00:00

这种方法会不会起到较不伤硬件的作用。。

lz930 发表于 2016-2-6 10:51:46



ROS功能越来越全面,功能越来越多。谢谢楼主分享。

jt00278 发表于 2016-2-6 12:42:11

有空试试,应该挺有用的

ERT6 发表于 2016-2-8 14:09:18

很好的教程,回去试一下,支持楼主

jldfwwt 发表于 2016-2-10 00:18:25



ROS功能越来越全面,功能越来越多@

arainbow 发表于 2016-2-10 17:30:49

缺点就是,当主ap处于连接激活状态时,vap才会有信号,不利于无线维护。要接根网线才行。

bbq123bbq 发表于 2016-2-14 07:06:04

暂时用不到,做记号

jmj 发表于 2016-2-14 12:52:46

支持楼主 支持楼主

tkgg328 发表于 2016-2-17 15:59:44

虽然做工程都不敢用桥接,但还是要顶

arainbow 发表于 2016-2-28 11:15:57

这种用过在春节期间蹭网使用,也非常的稳定,不是很快的网络上行带宽达到10M是没有问题的。唯一缺点就是主信号消失后,虚拟AP的信号也会消失。


今天我才发现,官方文档是下面两种用法,但不那么容易。
1、下面这个官方文档公布的WIRELESS REPEATER的用法,与我的用法比较,没有任何相同之处,REPEATER需要两个无线网卡:

http://wiki.mikrotik.com/wiki/Wireless_repeater

2、官方还有另外一用用法,使用同一无线网卡,用法是下面这样,要求主AP支持WPS,难以做到,而且手工进行设置,但不会工作:
Repeater

Wireless repeater will allow to receive the signal from the AP and repeat the signal using the same physical interface locally for connecting other clients. This will allow to extend the wireless service for the wireless clients. Wireless repeater function will configure the wireless interface to connect to the AP with station-bridge or station-pseudobridge option, create a virtual AP interface, create a bridge interface and add both (main and the virtual) interfaces to the bridge ports.

To start the repeater-setup use such command:

/interface wireless repeater-setup wlan1

The repeater-setup does the following steps:

    searches for WPS AP with button pushed
    acquires SSID, key, channel from AP
    resets main master interface config (same as reset-configuration)
    removes all bridge ports that were added for virtual interfaces added to this master (so there are no dangling invalid bridge ports later)
    removes all virtual interfaces added to this master
    creates security profile with name "<interfacename>-<ssid>-repeater", if such security profile already exists does not create new, just updates settings
    configures master interface, interface mode is selected like this: if AP supports bridge mode, use station-bridge, else if AP supports WDS, use station-wds, else use station-pseudobridge
    creates virtual AP interface with same SSID and security profile as master
    if master interface is not in some bridge, creates new bridge interface and adds master interface to it
    adds virtual AP interface to the same bridge master interface is in.

Repeater-setup has such parameters:

    address - MAC address of AP to setup repeater for (optional)
    ssid - SSID of AP to setup repeater for (optional)
    passphrase - key to use for AP - if this IS specified, command will just scan for AP and create security profile based on info in beacon and with this passphrase. If this IS NOT specified, command will do WPS to find out passphrase.

PS:我是不是太擅长创新了?

nujia 发表于 2016-2-28 12:51:04

不错的东西,就是暂时用不到

wx_r5ny555Q 发表于 2016-3-6 19:28:11

:):):):).。。。。。。。。。。

suifengerguo 发表于 2016-7-30 22:33:07

楼主,按照你一楼的方式做的WISP没有成功,不知道错误在哪里?

liang1688 发表于 2016-10-27 21:39:27

能写上详细点吗?现在的V6.37.1版好用吗?
页: 1 [2] 3
查看完整版本: 春节大礼,ROS重大功能,无线WISP和桥接