Mangle - Mark routing

Hi,

I am studying using different routing tables for different paths

I have this network. If the destination address = 8.8.8.8 → use the gateway A
If the destination address = 8.8.4.4 → use gateway B

I applied the Rules from Routes and it worked.
I also tried to apply the Mangle instead of the Rules and it also worked.

I’d like to know how to set the mangle properly. I know that it is better to mark connections and then mark packets but what about “mark routing” ?
Should I uncheck “Passthrough”? Should I mangle something before using “mark routing” ?

Thx =)


Watch this:
http://tiktube.com/video/DofH3iFnjDJomGEoIDFqnrquKlEoLqHq=

The 2nd half of the presentation explains what you want to know.

Thanks.