So we have 2 line
wan 1= 200M
wan 2=50MB
Traffic = 50% from wan1 and 50% from Wan2
Need Edit Rule to set load balance 70% from Wan 1 and 30 Form Wan 2
THANK
Current config
add action=mark-connection chain=prerouting dst-address-type=!local \
new-connection-mark=WAN_CON_1 passthrough=yes per-connection-classifier=\
both-addresses-and-ports:2/0 src-address=192.168.88.0/24
add action=mark-connection chain=prerouting dst-address-type=!local \
new-connection-mark=WAN_CON_2 passthrough=yes per-connection-classifier=\
both-addresses-and-ports:2/1 src-address=192.168.88.0/24
add action=mark-routing chain=prerouting connection-mark=WAN_CON_1 \
new-routing-mark=ROUTING1 passthrough=yes src-address=192.168.88.0/24
add action=mark-routing chain=prerouting connection-mark=WAN_CON_2 \
new-routing-mark=ROUTING2 passthrough=yes src-address=192.168.88.0/24