Situation:
ISP router(in bridge mode) >> UTP cable >> ether4 onHap AC3>> wifi los 4 meters >>Pwr-line APas station bridge >> UTP cable >>STB
Hap ac3 relevant config:
Code:Select all
/interface bridge add name=bridgeTV /interface wireless security-profiles add authentication-types=wpa2-psk management-protection=allowed mode=dynamic-keys name=wpa2profil supplicant-identity=sv wpa2-pre-shared-key=keysecret /interface wireless set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-Ce disabled=no distance=indoors mode=ap-bridge security-profile=wpa2profil ssid=ssidforhome station-roaming=enabled add disabled=no mac-address=XX:XX:XX:XX:XX:XX master-interface=wlan1 name=wlanvirtual security-profile=wpa2profil ssid=ssidvirtualapTV wps-mode=disabled /interface bridge port add bridge=bridgeTV interface=ether4 add bridge=bridgeTV interface=ether5 add bridge=bridgeTV interface=wlanvirtual /ip address add address=192.168.89.1/24 interface=wlanvirtual network=192.168.89.0
Code:Select all
/interface bridge add admin-mac=XX:XX:XX:XX:XX:XX auto-mac=no name=bridge /interface wireless security-profiles add authentication-types=wpa2-psk management-protection=allowed mode=dynamic-keys name=wpa2profil supplicant-identity=MikroTik wpa2-pre-shared-key=keysecret /interface wireless set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-Ce disabled=no mode=station-bridge security-profile=wpa2profil ssid=ssidvirtualapTV station-roaming=enabled /interface bridge port add bridge=bridge comment=defconf interface=ether1 add bridge=bridge comment=defconf interface=pwr-line1 add bridge=bridge comment=defconf interface=wlan1 /ip address add address=192.168.89.2/24 interface=wlan1 network=192.168.89.0 /ip route add distance=1 gateway=192.168.89.1 pref-src=192.168.89.2
The "bridge connection" is established and IPTV kinda works but very sluggish with inadequate bandwidth. If I connect STB directly to Hap ac3 (to ether5 also in bridge) than it works great but with this "wifi bridge" the connection is not good enough. The iptv requires only arround 3 Mbps but I can see that max that I achive is arround 1,5 Mbps. This setup is all in the same room, full LoS, no walls... For sure, there are neighbours and 2,4 is partially crowded, but with my phone or laptop I can easly get 40 Mbps with hap ac3 as AP. It seams that wifi is the bottleneck for this bridge but it is strange that this connection can not run with 3 Mbps, so this made me think that my config is not good. Please help in solving this puzzle.