Hello, On Thu, 30 Jul 2009, kesavan (K7) wrote: > here using two internet connections by using two seperate systems > but i need that two net connections are connected into same one > system after that connections are sharing into client systems
You mean you want to use two connections simultaneously? You want to look for "load balancing" network sharing on your favurite search engine. Typically, for WAN links this is done by choosing one route for each new outgoing TCP/UDP connection. You also use round-robin DNS so that new incoming connections can choose a route "at random". Once the gateway machine does this and also does network address translation (NAT), the machines behind the gateway need not care how the load balancing is carried out. Regards, Kapil. -- _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
