Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 129534E06 for ; Thu, 23 Jun 2011 20:33:05 +0000 (UTC) Received: (qmail 25905 invoked by uid 500); 23 Jun 2011 20:33:02 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 25879 invoked by uid 500); 23 Jun 2011 20:33:02 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 25871 invoked by uid 99); 23 Jun 2011 20:33:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2011 20:33:02 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sdolgy@gmail.com designates 209.85.220.172 as permitted sender) Received: from [209.85.220.172] (HELO mail-vx0-f172.google.com) (209.85.220.172) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2011 20:32:55 +0000 Received: by vxi40 with SMTP id 40so2222267vxi.31 for ; Thu, 23 Jun 2011 13:32:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=TM6KqQKJwhcw7paD5g/4LbQhSEviz4dN37Fm2OZW48o=; b=r0VPCOQ+8kwHzzbogFclx16MotbWw6HhZznR7HfkrYRvBSSDdGVFnn8axQ8gUxPFAf 2LsfG83lOT+4Z+cM2F7jamWzR3mfBo6Qx9JgCD2y1FaxAe+9NWWhEOSeAL28mbK5dxw6 cun9wohtNcZ+v5UJxgEgjZpKi296g2V+2kW/4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=OPHdNhq5q+1fErtHaTP0NfIxLIH5hVG85FLmDku7+vBPUNSNAt2wED5VQf0gUkfJ7U 7mR20fwFoEdnST9UfRXvseB/wgh9cSeXdnqONa0VJdngXgV1tb1q6vOtL3bXn6Nq9TRy YVTl9q5lHQ5Gpm/waMR37GZm0jr9jP+RllZ2c= Received: by 10.52.75.170 with SMTP id d10mr3258679vdw.231.1308861154074; Thu, 23 Jun 2011 13:32:34 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.168.137 with HTTP; Thu, 23 Jun 2011 13:32:14 -0700 (PDT) In-Reply-To: References: <9C5FFE07-56CA-468E-8BF8-7DCBD77508C4@thelastpickle.com> <1303905319905-6309153.post@n2.nabble.com> <1308835759123-6508278.post@n2.nabble.com> From: Sasha Dolgy Date: Thu, 23 Jun 2011 22:32:14 +0200 Message-ID: Subject: Re: advice for EC2 deployment To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org we use a combination of Vyatta & OpenVPN on the nodes that are EC2 and nodes that aren't Ec2....works a treat. On Thu, Jun 23, 2011 at 10:23 PM, Sameer Farooqui wrote: > EC2Snitch doesn't currently support multi-Regions in Amazon. > Tickets to track: > https://issues.apache.org/jira/browse/CASSANDRA-2452 > https://issues.apache.org/jira/browse/CASSANDRA-2491 > Let us know if/how you get the OpenVPN connection to work across Regions. > > On Thu, Jun 23, 2011 at 6:29 AM, pankajsoni0126 > wrote: >> >> No, the nodes in the separate DC's are able to discover each other. But >> across the Dc's its not happening. >> >> I have double checked the config parameters, both require in amazon >> settings >> and cassandra.yaml before posting query here. >> >> has anybody got there nodes talking to each other across regions by just >> using public-dns? >> >> I am also looking into open vpn and how to deploy it.