shadii
November 28, 2016, 12:42pm
1
i make load balance in 2 lines 2 miga
but after merge the two line the traffic go from 1 line and the other dont have traffic and if i disable it the other qork notmaly
where is my mistake
i took the script from mikrotik and i do exactly like them
so please i need ur help
my best regard to all
Sent from my SM-N920F using Tapatalk
marcc
November 29, 2016, 1:20am
2
That doesn’t sound like load balance, that sounds like fail over. WHat was the script you used?
shadii
November 29, 2016, 4:57am
3
/interface ethernet set ether1 name=wan1 set ether2 name=wan2 set ether3 name=wan3 set ether4 name=wan4 set ether5 name=Local /ip address add address=192.168.1.10/24 interface=wan1 add address=192.168.2.10/24 interface=wan2 add address=192.168.3.10/24 interface=wan3 add address=192.168.4.10/24 interface=wan4 add address=10.0.0.1/24 interface=Local /ip firewall mangle add chain=prerouting in-interface=Local connection-state=new nth=4,1 action=mark-connection new-connection-mark=conn1 passthrough=yes comment=“” disabled=no add chain=prerouting in-interface=Local connection-mark=conn1 action=mark-routing new-routing-mark=conn1 passthrough=no comment=“” disabled=no add chain=prerouting in-interface=Local connection-state=new nth=4,2 action=mark-connection new-connection-mark=conn2 passthrough=yes comment=“” disabled=no add chain=prerouting in-interface=Local connection-mark=conn1 action=mark-routing new-routing-mark=conn2 passthrough=no comment=“” disabled=no add chain=prerouting in-interface=Local connection-state=new nth=4,3 action=mark-connection new-connection-mark=conn3 passthrough=yes comment=“” disabled=no add chain=prerouting in-interface=Local connection-mark=conn1 action=mark-routing new-routing-mark=conn3 passthrough=no comment=“” disabled=no add chain=prerouting in-interface=Local connection-state=new nth=4,4 action=mark-connection new-connection-mark=conn4 passthrough=yes comment=“” disabled=no add chain=prerouting in-interface=Local connection-mark=conn1 action=mark-routing new-routing-mark=conn4 passthrough=no comment=“” disabled=no /ip firewall nat add chain=srcnat connection-mark=conn1 action=masquerade out-interface=wan1 comment=“” disabled=no add chain=srcnat connection-mark=conn2 action=masquerade out-interface=wan2 comment=“” disabled=no add chain=srcnat connection-mark=conn3 action=masquerade out-interface=wan3 comment=“” disabled=no add chain=srcnat connection-mark=conn4 action=masquerade out-interface=wan4 comment=“” disabled=no /ip route add dst-address=0.0.0.0/0 gateway=192.168.1.1 scope=255 target-scope=10 routing-mark=conn1 comment=“” disabled=no add dst-address=0.0.0.0/0 gateway=192.168.1.1 comment=“” disabled=no add dst-address=0.0.0.0/0 gateway=192.168.2.1 scope=255 target-scope=10 routing-mark=conn2 comment=“” disabled=no add dst-address=0.0.0.0/0 gateway=192.168.3.1 scope=255 target-scope=10 routing-mark=conn3 comment=“” disabled=no add dst-address=0.0.0.0/0 gateway=192.168.4.1 scope=255 target-scope=10 routing-mark=conn4 comment=“” disabled=no
Sent from my SM-N920F using Tapatalk
shadii
November 29, 2016, 4:58am
4
i ignore ether 3 and 4 from all script
Sent from my SM-N920F using Tapatalk
shadii
December 6, 2016, 8:05am
5
any help plz
Sent from my SM-N920F using Tapatalk