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] Bad network performances

To: Lorenzo Milesi <lorenzo.milesi@xxxxxxxxxx>
Subject: Re: [Xen-users] Bad network performances
From: Vasil Valchev <vasil.val@xxxxxxxxx>
Date: Mon, 4 Jul 2011 14:23:13 +0300
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 04 Jul 2011 04:24:34 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=0s/aBurtdicvlTxfbEfy5w8pj6VRCZ1qkuOB0hmqWTk=; b=URO4Jvw9jrD1AqqHQNXQqXA8ukUylnZL2ueJTfpOGhDOroypyNH5J0TqI/8SZNO2M9 ptWEimi0A7xAPC6hhKI0gFiBrBVhS4Co2qitnO+oF5lE5Gk0XbpoVpikLLqwF6qLiGaB FxOccQsGjkzOm76ppU6qdeg5ABPBgyEk9d3tI=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <e7a725bf-a958-43ee-be3f-89c343233d47@ariel>
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <BANLkTikU_728WeVH6L0UpZRFmsgKBfkXBQ@xxxxxxxxxxxxxx> <e7a725bf-a958-43ee-be3f-89c343233d47@ariel>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx

NAT means that the VM won't have an IP of the local lan, and cannot be reached by other hosts. I have running services there (smb, web)...


Actually this is not true. The VM will have a different IP and will not be accessed directly from physical hosts. But there is a thing called "port redirection". I don't know if you are familiar with it, but the basics are that you link a port of the "outside" interface to a port on your VM. That way if you want to access port 80 on the VM, you can redirect, for example, port 34564 of the host to port 80 to the VM (you can also redirect 80 to 80, just different IPs). If you have a just a few ports that you need to do this for it will work, but if there is something that dynamically opens ports it will be difficult.

Hope this helps you!

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