Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 55180 invoked from network); 7 Feb 2011 15:52:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Feb 2011 15:52:03 -0000 Received: (qmail 59481 invoked by uid 500); 7 Feb 2011 15:52:01 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 59205 invoked by uid 500); 7 Feb 2011 15:51:58 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 59187 invoked by uid 99); 7 Feb 2011 15:51:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Feb 2011 15:51:57 +0000 X-ASF-Spam-Status: No, hits=2.9 required=5.0 tests=FREEMAIL_FROM,FS_REPLICA,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of djc.ochtman@gmail.com designates 209.85.210.52 as permitted sender) Received: from [209.85.210.52] (HELO mail-pz0-f52.google.com) (209.85.210.52) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Feb 2011 15:51:50 +0000 Received: by pzk36 with SMTP id 36so1095145pzk.11 for ; Mon, 07 Feb 2011 07:51:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:from :date:x-google-sender-auth:message-id:subject:to:content-type :content-transfer-encoding; bh=b1T0eanc8W8qyUFMN9yhiGkR7u0Wl+wYQD1nrghN0dE=; b=pDZ4/BntoCq9fRbuK+qxUlGG4YMv/Lcd5pasOTwNfDLux9KVHtURy8FoPcAIwCGXhI z8TKK5WNZ/BGzDu6ErrTDcdPGznZoKv9KcBOyg1SHx/HUPRj1M+pPcbPSnJsq+ZWNfbY iMwEi3Wqdwma5iz+3adh1WYlWMu8GMcpatTDE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type :content-transfer-encoding; b=NZXbvc8Ttkp8ue30a2aywr26nOUAWKK0Lu9D/nRW0nVRK7Ed05h8cdQJzhct00TVYY UxqRuyr3bBEyWQUnz1jBVcN6xVH4ufy3GJCG/9GbNFVW+TBAbXiaB8pS7YzuHWiGynlN 0g6Lhg+cE3SUerWMxOE9vhQMxrtBEPFYhYzSs= Received: by 10.142.178.7 with SMTP id a7mr705399wff.386.1297093889021; Mon, 07 Feb 2011 07:51:29 -0800 (PST) MIME-Version: 1.0 Sender: djc.ochtman@gmail.com Received: by 10.142.169.21 with HTTP; Mon, 7 Feb 2011 07:51:08 -0800 (PST) In-Reply-To: <91F25BBC-5FEB-4FE4-8693-F608AEDF4F48@rowanshire.net> References: <91F25BBC-5FEB-4FE4-8693-F608AEDF4F48@rowanshire.net> From: Dirkjan Ochtman Date: Mon, 7 Feb 2011 16:51:08 +0100 X-Google-Sender-Auth: Gk_B58Fmu3HiwIB_GS2kFRD0st0 Message-ID: Subject: Re: Replication and security advice sought To: user@couchdb.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Feb 7, 2011 at 16:44, Robert Johnson wrote: > Advice and guidance would be very gratefully received, but please bear in= mind that whilst I am a pretty good application developer, my networking k= nowledge generally and proxy / firewall knowledge specifically is limited t= o principals and not practice so if you could explain the details of any su= ggestions in detail at a "put this line in this file" type level I would be= eternally grateful. Or you could use a VPN (virtual private network; an encrypted channel tunneled over the internet). We use OpenVPN to do CouchDB replications over the internet at work. It's free and fairly easy to set up. Cheers, Dirkjan