Olá pessoal eu fiz aqui um balancenamento de um link full e outro ADSL ambos de megas por nth, só que agora houve uma promoção do adsl e então assinei os 8 megas do ADSL, quero saber como dividir essa carga já que tenho duas velocidades diferentes do jeito que estou fazendo aqui o link full sempre fica lotado e ADSL só ocupa os dois megas. Sei que tenho que somar a banda total e dividir pelo menor link para ter a quantidade de marcaçao do NTH. Tentei fazer aqui e não deu certo algué, ai pode me da um luz?
/ip address
add address=200.249.152.140/29 broadcast=200.249.152.135 comment=Server \
disabled=no interface=link01 network=200.249.152.128
add address=199.198.111.1/24 broadcast=199.198.111.255 comment=hotspot \
disabled=no interface=clientes network=199.198.111.0
add address=192.168.1.240/24 broadcast=192.168.1.255 comment="" disabled=no \
interface=link02 network=192.168.1.0
add address=200.249.152.133/29 broadcast=200.249.152.135 comment=Embratel \
disabled=no interface=link01 network=200.249.152.128
/ip firewall Mangle
add action=mark-connection chain=prerouting comment="Load Balance" disabled=no in-interface=clientes \
new-connection-mark=odd passthrough=yes src-address-list=odd
add action=mark-routing chain=prerouting comment="" disabled=no in-interface=clientes new-routing-mark=odd passthrough=\
no src-address-list=odd
add action=mark-connection chain=prerouting comment="" disabled=no in-interface=clientes new-connection-mark=even \
passthrough=yes src-address-list=even
add action=mark-routing chain=prerouting comment="" disabled=no in-interface=clientes new-routing-mark=even passthrough=\
no src-address-list=even
add action=mark-connection chain=prerouting comment="" connection-state=new disabled=no in-interface=clientes \
new-connection-mark=odd nth=5,1 passthrough=yes
add action=add-src-to-address-list address-list=odd address-list-timeout=1d chain=prerouting comment="" disabled=no \
in-interface=clientes
add action=mark-routing chain=prerouting comment="" connection-mark=odd disabled=no in-interface=clientes \
new-routing-mark=odd passthrough=no
add action=mark-connection chain=prerouting comment="" connection-state=new disabled=no in-interface=clientes \
new-connection-mark=even nth=5,2 passthrough=yes
add action=add-src-to-address-list address-list=even address-list-timeout=1d chain=prerouting comment="" \
connection-mark=even disabled=no in-interface=clientes
add action=mark-routing chain=prerouting comment="" connection-mark=even disabled=no in-interface=clientes \
new-routing-mark=even passthrough=no
add action=mark-connection chain=prerouting comment="" connection-state=new disabled=no in-interface=clientes \
new-connection-mark=even nth=2,2 passthrough=yes src-address-list=odd
/ip firewall nat
add action=masquerade chain=srcnat comment="" disabled=no out-interface=\
link01
add action=masquerade chain=srcnat comment="" disabled=no out-interface=\
link02
/ip route
add comment="" disabled=no distance=1 dst-address=0.0.0.0/0 gateway=\
200.249.152.129 scope=255 target-scope=10
add comment="" disabled=no distance=1 dst-address=0.0.0.0/0 gateway=\
200.249.152.129 routing-mark=odd scope=255 target-scope=10
add comment="" disabled=no distance=1 dst-address=0.0.0.0/0 gateway=\
192.168.1.248 routing-mark=even scope=255 target-scope=10
Abraços