As this is a problem with QoS and the TOS bit. To fix the SSH problem you can simply change the TOS bit with mangle rules. This works reliable with my SSH sessions. /ip firewall mangle add action=change-dscp chain=prerouting dst-port=22 new-dscp=1 passthrough=yes \ protocol=tcp Thank you. Tried bot...