From owner-freebsd-isp Mon Aug 2 12:19:45 1999 Delivered-To: freebsd-isp@freebsd.org Received: from mail.inficad.com (mail.inficad.com [207.19.74.5]) by hub.freebsd.org (Postfix) with ESMTP id 7028414D93 for ; Mon, 2 Aug 1999 12:19:33 -0700 (PDT) (envelope-from joeym@inficad.com) Received: from exchsrvr.inficad.com (exchsrvr.inficad.com [208.204.81.4]) by mail.inficad.com (8.9.3/8.9.0) with ESMTP id MAA83209; Mon, 2 Aug 1999 12:18:34 -0700 (MST) Received: by exchsrvr.inficad.com with Internet Mail Service (5.5.1960.3) id ; Mon, 2 Aug 1999 12:21:26 -0700 Message-ID: <813A3F0E2D02D211884900A0C966731EA7B18C@exchsrvr.inficad.com> From: joeym@inficad.com To: phill@cobia.gulf.net, troyk@basspro.com Cc: LutzRab@omc.net, freebsd-isp@FreeBSD.ORG Subject: RE: Loadbalance webservers Date: Mon, 2 Aug 1999 12:21:21 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.1960.3) Content-Type: text/plain Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Don't sure if you can trick stock NATD into doing this, but Coyote Point Systems has a product (Equalizer) based on 2.2.8's NATD (modified of course) that does load balancing like this. They also have a demo (FreeQualizer) you can play with. www.coyotepoint.com i believe. -- Joey Miller UNIX System Administrator Inficad Communications 602.265.4423 / 888.265.4423 -----Original Message----- From: phill@cobia.gulf.net [mailto:phill@cobia.gulf.net] Sent: Monday, August 02, 1999 4:53 PM To: Troy Kittrell Cc: LutzRab@omc.net; freebsd-isp@FreeBSD.ORG Subject: Re: Loadbalance webservers I remember reading something on Microsoft's webpage on how they setup www.microsoft.com with a single IP, and had it hit several different machines. Maybe something like this could be done for your situation. You could possibly fake something like: |--------------| | www.site.com | | (public IP) | |--------------| _______________|_________________ | | | 10.0.0.1 10.0.0.2 10.0.0.3 You may be able to trick natd into doing something like this. Roundrobin DNS on a local network only? I know you can redirect natd to an internal machine for a certain port... it's not hard. There may be a certain program that does this, I cannot recall. --- Phillip Salzman phill@freebsd.org On Mon, 2 Aug 1999, Troy Kittrell wrote: > We looked at DNS load balancing but I wasn't at all thrilled with the > problems that come from other DNS servers caching the addresses. We're > using apache 1.3.6 with mod_proxy and mod_rewrite without any problems. > It's easy to configure and also seems to work using it with virtual domains > as well. The latter isn't in production but I've tested it under minor load > and seems okay... > > Lutz Rabing wrote: > > > We have the problem to split the traffic to a busy website on two or > > more webservers. This needs to be done in a way that the client doesn't > > realize that there are different machines serving the same domain. > > > > We use 3.2.STABLE with apache 1.3.6/php. > > > > Is there an approach to do this under FreeBSD? > > > > I guess that yahoo.com does not have just one frontend webserver... > > > > lutz rabing > > -OMCnet Internet Service GmbH- > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-isp" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message