Hi all,
I currently facing performance issues on my hAP ac. I’m connected by cable modem (500Mbit/s down, 50Mbit/s up) behind is the hAP ac and a client. When I’m doing speedtests with speedtest.net I’m getting ~130MBit/s. When i place the client behind the cable modem directly I get ~500MBit download. Upstream in both cases is 50MBit/s.
First rule in firewall is to enable fastrack:
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
I’m using src-nat instead of masquerading as it should perform better.
/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. would it make sense to use a hex (dual cpu instead of single cpu)? I’m using routeros 6.41.2
Thanks for your help in advance,
Andreas