Ok HarvSki, but it wasn't my question....I think that it is perfect normally that one miniPCI in nstreme mode can't connect to a client in non-nstreme mode, but my question was another: can I use nstreme in a PtMP environment?
I want to connect 3 (or more, but now only 3) site at different distance to a single ap in nstreme mode. The final setup will be:
- Main site: 1549m asl;
- Site A: 30km from the Main Site;
- Site B: 60km from the Main Site;
- Site C: 112km from the Main Site.
I tried this with success (but not for the site C, cause of the ack timeout limitation) with ALL site in "ap bridge" mode with static WDS enable. Now I want to try this multipoint link with nstreme enable (so the C site can connect him to the Main site - nstreme mode permit larger ack timeout setting - ), but I have to change the wireless mode from "ap bridge" to "station wds" for the site A,B,C, as described on MikroTik documentation "WDS for Nstreme protocol requires using station-wds mode on one of the peers. Configurations with WDS between AP modes (bridge and ap-bridge) will not work". I change my environment to that mode (main site: ap bridge, site A,B,C in station wds mode), but no more connection are available in nstreme and in non-nstreme mode (connection available only if I power off two of the three station wds site). MT report this on one of the pdf available on it's web site: "The Nstreme protocol is MikroTik proprietary (i.e., incompatible with other vendors) wireless protocol created to improve point-to-point and point-to-multipoint wireless links". So, again, the question is: how can i do a point-to-multipoint link with nstreme enable on all sites?
Thanks in advance
73 de IZ3HAD
Hello, you can use nstreme in PtMP and its done exactly like you describe it. main site - ap-bridge w nstreme w polling enabled(i suggest framer polcy = none ), WDS static and u myst have 1 wds inerface created for each of the stations, all WDS's have for master interface the wlan interface of the main site and respectively the wds-adress values are the MAC adresses of the matching station-wds points. I wrote that rather bad....let me make a schematic
Point1(main) interfaces: WLAN1, WDS-A, WDS-B, WDS-C
WLAN1: mode=ap-bridge, wds-mode=static, enable-nstreme=yes enable-polling=yes framer policy=none
WDS-A: master-interface=WLAN1 wds-adress=XX:XX:XX:XX:01
WDS-B: master-interface=WLAN1 wds-adress=XX:XX:XX:XX:02
WDS-C: master-interface=WLAN1 wds-adress=XX:XX:XX:XX:03
PointA interfaces: WLAN1 MAC: XX:XX:XX:XX:01
WLAN1: mode=station-wds wds-mode=static enable-nstreme=yes enable-polling=yes framer policy=none
PointB interfaces: WLAN1 MAC: XX:XX:XX:XX:02
WLAN1: mode=station-wds wds-mode=static enable-nstreme=yes enable-polling=yes framer policy=none
PointC interfaces: WLAN1 MAC: XX:XX:XX:XX:03
WLAN1: mode=station-wds wds-mode=static enable-nstreme=yes enable-polling=yes framer policy=none
That's all. In your case you might wanna look at the max-station-count parameter at the wlan1 interface on your primary site