hey everybody … I’ve heard many people around talking about load balancing .. I had the same issue but what I did was very simple and I was really surprised it worked .. it’s my first day that using two links.
so my situation was as follows …
I had 1 link (gateway) from this isp which was 8Mbps .. and that was not enough for me so I wanted to rise up my bandwidth.
they didn’t extend my limit but they brought me another link of 10Mbps .. so now I had two links from same ISP which equals to 18Mbps. .. what I did was simple:
ip route add gateway=1.1.1.1,2.2.2.2
1.1.1.1 was the default gateway I always used so I just added another gateway on his window which is new gateway 2.2.2.2 and it worked perfectly. now two interfaces use internet equally … it might not be right who knows but here it works fine though.. did anyone have the same situation as mine ?