Community discussions

MikroTik App

Search found 1 match

by upholder
Wed Nov 18, 2020 4:09 pm
Forum: RouterOS beta
Topic: SSH connection issues with "fasttrack" switched off. [SOLVED]
Replies: 33
Views: 15852

Re: SSH connection issues with "fasttrack" switched off. [SOLVED]

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