how to configure the nstrme with rb 411 ah

hi all

i am configuring a new point to point link and i want to do a new kind of p2p with nstreme

how do i configure the in nstreme
devices are -
411ah(2)
24 dbi grid anteena (2)
r52h wireless card (2)

if i can configure p2p with this then somebody tell me how it is possible???

i will thank ful to you



with best regards
from suraj

Hello,


reset configuration on the boards and COPY PASTE THIS INTO EACH BOARD (CHANGE VALUES NEEDED, MACs and gateway basically and IPs):

BASE:

/system identity set name=BASE
/interface wireless security-profiles add mode=static-keys-required name=AES static-key-0= 0362C54B751FEF6F3502CF7DE38D144840A6D4D35B337CD4DB289AA0BB static-algo-0=aes-ccm
/interface wireless set wlan1 band=5ghz-turbo default-authentication=no country=uzbekistan frequency=5580 frequency-mode=regulatory-domain hide-ssid=yes mode=bridge disabled=no security-profile=AES ssid=LINK wds-ignore-ssid=yes wds-mode=static
/interface wireless nstreme set wlan1 enable-nstreme=yes framer-policy=exact-size
/interface wireless wds add master-interface=wlan1 name=wds1 wds-address=MAC_WLAN_REMOTE disabled=no
/interface bridge add name=bridge1
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=wds1
/interface wireless access-list add interface=wlan1 mac-address=MAC_WLAN_REMOTE
/interface wireless connect-list add interface=wlan1 mac-address=MAC_WLAN_REMOTE security-profile=AES
/ip address add address=192.168.1.100/24 interface=ether1
/ip route add gateway=YOUR_GATEWAY_IP

REMOTE:

/system identity set name=REMOTE
/interface wireless security-profiles add mode=static-keys-required name=AES static-key-0= 0362C54B751FEF6F3502CF7DE38D144840A6D4D35B337CD4DB289AA0BB static-algo-0=aes-ccm
/interface wireless set wlan1 band=5ghz-turbo default-authentication=no country=uzbekistan frequency=5580 frequency-mode=regulatory-domain hide-ssid=yes mode=station-wds disabled=no security-profile=AES ssid=LINK wds-ignore-ssid=yes wds-mode=static
/interface wireless nstreme set wlan1 enable-nstreme=yes
/interface wireless wds add master-interface=wlan1 name=wds1 wds-address=MAC_WLAN_BASE disabled=no
/interface bridge add name=bridge1
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=wlan1
/interface wireless access-list add interface=wlan1 mac-address=MAC_WLAN_BASE
/interface wireless connect-list add interface=wlan1 mac-address=MAC_WLAN_BASE security-profile=AES
/ip address add address=192.168.1.200/24 interface=ether1
/ip route add gateway=YOUR_GATEWAY_IP

If u want to use this for the 60km link u first try and connect at 802.11. Then u go for Nstreme after getting signal levels less than 75 db else u will never be able to connect ur radios.

60KMs¿?! I can’t read this in the post : /

hi

i want to configure the link across 5 to 6 km.
as you say at first i connect both radio using 5ghz band, bridge mode wds than i will enable nstreme. ok or not ???

U do not need wds. use bridge mode on server side and station bridge on the client side with Ros upgraded to 5.6. It will work.

if u connect both in bridge mode like we used to do with Ros 3.3 or 4.16 u will get lot of broadcast traffic in ros 5.6, as happened with me.