Hi there
I have a client with two ADSL lines, the one is supposed to be used by the Director and the IT manager.
The other line is used for “general” use.
I have added the Director and IT manager IP to an address list called “DSL2”
This is what I currently have configured:
15 ;;; connection marking for internet DSL 2
chain=prerouting action=mark-connection new-connection-mark=main_connection2
passthrough=yes in-interface=pppoe-main2 connection-mark=no-mark
16 chain=prerouting action=mark-routing new-routing-mark=main_route2
passthrough=yes in-interface=!pppoe-main2 connection-mark=main_connection2
17 chain=output action=mark-routing new-routing-mark=main_route2 passthrough=yes
connection-mark=main_connection2
My question is, where do I apply the address list in my connection/routing marking?
Should I add “DSL2” address list to Src. Address List on 15, 16 and 17 ?
Regards
Tenacious