dear all
i have a project to make but failed from weeks.
i want to bind a specific content or extension (.exe) to wan2 or a proxy server.
any thing can work. any help plz
10x guys
dear all
i have a project to make but failed from weeks.
i want to bind a specific content or extension (.exe) to wan2 or a proxy server.
any thing can work. any help plz
10x guys
I think you cannot achieve redirect of ‘.exe’, etc. over alternative gateway.
‘.exe’ and other 7 layer extenstions you can accept deny in proxy access list.
Have you read the particular example carefully ?
It provides explanation how to deny specific applications using proxy, you can disallow .exe extensions over proxy, but you cannot specify to use second gateway for specific application (you cannot accomplish 7 layer policy-routing).
in OSI lvl 1 to 3 there are not exe files, no files at all, there are only packets. you cannot set up effectively routing decisions on higher lvl as it will require too much resources to accomplish
10x a lot for your fast replies guys
in the Filter rules i dropped the .exe files just like this:
chain:input
Advanced - Content: .exe
Action: drop
and it stopped downloading , the question is can i direct it to a proxy server instead of dropping? ( proxy server: 10.0.0.1:83) for example
10x guys