I got a new RB2011-uas-2hnd and set it up so that ports 1-4 are switched (eth1 is master) and ports 6-10 are switched (eth10 as master). I then bridged ports 1, 10, and the WLAN port on it. I set up a DHCP server on the bridge interface. However, when I do iperf between a computer connected to ether2 and a computer connected to WLAN I only get around 25 Mbps. I have tried multiple setups; switched, routed, bridged, etc, but none allow me to get over 25 Mbps. Wireless client to router using btest.exe gets over 150Mbps and the computer connected to port 2 pretty much gets wirespeed wth the same test. However, if I iperf from one pc to the other I only get 25M.
I’m using iperf -s and iperf -c xxx.xxx.xxx.xxx commands.
Here is my export compact.
[admin@MikroTik] > export compact
jan/02/1970 11:59:46 by RouterOS 5.22
software id = M048-LG7B
/interface bridge
add l2mtu=1598 name=bridge1 protocol-mode=rstp
/interface
set sfp1 disabled=yes
/interface wireless security-profiles
add authentication-types=wpa2-psk management-protection=allowed mode=
dynamic-keys name=wpa supplicant-identity=“” wpa2-pre-shared-key=
naniroopuckett77
/interface wireless
set 0 adaptive-noise-immunity=ap-and-client-mode band=2ghz-b/g/n
basic-rates-a/g=6Mbps,9Mbps basic-rates-b=1Mbps,2Mbps channel-width=
20/40mhz-ht-above disabled=no disconnect-timeout=10s frequency=2442
frequency-mode=superchannel ht-rxchains=0,1 ht-txchains=0,1 hw-retries=10
l2mtu=2290 mode=ap-bridge preamble-mode=long radio-name=TryAndHackIt
security-profile=wpa ssid=puckett tx-power=14 tx-power-mode=
all-rates-fixed wireless-protocol=802.11 wmm-support=enabled
/interface wireless manual-tx-power-table
set wlan1 manual-tx-powers=“1Mbps:27,2Mbps:27,5.5Mbps:27,11Mbps:17,6Mbps:24,9M
bps:24,12Mbps:20,18Mbps:20,24Mbps:17,36Mbps:17,48Mbps:14,54Mbps:14,HT20-0:
24,HT20-1:24,HT20-2:24,HT20-3:24,HT20-4:14,HT20-5:14,HT20-6:14,HT20-7:14,H
T40-0:24,HT40-1:17,HT40-2:17,HT40-3:17,HT40-4:14,HT40-5:14,HT40-6:14,HT40-
7:14”
/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m
/ip pool
add name=dhcp_pool5 ranges=192.168.40.2-192.168.40.254
add name=dhcp_pool1 ranges=192.168.31.2-192.168.31.254
add name=dhcp_pool2 ranges=192.168.32.2-192.168.32.254
add name=dhcp_pool3 ranges=192.168.33.2-192.168.33.254
add name=dhcp_pool4 ranges=192.168.34.2-192.168.34.254
add name=dhcp_pool6 ranges=192.168.36.2-192.168.36.254
add name=dhcp_pool7 ranges=192.168.37.2-192.168.37.254
add name=dhcp_pool8 ranges=192.168.38.2-192.168.38.254
add name=dhcp_pool9 ranges=192.168.39.2-192.168.39.254
add name=dhcp_pool10 ranges=192.168.30.2-192.168.30.254
/ip dhcp-server
add address-pool=dhcp_pool5 interface=wlan1 name=dhcp1
add address-pool=dhcp_pool1 interface=bridge1 name=dhcp2
add address-pool=dhcp_pool2 interface=ether2 name=dhcp3
add address-pool=dhcp_pool3 interface=ether3 name=dhcp4
add address-pool=dhcp_pool4 interface=ether4 name=dhcp5
add address-pool=dhcp_pool6 interface=ether6 name=dhcp6
add address-pool=dhcp_pool7 interface=ether7 name=dhcp7
add address-pool=dhcp_pool8 interface=ether8 name=dhcp8
add address-pool=dhcp_pool9 interface=ether9 name=dhcp9
add address-pool=dhcp_pool10 disabled=no interface=bridge1 name=dhcp10
/tool user-manager customer
add backup-allowed=yes disabled=no login=admin password=“”
paypal-accept-pending=no paypal-allowed=no paypal-secure-response=no
permissions=owner signup-allowed=no time-zone=-00:00
/interface bridge port
add bridge=bridge1 interface=ether10
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=wlan1
/interface wireless access-list
add interface=wlan1 mac-address=38:AA:3C:86:A8:7B
add interface=wlan1 mac-address=00:22:FB:B0:2A:58
add interface=wlan1 mac-address=58:55:CA:B7:A5:25
add interface=wlan1 mac-address=70:05:14:A9:12:4F
add interface=wlan1 mac-address=00:24:36:5A:35:F6
add interface=wlan1 mac-address=48:5D:60:D1:8C:6C
add interface=wlan1 mac-address=00:21:BD:DE:3D:A9
/ip address
add address=192.168.39.1/24 disabled=yes interface=ether9
add address=192.168.36.1/24 disabled=yes interface=ether6
add address=192.168.40.1/24 disabled=yes interface=wlan1
add address=192.168.37.1/24 disabled=yes interface=ether7
add address=192.168.38.1/24 disabled=yes interface=ether8
add address=192.168.30.1/24 interface=bridge1
add address=192.168.31.1/24 disabled=yes interface=ether1
add address=192.168.32.1/24 disabled=yes interface=ether2
add address=192.168.33.1/24 disabled=yes interface=ether3
add address=192.168.34.1/24 disabled=yes interface=ether4
/ip dhcp-client
add default-route-distance=0 disabled=no interface=ether5
/ip dhcp-server network
add address=192.168.30.0/24 gateway=192.168.30.1
add address=192.168.31.0/24 gateway=192.168.31.1
add address=192.168.32.0/24 gateway=192.168.32.1
add address=192.168.33.0/24 gateway=192.168.33.1
add address=192.168.34.0/24 gateway=192.168.34.1
add address=192.168.35.0/24 gateway=192.168.35.1
add address=192.168.36.0/24 gateway=192.168.36.1
add address=192.168.37.0/24 gateway=192.168.37.1
add address=192.168.38.0/24 gateway=192.168.38.1
add address=192.168.39.0/24 gateway=192.168.39.1
add address=192.168.40.0/24 gateway=192.168.40.1
add address=192.168.50.0/24 gateway=192.168.50.1
/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether5 to-addresses=0.0.0.0
/ip neighbor discovery
set sfp1 disabled=no
set wlan1 disabled=yes
/ip service
set telnet disabled=yes
set ftp disabled=yes
set www disabled=yes
set ssh disabled=yes
set winbox port=8305
/ip upnp
set enabled=yes
/ip upnp interfaces
add interface=ether1 type=internal
add interface=ether2 type=internal
add interface=ether3 type=internal
add interface=ether4 type=internal
add interface=ether5 type=external
/lcd
set backlight-timeout=2h
/system lcd
set contrast=0 enabled=no port=parallel type=24x4
/system lcd page
set time disabled=yes display-time=5s
set resources disabled=yes display-time=5s
set uptime disabled=yes display-time=5s
set packets disabled=yes display-time=5s
set bits disabled=yes display-time=5s
set version disabled=yes display-time=5s
set identity disabled=yes display-time=5s
set wlan1 disabled=yes display-time=5s
set ether10 disabled=yes display-time=5s
set ether9 disabled=yes display-time=5s
set bridge1 disabled=yes display-time=5s
set ether8 disabled=yes display-time=5s
set ether7 disabled=yes display-time=5s
set ether6 disabled=yes display-time=5s
set ether5 disabled=yes display-time=5s
set ether4 disabled=yes display-time=5s
set ether3 disabled=yes display-time=5s
set ether2 disabled=yes display-time=5s
set ether1 disabled=yes display-time=5s
set sfp1 disabled=yes display-time=5s
/system logging
add topics=wireless
add topics=system
/system routerboard settings
set silent-boot=yes
[admin@MikroTik] >