Does Mikrotik support to do this?

I have 2 network for input internet fiber optic and from satellite
Flags: X - disabled, I - invalid, D - dynamic

ADDRESS NETWORK BROADCAST INTERFACE

0 192.168.2.1/24 192.168.2.0 192.168.2.255 LAN
1 172.10.11.10/27 172.10.11.0 172.10.11.31 Fiber Optic
2 D 10.11.15.176/20 10.11.0.0 10.11.15.255 Satellite
i need to make rule for all traffic connection like this:

every request for download ( file with extension RAR,ZIP,MP3,ISO ,etc) is use satellite
and for browsing use Fiber Optic...

i try to make that rule and read mikrotik tutorial but still no answer..
hope this forum can help me to give solution


Thanks

I think this can be done with the IP WEB PROXY TEST package. Set the proxy rules to listen for *.rar *.zip etc, then send them down your satellite gateway. You may be able to do this also with Mangle rules and packet/connection marks, but Im not sure on this.

thanks to airstram ,
but i don,t have idea how to mangle *rar, *zip , etc from web proxy.. :frowning:
only deny or accept can do from web-proxy …