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-devel

Re: [Xen-devel] Problems

To: "Jaswinder S. Ahluwalia" <jahluwal@xxxxxxxxxxx>
Subject: Re: [Xen-devel] Problems
From: Bin Ren <br260@xxxxxxxxx>
Date: Mon, 24 Nov 2003 17:44:26 +0000
Cc: Devel Xen <xen-devel@xxxxxxxxxxxxxxxxxxxxx>
Delivery-date: Mon, 24 Nov 2003 17:45:30 +0000
Envelope-to: steven.hand@xxxxxxxxxxxx
In-reply-to: <E1AOKSo-0003cg-LN@xxxxxxxxxxxxxxxxxx>
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
References: <E1AOKSo-0003cg-LN@xxxxxxxxxxxxxxxxxx>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
On 24 Nov 2003, at 17:25, Jaswinder S. Ahluwalia wrote:

The reason I set the IP addresses as such is because I must be able to log into the other domains (all domains > 0) remotely. Will I still be able to
if I do them as you have suggested?

What do you mean by remotely? From another real
computer on the LAN?

Both 169.254.X.X and 192.168.X.X are private IP
addresses. If you want to access these IP addresses
from outside, you have to set up NAT rules in the gateway.

e.g.:

Your Domain0 has a real physical network interface
which is connected to the local network with IP address
A.B.C.D and you use 169.254.1.0 as the IP address
for Domain0 virtual network interface.

Newly created domain 1 has 169.254.1.1 as the IP
address for virtual network interface, and 169.254.1.0
as gateway.

Now, you want to visit domain1 from another real
physical computer on LAN, whose IP address is
A.B.C.E

Then, you must insert NAT rules in Domain0. As
a result, when A.B.C.E connects to A.B.C.D, port
9991, Domain0 forwards the packet to domain1
(i.e. 169.254.1.1)


In short, there is no difference between using
169.254.1.x and 192.168.1.x, but our current
'xen_nat_enable' hard codes 169.254.1.x,
so it's more convenient to follow suit.

You can find further online information on NAT.

-- Bin



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

<Prev in Thread] Current Thread [Next in Thread>