others use "both-addresses and ports" type of load balancing.
But it seems my settings are incorrect, please help me check it
Thanks
Code: Select all
add action=mark-connection chain=input disabled=no in-interface=pppoe-out1 \
new-connection-mark=pppoe-out1_conn passthrough=yes
add action=mark-routing chain=output connection-mark=pppoe-out1_conn \
disabled=no new-routing-mark=to_pppoe-out1 passthrough=yes
add action=mark-connection chain=prerouting disabled=no dst-address-type=\
!local dst-port=80,443 in-interface=LAN-1 new-connection-mark=\
pppoe-out1_conn passthrough=yes per-connection-classifier=\
both-addresses:5/0 protocol=tcp
add action=mark-connection chain=prerouting disabled=no dst-address-type=\
!local in-interface=LAN-1 new-connection-mark=pppoe-out1_conn \
passthrough=yes per-connection-classifier=both-addresses-and-ports:5/0
add action=mark-routing chain=prerouting connection-mark=pppoe-out1_conn \
disabled=no in-interface=LAN-1 new-routing-mark=to_pppoe-out1 \
passthrough=yes