Speeds directly: 220Mbps down 120Mbps up
Speeds with RB750GL: 50Mbps down 60Mbps up
I checked the router's CPU during a speedtest and it peaked around 23%.
With my previous ISP (cable) I was getting 240Mbps down and 11Mbps up, which were approximately the limits they said I'd get. I didn't change any configurations for the new ISP, but I assume something is misconfigured that is making it go so much slower.
I have very few firewall and nat rules, and I don't use any queues as far as I know. I tried messing with the MTU settings a bit but didn't get any faster results.
Code: Select all
> ip firewall filter print
Flags: X - disabled, I - invalid, D - dynamic
0 D ;;; special dummy rule to show fasttrack counters
chain=forward
1 I ;;; default configuration
chain=input action=accept protocol=icmp log=no log-prefix=""
2 I ;;; default configuration
chain=input action=accept connection-state=established log=no log-prefix=""
3 I ;;; default configuration
chain=input action=drop in-interface=wan log=no log-prefix=""
> ip firewall nat print
Flags: X - disabled, I - invalid, D - dynamic
0 ;;; default configuration
chain=srcnat action=masquerade out-interface=wan log=no log-prefix=""
1 chain=dstnat action=dst-nat to-addresses=10.47.0.106 protocol=tcp in-interface=wan dst-port=22 log=no
log-prefix=""
2 chain=dstnat action=dst-nat to-addresses=10.47.0.106 protocol=tcp in-interface=wan dst-port=5000 log=no
log-prefix=""
3 chain=dstnat action=dst-nat to-addresses=10.47.0.106 protocol=tcp in-interface=wan dst-port=6600 log=no
log-prefix=""
4 chain=dstnat action=dst-nat to-addresses=10.47.0.106 protocol=tcp in-interface=wan dst-port=8000 log=no
log-prefix=""
5 chain=dstnat action=dst-nat to-addresses=10.47.0.100 protocol=tcp in-interface=wan dst-port=32400 log=no
log-prefix=""