HI…every body…
I have some questions about Load Balance.
Below is my network model.
I have three wan. I hope it can achieve load balance.
I set up “nth” by RouterOS.
Below is my set up data.
add chain=prerouting action=mark-connection new-connection-mark=odd
passthrough=yes in-interface=LAN src-address-list=odd comment=“odd”
disabled=no
add chain=prerouting action=mark-routing new-routing-mark=odd passthrough=no
in-interface=LAN src-address-list=odd comment=“” disabled=no
add chain=prerouting action=mark-connection new-connection-mark=even
passthrough=yes in-interface=LAN src-address-list=even comment=“even”
disabled=no
add chain=prerouting action=mark-routing new-routing-mark=even passthrough=no
in-interface=LAN src-address-list=even comment=“” disabled=no
add chain=prerouting action=mark-connection new-connection-mark=third
passthrough=yes in-interface=LAN src-address-list=third comment=“third”
disabled=no
add chain=prerouting action=mark-routing new-routing-mark=third passthrough=no
in-interface=LAN src-address-list=third comment=“” disabled=no
add chain=prerouting action=mark-connection new-connection-mark=odd
passthrough=yes connection-state=new in-interface=LAN nth=2,3,0
comment=“ODD " disabled=no
add chain=prerouting action=add-src-to-address-list in-interface=LAN
connection-mark=odd address-list=odd address-list-timeout=1d comment=”"
disabled=no
add chain=prerouting action=mark-routing new-routing-mark=odd passthrough=no
in-interface=LAN connection-mark=odd comment=“” disabled=no
add chain=prerouting action=mark-connection new-connection-mark=even
passthrough=yes connection-state=new in-interface=LAN nth=2,3,1
comment=“EVEN” disabled=no
add chain=prerouting action=add-src-to-address-list in-interface=LAN
connection-mark=even address-list=even address-list-timeout=1d comment=“”
disabled=no
add chain=prerouting action=mark-routing new-routing-mark=even passthrough=no
in-interface=LAN connection-mark=even comment=“” disabled=no
add chain=prerouting action=mark-connection new-connection-mark=third
passthrough=yes connection-state=new in-interface=LAN nth=2,3,2
comment=“THIRD” disabled=no
add chain=prerouting action=add-src-to-address-list in-interface=LAN
connection-mark=third address-list=third address-list-timeout=1d
comment=“” disabled=no
add chain=prerouting action=mark-routing new-routing-mark=third passthrough=no
in-interface=LAN connection-mark=third comment=“” disabled=no
SO, I have three wan.
speed respective…
(a)256kbps—(even)
(b)10Mbps----(odd)
(c)1Mbps—(third)
And I set up limit speed each one.
/ queue simple
add name=“A1” target-addresses=10.100.100.1/32 dst-address=0.0.0.0/0 interface=all parent=none direction=both priority=8
queue=default/default limit-at=48000/128000 max-limit=64000/256000 total-queue=default-small disabled=yes
I want to ask some questions.
(a)I want to limit speed. Assure of speed (48000/128000) . Max of speed (64000/256000).
So how to set up about my questions??
(b) Load Balance …If one of wan (total speed is 256kbps)… one user used 200kbps… how to set up …it can be second user that doesn’t use the wan(256Kbps) , it will auto chose another usableness net flow~~
Baucse I get some problem… When one user used 200kbps by one wan(256kbps)…
and second user remain 56kbps can use~~
So…How to set up can solve my problem?
Thanks everyone~~