Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 89696 invoked from network); 28 Feb 2011 09:43:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Feb 2011 09:43:43 -0000 Received: (qmail 89658 invoked by uid 500); 28 Feb 2011 09:43:40 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 89484 invoked by uid 500); 28 Feb 2011 09:43:38 -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 89476 invoked by uid 99); 28 Feb 2011 09:43:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Feb 2011 09:43:37 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [66.33.216.122] (HELO hapkido.dreamhost.com) (66.33.216.122) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Feb 2011 09:43:31 +0000 Received: from homiemail-a55.g.dreamhost.com (caibbdcaaaaf.dreamhost.com [208.113.200.5]) by hapkido.dreamhost.com (Postfix) with ESMTP id 036FB37660A for ; Mon, 28 Feb 2011 01:43:11 -0800 (PST) Received: from homiemail-a55.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a55.g.dreamhost.com (Postfix) with ESMTP id A529012C04C for ; Mon, 28 Feb 2011 01:43:04 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=thelastpickle.com; h=content-type :mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; q=dns; s= thelastpickle.com; b=DB7cGqTXlBatYZswCnNn31t0revUZGP0pup9ZfBUbNW nsvw26w4KT0dNKOsk/TtNpDnRAQEn/TVFOjCaZbl89YO5qr/BxQbNbKKYjDML89I 8NDoGeHkPBnmJyHLhpqdrXUO5wZWGcMKsLbgl9CiR2Sis5Yq0ysA5jjxmVWWjvm8 = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=thelastpickle.com; h= content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; s= thelastpickle.com; bh=mUfo6KYkLRaJLsOBMfhtG8E4BAY=; b=XYEs2qW6cs 82Pr3z0Dh+Rm6BUcD7P2l7CfJv+Z/x6QYRKoQKuxEV+5R0am8UZ+XYGA8HffZtbp 893PU5LBmThS6tTTMpVPL8N4F1C5CwvlS6GDcnn3nEZsEkAAPELtAAsKuFw9dJgl 3TGiIFpnqaBAHsa4CGtVy9FqnJ1StlJtU= Received: from [10.0.1.150] (121-73-157-230.cable.telstraclear.net [121.73.157.230]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: aaron@thelastpickle.com) by homiemail-a55.g.dreamhost.com (Postfix) with ESMTPSA id 5A7DD12C04B for ; Mon, 28 Feb 2011 01:43:04 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1082) Subject: Re: How to restrict access to cassandra jmx to private network? From: aaron morton In-Reply-To: <9C6C7FB0-9E3C-4D92-B943-75423FF64283@gmail.com> Date: Mon, 28 Feb 2011 22:43:02 +1300 Content-Transfer-Encoding: quoted-printable Message-Id: References: <9C6C7FB0-9E3C-4D92-B943-75423FF64283@gmail.com> To: user@cassandra.apache.org X-Mailer: Apple Mail (2.1082) Take a look at the bottom of conf/cassandra-env.sh and follow the link = to = http://blogs.sun.com/jmxetc/entry/troubleshooting_connection_problems_in_j= console I think you can bind it to an interface using -Djava.rmi.server.hostname = JVM option=20 Aaron On 28 Feb 2011, at 04:22, Matt Kennedy wrote: > Apparently it is tricky, I found this: = http://vafer.org/blog/20061010091658/ >=20 > On Feb 26, 2011, at 4:17 PM, ruslan usifov wrote: >=20 >> Hello >>=20 >> For example if servers in cluster hav etwo network interfaces, one of = which is private (accessible only from local network). Is it possible to = bind jmx to that private interface? On only firewall helps?=20 >=20