Mikrotik 4 WAN Load Balancing Full Script Some time You need a script to merage four line of same/different ISP. Is to get single output like 4 WAN Loadbalancing wan1+wan2+wan3+wan4. follow the instruction below. Set the name and ip address like that each interface. WAN1 IP 192.168.1.2/24 WAN2 IP 192.168.2.2/24 WAN3 IP 192.168.3.2/24 WAN4 IP 192.168.4.2/24 Local IP 192.168.0.1/24 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 /ip address add address=192.168.0.1/24 network=192.168.0.0 broadcast=192.168.0.255 interface=Local add address=192.168.1.2/24 network=192.168.1.0 broadcast=192.168.1.255 interface=WAN1 add address=192.168.2.2/24 network=192.168.2.0 broadcast=192.168.2.255 interface=WAN2 add address=192.168.3.2/24 network=192.168.3.0 broadcast=192.168.3.255 interfa
Comments
Post a Comment