From owner-cvs-doc@FreeBSD.ORG Mon Apr 30 04:12:41 2007 Return-Path: X-Original-To: cvs-doc@freebsd.org Delivered-To: cvs-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 87A9416A402; Mon, 30 Apr 2007 04:12:41 +0000 (UTC) (envelope-from jkois@freebsd.org) Received: from server043.webpack.hosteurope.de (server043.webpack.hosteurope.de [80.237.130.51]) by mx1.freebsd.org (Postfix) with ESMTP id 3F4BD13C44B; Mon, 30 Apr 2007 04:12:41 +0000 (UTC) (envelope-from jkois@freebsd.org) Received: from r8f49.r.pppool.de ([89.54.143.73]); authenticated by server043.webpack.hosteurope.de running ExIM using esmtpa id 1HiC3t-0004Dm-0p; Sun, 29 Apr 2007 18:15:45 +0200 From: Johann Kois To: Tom Rhodes Date: Sun, 29 Apr 2007 18:15:40 +0200 User-Agent: KMail/1.9.5 References: <200704260810.l3Q8AUNj044403@repoman.freebsd.org> In-Reply-To: <200704260810.l3Q8AUNj044403@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200704291815.42093.jkois@freebsd.org> X-bounce-key: webpack.hosteurope.de;jkois@freebsd.org;1177906361;25a475f0; Cc: doc-committers@freebsd.org, cvs-doc@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml X-BeenThere: cvs-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the doc and www trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Apr 2007 04:12:41 -0000 On Thursday 26 April 2007 10:10, Tom Rhodes wrote: > trhodes 2007-04-26 08:10:29 UTC > > FreeBSD doc repository > > Modified files: > en_US.ISO8859-1/books/handbook/advanced-networking > chapter.sgml > Log: > Add some documentation on carp(4), provide an example configuration for > fail over cases. > > Sponsored by: AiNET Corp. > > Revision Changes Path > 1.390 +136 -0 > doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml Hello, just trying to translate this change but I am a little bit confused. So I think this section needs a little bit of rewording or clarification (at least for me) ... >This example will provide fail over support >for three hosts, both with unique IP >addresses and provide the same web content. Three or two hosts? >Prepare the third machine, provider.example.org, so that >it may handle fail over from either host. This machine >will require two carp devices, one to handle each of host. Does this mean that I need three machines with an identical configuration in this example? With 2 of them (the content providers) always being online? And only when one of them fails, the "backup server" (provider.example.org) will take over for one of them (so we still have 2 online content providers)? And when the failed machine is back online, it will take over again from provider.example.org? jkois