Hi all,
I’m currently facing performance issues with my hap ac. I’m having 500MBit downstream from the cable provider. Configuration is cable-modem with nat, mikrotik hap ac, client.
When i’m doing bandwidth tests with the client on speedtest.net I get something about 140MBit/s. When I connect the client direct behind the cable modem I have 500Mbit/s download.
In both cases the upload is ~50Mbit/s.
Fasttrack is enabled as first rule in the ip firewall:
add action=fasttrack-connection chain=forward comment=“defconf: fasttrack” connection-state=established,related
add action=accept chain=forward comment=“defconf: accept established,related” connection-state=established,related
im using src-nat instead of masquerading as it should bring some performance benefits:
/ip firewall nat
add action=src-nat chain=srcnat comment=“defconf: masquerade” log=yes log-prefix=“masq allow” out-interface=internet-port1 to-addresses=192.168.178.2
Is the hardware not capable enough for 500Mbit/s ? Would it make sense to replace the hap ac with a hex (dualcore 800MHz instead of single 720MHz CPU)?!
During the bandwidth test CPU is ~30%. routeros is 6.41.2
Thanks for your help in advance,
Andreas