Hi all
I’ve mounted a RB2011 in a small office who have 3 balanced ADSL using PCC and a dedicated-simmetric link (not balanced).
Everything is working fine, now I need to forward the skype calls through this dedicated link who is connected in ether4. (the load balancing is between ether1 and ether3).
how can I do this?
[admin@MikroTik] /ip firewall mangle> export compact
# mar/21/2013 11:19:18 by RouterOS 5.21
# software id = HKWG-R5M3
#
/ip firewall mangle
add action=mark-connection chain=prerouting connection-state=new in-interface=pppoe-out1 new-connection-mark=pppoe-out1_conn
add action=mark-connection chain=prerouting connection-state=new in-interface=pppoe-out2 new-connection-mark=pppoe-out2_conn
add action=mark-connection chain=prerouting connection-state=new in-interface=pppoe-out3 new-connection-mark=pppoe-out3_conn
add action=mark-routing chain=output connection-mark=pppoe-out1_conn new-routing-mark=to_pppoe-out1
add action=mark-routing chain=output connection-mark=pppoe-out2_conn new-routing-mark=to_pppoe-out2
add action=mark-routing chain=output connection-mark=pppoe-out3_conn new-routing-mark=to_pppoe-out3
add action=mark-connection chain=prerouting connection-state=new dst-address-type=!local in-interface=ether6-master-local new-connection-mark=pppoe-out1_conn \
per-connection-classifier=both-addresses:3/0
add action=mark-connection chain=prerouting connection-state=new dst-address-type=!local in-interface=ether6-master-local new-connection-mark=pppoe-out2_conn \
per-connection-classifier=both-addresses:3/1
add action=mark-connection chain=prerouting connection-state=new dst-address-type=!local in-interface=ether6-master-local new-connection-mark=pppoe-out3_conn \
per-connection-classifier=both-addresses:3/2