From owner-freebsd-hackers Wed Jun 28 21:21:13 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA07267 for hackers-outgoing; Wed, 28 Jun 1995 21:21:13 -0700 Received: from misery.sdf.com (misery.sdf.com [204.191.196.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id VAA07255 for ; Wed, 28 Jun 1995 21:20:56 -0700 Received: (from tom@localhost) by misery.sdf.com (8.7.Beta.7/8.7.Beta.7) id VAA13436; Wed, 28 Jun 1995 21:25:30 -0700 (PDT) Date: Wed, 28 Jun 1995 21:25:23 -0700 (PDT) From: Tom Samplonius To: Network Coordinator cc: hackers@freebsd.org Subject: Re: Load Balancing/Sharing w/ FreeBSD In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: hackers-owner@freebsd.org Precedence: bulk On Wed, 28 Jun 1995, Network Coordinator wrote: > > Two questions about different types/implementations of load balancing. > > 1) When dealing with say, two serial links [modem or T1] how would one go > about setting up the connections so the links share load bidirectionally? > Assign them both the same destination IP address? This won't work. It needs to be implemented first. > 2) Has the code to enable two or three FreeBSD boxes to split new logins > based on load averages been enabled yet? You can do this via DNS. No need to add or enable anything. Tom