Wednesday, 22 February 2012

Mikrotik DUAL WAN Load Balancing using PCC method. Complete Script ! by zaiB

Mikrotik  DUAL WAN Load Balancing using PCC method. Complete Script ! by zaiB
Following is a complete script for Mikrotik to combine/load balance two DSL lines. In this example I used MikrotikT RB750 5 ports router.
2 ports were connected with two difference DSL Routers,
and 3rd port was connected with User LAN.
Both DSL are of same speed , i.e 10Mb each.
DSL MODEM IP’S
DSL MODEM 1 = 192.168.1.1
DSL MODEM 2 = 192.168.2.1
Also don’t forget to rename the interface names accordingly.
In my personnel experience , If users request are directly hitting Mikrotik configured with PCC , then you will get good load balancing. Use src-address as classifier, this way you will get rid of problems like https/broken link, streaming issues etc. Load balancing using this PCC technique (src-address) will be effective and balanced approach when more and more connections (from clients) that occurred. I also recommend to use SQUID proxy server along with mikrotik , either parallel or in front or backend , for better response time and it will also increase good browsing experience to users.
If somehow you are not satisfied with the src-address approach,play with the PCC-Classifier, then Try both addresses and ports as the classifier. While this will randomize things the most and in theory give you the most fair allocation of bandwidth, BUT there is also a good chance that it will break certain things like banking web sites and some forums. This is because often times a HTTP requests will generate several connections, so there is a chance that some requests may go out a different route than the initial one, and that will break secure web sites. For that reason I usually stick with src-address for PCC load balancing.
Regard’s
Syed Jahanzaib
/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

/ip dns set allow-remote-requests=yes cache-max-ttl=1w cache-size=5000KiB max-udp-packet-size=512 servers=221.132.112.8,8.8.8.8

/ip firewall mangle
add chain=input in-interface=WAN1 action=mark-connection new-connection-mark=WAN1_conn
add chain=input in-interface=WAN2 action=mark-connection new-connection-mark=WAN2_conn

add chain=output connection-mark=WAN1_conn action=mark-routing new-routing-mark=to_WAN1
add chain=output connection-mark=WAN2_conn action=mark-routing new-routing-mark=to_WAN2

add chain=prerouting dst-address=192.168.1.0/24 action=accept in-interface=Local
add chain=prerouting dst-address=192.168.2.0/24 action=accept in-interface=Local

add chain=prerouting dst-address-type=!local in-interface=Local per-connection-classifier=both-addresses-and-ports:2/0 action=mark-connection new-connection-mark=WAN1_conn passthrough=yes
add chain=prerouting dst-address-type=!local in-interface=Local per-connection-classifier=both-addresses-and-ports:2/1 action=mark-connection new-connection-mark=WAN2_conn passthrough=yes

add chain=prerouting connection-mark=WAN1_conn in-interface=Local action=mark-routing new-routing-mark=to_WAN1
add chain=prerouting connection-mark=WAN2_conn in-interface=Local action=mark-routing new-routing-mark=to_WAN2

/ip route
add dst-address=0.0.0.0/0 gateway=192.168.1.1 routing-mark=to_WAN1 check-gateway=ping
add dst-address=0.0.0.0/0 gateway=192.168.2.1 routing-mark=to_WAN2 check-gateway=ping

add dst-address=0.0.0.0/0 gateway=192.168.1.1 distance=1 check-gateway=ping
add dst-address=0.0.0.0/0 gateway=192.168.2.1 distance=2 check-gateway=ping

/ip firewall nat
add chain=srcnat out-interface=WAN1 action=masquerade
add chain=srcnat out-interface=WAN2 action=masquerade

All Done ! Now Test the link by putting user load, the more multiple users load you put on it, the better Load Balance result you will get :)

12 comments:

  1. I have 2 PTCL Broadband each 4MB merged with Mikrotik 3.20 configured as Hotspot and PCC Loadbalancing.

    The problem is sometimes 1st or 2nd WAN atomically get restarted and all the hotspot active users complain about disconnection their internet disconnection for at least 10 seconds.

    Can you help me that all the active users dont get this problem even a single WAN is stable.

    I really need your help asap.

    Waiting for reply if any detail required to solve my issue.

    ReplyDelete
  2. Hi can I have your number so I can talk to you on if you're willing to help me?

    ReplyDelete
  3. After configure the MiKroTik with the help of above configuration. I faced problem which is follows.

    When either WAN1 or WAN2 goes to down, then its working from WAN2 or WAN1. and when WAN1 or WAN2 UP again then both links are not working parallel without reboot the mikrotik.

    Please help me
    Niraj Mahaseth

    ReplyDelete
  4. i have some problem in my mikrotik router single wan1 is working but if i stop the wan1 than wan2 work
    i won't to work both someone help me please

    ReplyDelete
  5. i have done config pcc load balance in one network local, but i have other network local and this network will use pcc load balance too, how the way make it work ?

    please help me.

    ReplyDelete
  6. jillani bhai mujay ap say sell par bat karni hay my number0300-7206891

    main ap say net ki kush information layna chahta ho

    ReplyDelete
    Replies
    1. bhai ap hotspot,mikrotik,loadbalance,userinterface,ubnt devices,longrang links and tplink devices k baray ma info lana chahty ha.to is numberper rabta kry 03316762450 , i want to share knowledge without any cost

      Delete
  7. My name is Zafar,
    I have installed Mikrotik 5.18 in a PC and i have tried many times but i could not response on LAN.
    Can any one help me to configure properly please ?
    0300 278 3747

    ReplyDelete
  8. Hi I need to add one additional line to my router a 3011 mikrotik. But try as i may it doesnt work, my adsl is in bridge mode. I need to connect 3 lines with adsl in bridge mode. Please can you help with config settings? I would REALLY appreciate it. Thank you

    ReplyDelete