WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] Poin to point connection

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] Poin to point connection
From: mail4dla@xxxxxxxxxxxxxx
Date: Wed, 11 Jul 2007 09:54:07 +0200
Delivery-date: Wed, 11 Jul 2007 00:51:59 -0700
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=lWYQ4Sa7+CWoPxIAD4NvFhnUVE6N3xjTSJGuM0U38cwNBbc7rnIm5gqyPEBYhP4d2HESMInJiMtvwspFtJHKetWOP5z1iY0CUNG6YCWjQKIBSaTsdqg5LaNUVXsCfdWClT40gswjkoii8+jGiJpWCoEyuvIt1PUmtWgBhGgTmdo=
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=J4xUD+NUOUdXI111nzzyoxET90ksq4hZkTTyKBq0TpafID92kQbaDHNBhzLOTLaA7gLsN12PJwLSKZ4qY+lxcARsEwkyw76upKM0HOAqvJFNPuA8EgfdymIioLYQSGwQUgZucjI8sD2ME4WFvfN5EKhcHEQxfbLYqloz6II2Ef4=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <77c7ef6d0707090831p5f6ffa47y586928f5aa93b4f@xxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <77c7ef6d0707090831p5f6ffa47y586928f5aa93b4f@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Yes, it works.
In the DomU, configure eth0 like you would normally do:
ip addr add 192.168.0.1/32 peer 10.0.0.1 dev eth0
ip route add default via 10.0.0.1

You can then either configure the other domain appropriately or have the P2P connection terminated in the Dom0 by the associated vif.
I believe that in this case, you need to assign a MAC to the vif and enable ARP on it. Anyhow, should should remove it from any bridge (xenbr0 by default).

hth!

On 7/9/07, Hieu Do <dohieu@xxxxxxxxx> wrote:
Hi,
I don't know if xen networking mode support Point to Point connection
between two Vms. Anyone help me please

thanks
--
Do Trong Hieu

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>