PROBLEMS:
1. speedtest.net to my ISP using wireless Mikrotik1 only got 5MB but if using cable got 18MB
2.
but if using wireless via Mikrotik2, I got normal 16MB
tq
[admin@MikroTik] > export
oct/04/2018 09:28:09 by RouterOS 6.43.2
software id = M40N-PGNH
model = 951Ui-2HnD
serial number = 643105AFCC07
/interface bridge
add admin-mac=E4:8D:8C:41:CA:E4 auto-mac=no comment=defconf fast-forward=no
name=bridge
/interface ethernet
set [ find default-name=ether1 ] advertise=
10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
set [ find default-name=ether2 ] advertise=
10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
set [ find default-name=ether3 ] advertise=
10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
set [ find default-name=ether4 ] advertise=
10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
set [ find default-name=ether5 ] advertise=
10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
/interface wireless
set [ find default-name=wlan1 ] amsdu-limit=2048 band=2ghz-g/n country=taiwan
disabled=no distance=indoors frequency=2452 frequency-mode=
regulatory-domain hide-ssid=yes mode=ap-bridge ssid=id5 tx-power-mode=
all-rates-fixed wireless-protocol=802.11 wps-mode=disabled
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk eap-methods=""
group-ciphers=tkip,aes-ccm mode=dynamic-keys supplicant-identity=id5
unicast-ciphers=tkip,aes-ccm wpa-pre-shared-key=password
wpa2-pre-shared-key=password
/ip pool
add name=dhcp ranges=10.0.10.101-10.0.10.200
/ip dhcp-server
add address-pool=dhcp disabled=no interface=bridge name=defconf
/interface bridge port
add bridge=bridge comment=defconf interface=ether2
add bridge=bridge comment=defconf interface=ether3
add bridge=bridge comment=defconf interface=ether4
add bridge=bridge comment=defconf interface=ether5
add bridge=bridge comment=defconf interface=wlan1
/ip neighbor discovery-settings
set discover-interface-list=LAN
/interface list member
add comment=defconf interface=bridge list=LAN
add comment=defconf interface=ether1 list=WAN
/ip address
add address=10.0.10.1/24 comment=defconf interface=ether2 network=10.0.10.0
/ip dhcp-client
add comment=defconf dhcp-options=hostname,clientid disabled=no interface=ether1
/ip dhcp-server network
add address=10.0.10.0/24 comment=defconf dns-server=9.9.9.9 domain=ngtrain,com
gateway=10.0.10.1 ntp-server=103.31.225.225
/ip dns
set allow-remote-requests=yes servers=9.9.9.9,4.2.2.2
/ip dns static
add address=10.0.10.1 name=router.lan
/ip firewall address-list
add address=10.0.10.0/24 list=LAN
/ip firewall nat
add action=masquerade chain=srcnat comment="default configuration"
out-interface-list=WAN
/ip firewall service-port
set ftp disabled=yes
set sip disabled=yes
/ip hotspot service-port
set ftp disabled=yes
/ip route
add distance=1 dst-address=10.0.20.0/24 gateway=10.0.10.211
add distance=1 dst-address=10.0.30.0/24 gateway=10.0.10.211
add distance=1 dst-address=10.0.40.0/24 gateway=10.0.10.211
add distance=1 dst-address=10.0.50.0/24 gateway=10.0.10.211
add distance=1 dst-address=10.0.60.0/24 gateway=10.0.10.211
add distance=1 dst-address=10.0.80.0/24 gateway=10.0.10.211
add distance=1 dst-address=10.0.90.0/24 gateway=10.0.10.211
add distance=1 dst-address=10.0.100.0/24 gateway=10.0.10.211
/ip service
set telnet disabled=yes
set ftp disabled=yes
set www disabled=yes
set api disabled=yes
set api-ssl disabled=yes
/system clock
set time-zone-name=Asia/Jakarta
/system routerboard settings
set silent-boot=no
/tool mac-server
set allowed-interface-list=LAN
/tool mac-server mac-winbox
set allowed-interface-list=LAN
Are both of your mikrotiks same model? If yes, can you compare ouptut of
/interface wireless export
between both of them to check if thare are some differences in how WiFi is set-up on both.
One thing I’d change in your setup is tx-power-mode=all-rates-fixed … this typically doesn’t work great at higher speeds and I’d change it to
/interface wireless
set [ find default-name=wlan1 ] tx-power-mode=default
Another thing: 951Ui-2nD is no high-performance beast. What is CPU usage while you’re testing wifi throughput when connected to Mikrotik1? WiFi consumes quite some CPU, routing (done by Mikrotik1) as well, so it could be that CPU is a bottleneck here. Observe output of commands /system resource monitor and /tool profile …
How’s intereference situation? Mikrotik2 has fixed channel while Mikrotik has it set to auto…
WiFi settings on both APs are completely different (some of them might actually affect transmitted power). So why don’t you just copy settings from Mikrotik2 over to Mikrotik1? If signal from both APs overlaps, you have to change frequency on one of them.
BTW, combination of settings on Mikrotik2 (country=“united states”, frequency=2447 and tx-power=30) is not legal. It might be legal in your country (whatever it might be) if settings on Mikrotik1 (country=taiwan) are correct.
already copied Mikrotik2 config to Mikrotik1
change SSID name, password, frequency
RESULT: still 4.5MB speedtest.net with Mikrotik1 va Wifi
Mikrotik1 to Mikrotik2 connected through cable
Wifi speedtest via Mikrotik2 speed is 10MB-15MB
Both Mikrotik same model and current firmware. Difference only factory fw which Mikrotik1 is newer than Mikrotik2
Any more idea?
tq
SpeedTest Windows Browser (Opera)
Mikrotik1: 4.5MB
SpeedTest website said to use windows app to get reliable connection.
When I tried that. I got similar result to Android app.
So I think. We should use SpeedTest app to get consistent result