hi dear sir
i have problem with load balancing
i have 3 dsl(DHCP) in mikrotik and configure it :
/ip dhcp-client add interface=ether2 use-peer-dns=yes add-default-route=yes disabled=no
/ip dhcp-client add interface=ether3 use-peer-dns=yes add-default-route=yes disabled=no
/ip dhcp-client add interface=ether4 use-peer-dns=yes add-default-route=yes disabled=no
ether1 connected to my DMZ
could you please send me command for load balancing?
i’m using mikrotik 2.9.27
thank you so much
could you please first upgrade to the latest version? then you will be able to use PCC: http://forum.mikrotik.com/t/new-firewall-matcher-pcc/28077/1
with the mikrotik 2.9.27 i can’t do it ?
with this setting also i can’t do it ?
tank you so much my dear friend
/ip firewall mangle add action=mark-connection chain=input connection-state=new in-interface=ether2 new-connection-mark=ether2tor passthrough=yes
/ip firewall mangle add action=mark-connection chain=input connection-state=new in-interface=ether3 new-connection-mark=ether3tor passthrough=yes
/ip firewall mangle add action=mark-connection chain=input connection-state=new in-interface=ether4 new-connection-mark=ether4tor passthrough=yes
/ip firewall mangle add action=mark-routing chain=output connection-mark=ether2or new-routing-mark=Toether2 passthrough=yes
/ip firewall mangle add action=mark-routing chain=output connection-mark=ether2or new-routing-mark=Toether3 passthrough=yes
/ip firewall mangle add action=mark-routing chain=output connection-mark=ether2or new-routing-mark=Toether4 passthrough=yes
/ip route rule add action=lookup routing-mark=Toether2 table=Toether2
/ip route rule add action=lookup routing-mark=Toether3 table=Toether3
/ip route rule add action=lookup routing-mark=Toether4 table=Toether4
there’s no help with 2.9.27 on this forum! it’s too old! please, UPGRADE!