Hi all, first let me explain my objective. I want to prioritize regular traffic over P2P(including encrypted), I understand that the best way to achieve this is through layer 7 protocols and instead of limiting P2P specifically I need to give a higher priority to regular traffic…which has led me to this wiki http://wiki.mikrotik.com/wiki/Basic_traffic_shaping_based_on_layer-7_protocols
Which I intend to follow, but looking at the second section where you specifiy your DSL/public connection, has brought some confusion to a non-expert like myself. My current config uses mangle rules and packet/conenction marking to balance across my two ISP interfaces. If I were to implement the script in the wiki would I need to create the mangle rules twice to include each DSL connection? And will that affect the current rules I have for balancing?
..and one last basic question, can I just copy the code in the wiki or do i have to remove the line breaks?
thanks for any input