Hello
I have two internet connections. They are managed by a mikrotik RB493AH Router.
What I want is to separate the connections of the download requests from the browse requests.
I want to recognize file extensions such as Exe,Rar,… so that I can route them independently from other extensions.
I add layer7 protocol and regexp=exe
In the filter rule add rule to filter that layer 7 protocol and change action to Drop
I cant download any .exe file
Change that action to Accept and add mangle rule to Mark routing that layer7 protocol connection
But when download exe file , that downloaded from Browse connection
Any other configuration must be added??