On Thu, Dec 2, 2010 at 1:28 PM, R.Kanagaraj (RK) <kanagaraj...@gmail.com> wrote: > Dear Friends, > > In our Office we are having 8 Desktop Client Machines and 10 Laptops > with Fedora 14, Ubuntu 10.04, Mandriva 2010.1 etc., We are getting Internet > Connection from two ISPs. BSNL (ADSL Dynamic IP) and Sify (Private IP and > not public). Both are 1 MBps. BSNL is Configured to a wireless Router and > Sify is configured in a wired switch. BSNL connection is often going down. > So the laptop users cannot get internet through wireless. So, we need an > alternate solution by configuring a desktop machine, to get both the ISP > lines from two LAN cards. and an output from the third LAN card should give > the trouble free Internet through Wireless. If any one line is down then the > other one should take up automatically, even if any link is very slow then > the other one should take up automatically. Please guide me how to configure > these setup. and if there is any software please mention it. It should be > truly open source. >
Remember that you can only load balance outgoing IP traffic. Even traffic shaping can only be done on outgoing traffic. If you want full link aggregation you should keep the same setup on the ISP side also. I dunno about Linux. With OpenBSD you can do this with trunk(4) interfaces. You can also use equal cost multipath routing. Or you can use BGP if there are BGP speakers. The final way is by using pf(4) to do route-to() between the two outgoing interfaces. In other words there are 4 ways to achieve this. With OpenBSD which is truly open source unlike Linux. -Girish _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc