From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Hanquez Subject: Re: Is it possible to access XenStore remotely? Date: Thu, 20 Aug 2009 10:24:32 +0100 Message-ID: <4A8D1650.4040902@eu.citrix.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: weiming Cc: "xen-devel@lists.xensource.com" , "xen-api@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org weiming wrote: > Hi, > > Is it possible to read/write the xenstore from another physical machine? > > I know it uses Unix socket. So it looks hard to access it remotely, > isn't it? Hi weiming, whilst it's not possible at the moment and certainly a bad idea security wise, make xenstored listen on a tcp socket along with the unix socket is very easy. cheers, -- Vincent