If you have Un-Equal WAN Links, for example WAN,1 is of 4MB and WAN,2 is
of 8 Mb, and you want to force MT to use WAN42link more then other
because of its capacity, Then you have to Add more PCC rules assigning
the same two marks to a specific link i.e WAN2 , something like
Code:
Code:
add chain=prerouting dst-address-type=!local in-interface=Local per-connection-classifier=both-addresses-and-ports:2/0 action=mark-connection new-connection-mark=WAN1_conn passthrough=yes add chain=prerouting dst-address-type=!local in-interface=Local per-connection-classifier=both-addresses-and-ports:2/1 action=mark-connection new-connection-mark=WAN2_conn passthrough=yes add chain=prerouting dst-address-type=!local in-interface=Local per-connection-classifier=both-addresses-and-ports:2/2 action=mark-connection new-connection-mark=WAN2_conn passthrough=yes
No comments:
Post a Comment