Is there any way I can route few extension like exe or mp3 files to second WAN link ?
will this routing work?
Hi,Is there any way I can route few extension like exe or mp3 files to second WAN link ?
will this routing work?
http://wiki.mikrotik.com/wiki/Block_Dow ... load_SizesI guess routing extension will not work.
Ok I found 'connection-byte' marking method. but how it will going to work in following?
I want to route files above then 100MB to second wan link , will this work? how it will work, it will route to second wan link after initial 100mb transfer or will it sense the file size and route it to second wan link?>
i'm agree too , many servers are sensitive about their session and they would expire the session(web page,file download and etc..) if they receive a session data from multiply IP's.Same problem. Once it goes one way...
The whole thing could half-work if you had provider independent addresses with two uplinks and it wouldn't matter which one is used. Then you could send outgoing traffic any way you'd want. But only outgoing, you still wouldn't be able to influence incoming traffic. But if you have two different ISPs with different addresses from each one, you can't do anything. Connections are established with specific addresses and you can't just use them with the other ISP.
Hi, Just some of my idea you can try to nat by layer7 or content:Is there any way I can route few extension like exe or mp3 files to second WAN link ?
will this routing work?
Didn't worked.Hi, Just some of my idea you can try to nat by layer7 or content:Is there any way I can route few extension like exe or mp3 files to second WAN link ?
will this routing work?
ip firewall nat add chain=srcnat content=".exe,.mp3" out-interface=Wan2 action=masquerade place-before=0
or:
ip firewall filter add chain=forward src-address=192.168.100.0/24 content=".exe,.mp3" action=add-src-to-address-list address-list="Route.exe.mp3" address-list-timeout=00:00:03
ip firewall nat add chain=srcnat src-address-list="Route.exe.mp3" out-interface=Wan2 action=masquerade place-before=0