Hello everyone. I have small issue with my hap ax^2 Mikrotik router. I use cable internet connection where I have ISP router in bridge mode and after that use Mikrotik router. Internet connection speed is 1Gbps, but when I measure connection speed always get less, around 600Mbps. If I connect my laptop directly to the ISP router I get around 900Mbps. Can someone tell me why? Mikrotik router settings are default.
No idea, you should be getting in the 900ish range with that device.
Default settings would not cause slowdown. What firmware are you using?
7.12 is current firmware. Exactly, this router should provide easily this speed.
Post the config, it will have to be there then… sounds like fastrack is disabled or in conflict with another part of your config!!! Which would mean not exactly default.
# 2024-02-17 15:39:41 by RouterOS 7.13.4
# software id = 1ZDR-2UK4
#
# model = C52iG-5HaxD2HaxD
/interface bridge
add admin-mac=/ auto-mac=no comment=defconf name=bridge
/interface wifi
set [ find default-name=wifi1 ] channel.band=5ghz-ax .skip-dfs-channels=10min-cac .width=20/40/80mhz configuration.mode=ap .ssid=\
wifi1-test disabled=no security.authentication-types=wpa2-psk,wpa3-psk .ft=yes .ft-over-ds=yes
set [ find default-name=wifi2 ] channel.band=2ghz-ax .skip-dfs-channels=10min-cac .width=20/40mhz configuration.mode=ap .ssid=\
wifi2-test disabled=no security.authentication-types=wpa2-psk,wpa3-psk .ft=yes .ft-over-ds=yes
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
/ip pool
add name=default-dhcp ranges=192.168.88.10-192.168.88.254
/ip dhcp-server
add address-pool=default-dhcp interface=bridge lease-time=10m 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=wifi1
add bridge=bridge comment=defconf interface=wifi2
/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=192.168.88.1/24 comment=defconf interface=bridge network=192.168.88.0
/ip dhcp-client
add comment=defconf interface=ether1
/ip dhcp-server network
add address=192.168.88.0/24 comment=defconf dns-server=192.168.88.1 gateway=192.168.88.1
/ip dns
set allow-remote-requests=yes
/ip dns static
add address=192.168.88.1 comment=defconf name=router.lan
/ip firewall filter
add action=drop chain=input dst-port=53 in-interface=ether1 protocol=tcp
add action=drop chain=input dst-port=53 in-interface=ether1 protocol=udp
add action=accept chain=input comment="defconf: accept established,related,untracked" connection-state=established,related,untracked
add action=drop chain=input comment="defconf: drop invalid" connection-state=invalid
add action=accept chain=input comment="defconf: accept ICMP" protocol=icmp
add action=accept chain=input comment="defconf: accept to local loopback (for CAPsMAN)" dst-address=127.0.0.1
add action=drop chain=input comment="defconf: drop all not coming from LAN" in-interface-list=!LAN
add action=accept chain=forward comment="defconf: accept in ipsec policy" ipsec-policy=in,ipsec
add action=accept chain=forward comment="defconf: accept out ipsec policy" ipsec-policy=out,ipsec
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" connection-state=established,related hw-offload=yes
add action=accept chain=forward comment="defconf: accept established,related, untracked" connection-state=\
established,related,untracked
add action=drop chain=forward comment="defconf: drop invalid" connection-state=invalid
add action=drop chain=forward comment="defconf: drop all from WAN not DSTNATed" connection-nat-state=!dstnat connection-state=new \
in-interface-list=WAN
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade" ipsec-policy=out,none out-interface-list=WAN
/ipv6 firewall address-list
add address=::/128 comment="defconf: unspecified address" list=bad_ipv6
add address=::1/128 comment="defconf: lo" list=bad_ipv6
add address=fec0::/10 comment="defconf: site-local" list=bad_ipv6
add address=::ffff:0.0.0.0/96 comment="defconf: ipv4-mapped" list=bad_ipv6
add address=::/96 comment="defconf: ipv4 compat" list=bad_ipv6
add address=100::/64 comment="defconf: discard only " list=bad_ipv6
add address=2001:db8::/32 comment="defconf: documentation" list=bad_ipv6
add address=2001:10::/28 comment="defconf: ORCHID" list=bad_ipv6
add address=3ffe::/16 comment="defconf: 6bone" list=bad_ipv6
/ipv6 firewall filter
add action=accept chain=input comment="defconf: accept established,related,untracked" connection-state=established,related,untracked
add action=drop chain=input comment="defconf: drop invalid" connection-state=invalid
add action=accept chain=input comment="defconf: accept ICMPv6" protocol=icmpv6
add action=accept chain=input comment="defconf: accept UDP traceroute" dst-port=33434-33534 protocol=udp
add action=accept chain=input comment="defconf: accept DHCPv6-Client prefix delegation." dst-port=546 protocol=udp src-address=\
fe80::/10
add action=accept chain=input comment="defconf: accept IKE" dst-port=500,4500 protocol=udp
add action=accept chain=input comment="defconf: accept ipsec AH" protocol=ipsec-ah
add action=accept chain=input comment="defconf: accept ipsec ESP" protocol=ipsec-esp
add action=accept chain=input comment="defconf: accept all that matches ipsec policy" ipsec-policy=in,ipsec
add action=drop chain=input comment="defconf: drop everything else not coming from LAN" in-interface-list=!LAN
add action=accept chain=forward comment="defconf: accept established,related,untracked" connection-state=\
established,related,untracked
add action=drop chain=forward comment="defconf: drop invalid" connection-state=invalid
add action=drop chain=forward comment="defconf: drop packets with bad src ipv6" src-address-list=bad_ipv6
add action=drop chain=forward comment="defconf: drop packets with bad dst ipv6" dst-address-list=bad_ipv6
add action=drop chain=forward comment="defconf: rfc4890 drop hop-limit=1" hop-limit=equal:1 protocol=icmpv6
add action=accept chain=forward comment="defconf: accept ICMPv6" protocol=icmpv6
add action=accept chain=forward comment="defconf: accept HIP" protocol=139
add action=accept chain=forward comment="defconf: accept IKE" dst-port=500,4500 protocol=udp
add action=accept chain=forward comment="defconf: accept ipsec AH" protocol=ipsec-ah
add action=accept chain=forward comment="defconf: accept ipsec ESP" protocol=ipsec-esp
add action=accept chain=forward comment="defconf: accept all that matches ipsec policy" ipsec-policy=in,ipsec
add action=drop chain=forward comment="defconf: drop everything else not coming from LAN" in-interface-list=!LAN
/system clock
set time-zone-name=Europe/Berlin
/system note
set show-at-login=no
/tool mac-server
set allowed-interface-list=LAN
/tool mac-server mac-winbox
set allowed-interface-list=LAN
NOT default.
But should not be slowing your router down regardless ???
- You can remove default static rule…
/ip dns static
add address=192.168.88.1 comment=defconf name=router.lan
-
You can add some external servers…
/ip dns
set allow-remote-requests=yes servers=1.1..1, 9.9.9.9 -
You can drop the two rules you added…
add action=drop chain=input dst-port=53 in-interface=ether1 protocol=tcp
add action=drop chain=input dst-port=53 in-interface=ether1 protocol=udp
They are already handled by the default rule.
/ip firewall filter
add action=drop chain=input comment="defconf: drop all not coming from LAN" in-interface-list=!LAN[/i]
4. try that, dont think it will make a difference, still looking…
Is that test being done also with direct cable connection to AX2 ?
If Wifi, a bit normal …
I forgot to mention, it is on wifi. Is there any chance to get better speed via wifi? Distance between pc and router is only 2 meters.
You should have told that from the beginning… comparing apples to oranges and putting everyone on the wrong track.
Don’t expect via wifi to get to 1Gbps, not even 900Mbps (700-750 is about the max under normal conditions).
Default checklist for wifi:
- set your frequency manually
- make sure to use a frequency free of interference
- avoid DFS ranges
- don’t use WPA security (if possible, WPA3 only)
- for the rest you can keep wifi settings as default as possible, they should mostly be ok.
The fastest WiFi from my Hap ax2 router I can get with antenna | __ configuration is…
/tool/speed-test address=
;;; results can be limited by cpu, note that traffic generation/termination
performance might not be representative of forwarding performance
status: done
time-remaining: 0s
ping-min-avg-max: 1.76ms / 2.37ms / 13ms
jitter-min-avg-max: 0s / 524us / 10.8ms
loss: 0% (0/200)
tcp-download: 983Mbps local-cpu-load:90%
tcp-upload: 933Mbps local-cpu-load:42% remote-cpu-load:1%
a secret configuration?
986 Mbps over wifi ? That’s Gigabit ethernet.
No it’s just the way I point my antennas, one Horizontal and one virtical. If I point them straight up virtical I get about 780/830Mbps.
Nope thats wifi. I don’t have ethernet on my laptop!
Took me a little while to redact these…


What about config? You wont share it? ![]()
It isn’t the config it’s just 80 wide channel 5180 but I do have old router antennas plugged into my laptop card via pigtails.
As I said the configuration of my antennas are one Virtical and the other Horizontal. Also depends on what version I run atm 7.14beta 8.
This is a test from across my lan..
tool/speed-test address=
status: done
time-remaining: 0s
ping-min-avg-max: 170us / 232us / 507us
jitter-min-avg-max: 0s / 34us / 298us
loss: 0% (0/200)
tcp-download: 932Mbps local-cpu-load:56%
tcp-upload: 932Mbps local-cpu-load:36% remote-cpu-load:77%
udp-download: 943Mbps local-cpu-load:23% remote-cpu-load:57%
udp-upload: 956Mbps local-cpu-load:32% remote-cpu-load:49%
Maybe Mikrotik have an explanation why I get those speeds over wifi, maybe the router is just spouting rubbish who knows!
For real measurements you better test with iPerf instead of (any other) speedtest.