nakonec to asi přeci jen nejjednodušší bude jako transparentní bridge.
RB133 protáhne cca 8-9mbit max HD.
Bude se to chovat jako bys to měl píchnutý do switche a ne přes radio
takhle to chodí, ověřeno na RB133 co jsem vytáhnul z sklepa
apecko
##apecko
/system identity set name=apecko
/interface bridge add name=wds-bridge
/interface bridge port add interface=ether1 bridge=wds-bridge
/interface wireless security-profiles add name=spoj group-ciphers=aes-ccm, unicast-ciphers=aes-ccm, wpa2-pre-shared-key=p000kus
/interface wireless set wlan1 country="czech republic" band=5ghz ssid=spoj_park mode=bridge security-profile=spoj frequency=5500 disabled=no
/interface wireless set wlan1 wds-mode=dynamic wds-default-bridge=wds-bridge
/ip address add address=10.10.10.1/30 interface=wds-bridge
/ip firewall connection tracking set enabled=no
klient
##klient-stanice
/system identity set name=klient
/interface bridge add name=wds-bridge
/interface bridge port add interface=ether1 bridge=wds-bridge
/interface bridge port add interface=wlan1 bridge=wds-bridge
/interface wireless security-profiles add name=spoj group-ciphers=aes-ccm, unicast-ciphers=aes-ccm, wpa2-pre-shared-key=p000kus
/interface wireless set wlan1 country="czech republic" band=5ghz ssid=spoj_park mode=station-wds security-profile=spoj disabled=no
/ip address add address=10.10.10.2/30 interface=wds-bridge
/ip firewall connection tracking set enabled=no