Hi im new to Mikrotik and that might be my only problem. Well anyway, i got 2 532boards with long range radios which i was planning to set up as an backbone link, only at transparent bridge. WDS is working fine, but when enabling Nstreme the link drops.
Here is my configs
Base/bridge config:
[admin@MikroTik] interface wireless> print
Flags: X - disabled, R - running
0 R name="wlan1" mtu=1500 mac-address=00:15:6D:10:02:BB arp=enabled
disable-running-check=no interface-type=Atheros AR5213
radio-name="00156D1002BB" mode=bridge ssid="nstreme" area=""
frequency-mode=regulatory-domain country=no_country_set antenna-gain=0
frequency=5805 band=5ghz scan-list=default rate-set=default
supported-rates-a/g=6Mbps,9Mbps,12Mbps,18Mbps,24Mbps,36Mbps,48Mbps,
54Mbps
basic-rates-a/g=6Mbps max-station-count=1 ack-timeout=dynamic
tx-power-mode=default noise-floor-threshold=default
periodic-calibration=default burst-time=disabled dfs-mode=none
antenna-mode=ant-a wds-mode=dynamic wds-default-bridge=bridge-interface
wds-ignore-ssid=no update-stats-interval=disabled
default-authentication=yes default-forwarding=yes default-ap-tx-limit=0
default-client-tx-limit=0 hide-ssid=no security-profile=default
disconnect-timeout=3s on-fail-retry-time=100ms preamble-mode=both
compression=no
[admin@MikroTik] interface wireless nstreme> print
0 name="wlan1" enable-nstreme=yes enable-polling=yes framer-policy=exact-size
framer-limit=3200
Stations config:
[admin@MikroTik] interface wireless> print
Flags: X - disabled, R - running
0 R name="wlan1" mtu=1500 mac-address=00:15:6D:10:02:C6 arp=enabled
disable-running-check=no interface-type=Atheros AR5213
radio-name="00156D1002C6" mode=station ssid="nstreme" area=""
frequency-mode=regulatory-domain country=no_country_set antenna-gain=0
frequency=5805 band=5ghz scan-list=default rate-set=default
supported-rates-a/g=6Mbps,9Mbps,12Mbps,18Mbps,24Mbps,36Mbps,48Mbps,
54Mbps
basic-rates-a/g=6Mbps max-station-count=1 ack-timeout=dynamic
tx-power-mode=default noise-floor-threshold=default
periodic-calibration=default burst-time=disabled dfs-mode=none
antenna-mode=ant-a wds-mode=dynamic wds-default-bridge=bridge-interface
wds-ignore-ssid=no update-stats-interval=disabled
default-authentication=yes default-forwarding=yes default-ap-tx-limit=0
default-client-tx-limit=0 hide-ssid=no security-profile=default
disconnect-timeout=3s on-fail-retry-time=100ms preamble-mode=both
compression=no
[admin@MikroTik] interface wireless nstreme> print
0 name="wlan1" enable-nstreme=yes enable-polling=no framer-policy=exact-size
framer-limit=3200
Ive tried the cut and past from mikrotik examples, but still no bridging. Seemes like the base and client can se each other but not communicate. And if i just diasble Nstreme and add a WDS interface its up running at once. all active interface is part of same bridgegroupe on each site.
If you can se any obviouse error i have made here i would be happy if you could share it with me.