[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: R: Re: [Xen-users] Can't migrate domains
- To: Xen-users@xxxxxxxxxxxxxxxxxxx
- From: mail4dla@xxxxxxxxxxxxxx
- Date: Mon, 16 Jul 2007 11:52:48 +0200
- Delivery-date: Mon, 16 Jul 2007 02:50:42 -0700
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=ppAcFXhtLZFObCO0/ExNaTILXdEsgyCTkphPDSMeATDS3i1IfgEEvnHDrsOG/IEdtfh+SwUeAFioExBg9VwvrxTuDHQSboR3qrJdsDvB/njnb5cCOTzxL8aoTZrL6DmAIH5QnBytrhK5faYibFWWFkVBP4HlqCjqWNHze2C1bos=
- List-id: Xen user discussion <xen-users.lists.xensource.com>
What Linux distribution are you using? Fedora for example has some packet filter rules active by default that prevent any access to port 8002 over the network. Try iptables -L -v
On 7/16/07, andrea15@xxxxxx <andrea15@xxxxxx> wrote:
I tried so (xend-relocation-hosts-allow '^.*$') but I had the same results..... debian:~# xm migrate vm01 143.225.229.138 Error: can't connect: No route to host
Usage: xm migrate <Domain> <Host>
however I haven't yet used a networked solution for my disk images. they're stored on local hard disk.I wanted to be sure of my configuration before, facing the problem after.
But I don't think It's the reason for which migration doesn't start at all...
Any other suggestion? ---- Messaggio originale---- Da: mail4dla@xxxxxxxxxxxxxx
Data: 16-lug-2007 10.22 AM A: "andrea15@xxxxxx"<andrea15@xxxxxx> Cc: <xen-users@lists.
xensource.com> Ogg: Re: [Xen-users] Can't migrate domains
Hi,
On 7/15/07, andrea15@xxxxxx <andrea15@xxxxxx> wrote:
> > (xend-relocation- address '') > (xend-relocation-hosts-allow '') > #(xend- > relocation- hosts-allow '^localhost$ ^localhost\\.localdomain$') > etc.....
> I think in this way I should have avoided to block connections > from ra emote host, allowing whole them.
I think you are actually rejecting connections from everywhere. To allow all connections, you should try
'^.*$', but I suggest that you add some more restrictive regexp in a non-test environment ;-)
hth dla
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|