I can’t seem to go above 100-130 mbps, even when my devices are connecting at 800+. This is both lan and internet as my wan link is 1 gigabit. I deleted the default configuration and bridge ether1 with wlan1 and wlan2. Here is my config.
/interface bridge
add admin-mac=00:00:00:00:00 auto-mac=no comment="Default Bridge" \
fast-forward=no name=bridge
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-Ce \
country="united states" disabled=no frequency=2442 mode=ap-bridge ssid=\
wireless wireless-protocol=802.11 wps-mode=disabled
set [ find default-name=wlan2 ] band=5ghz-a/n/ac channel-width=\
20/40/80mhz-Ceee country="united states" disabled=no mode=ap-bridge ssid=\
wireless5g wireless-protocol=802.11 wps-mode=disabled
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk eap-methods="" mode=\
dynamic-keys wpa2-pre-shared-key=\
"longpassgoeshere"
/interface bridge port
add bridge=bridge interface=ether1
add bridge=bridge interface=wlan1
add bridge=bridge interface=wlan2
/ip address
add address=192.168.0.2/24 comment="Lan ip" interface=wlan1 network=\
192.168.0.0
/ip dns
set servers=8.8.8.8,8.8.4.4
/ip route
add distance=1 gateway=192.168.0.1
/system leds
set 0 interface=wlan1
set 1 interface=wlan2
/system package update
set channel=release-candidate
As you can see pretty simple. The cpu on the unit doesn’t seem to max out. I’m not sure what else to look for, but even my asus rt-66 did better than this. I tried multiple channels, checked for the cleanest channel, tried random channels etc. Is my bridge configuration wrong? could it slow something down? If this is the normal speed guess I’ll have to look else where.