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] Creating Xen Guest on CentOS 5 HELP

To: Joko Frank Octo <fenhin@xxxxxxxxx>
Subject: Re: [Xen-users] Creating Xen Guest on CentOS 5 HELP
From: lsc@xxxxxxxxxxxxxxxxxx
Date: Fri, 8 Feb 2008 15:51:53 -0500
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 18 Feb 2008 09:32:23 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <218eea0f0802082036x784bc301q92167a793d100fea@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: <218eea0f0802082036x784bc301q92167a793d100fea@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.4.2.2i
On Fri, Feb 08, 2008 at 08:36:30PM -0800, Joko Frank Octo wrote:
> Hello,
> - I have xen server installed on my CentOS 5
> - I have some static IP from my ISP
> -- 66.90.101.97 is my main server IP Address
> -- Reserved IP from ISP: 67.159.34.125 - 67.159.34.126
> - I want the xen guest has some ip 67.159.34.125 - 67.159.34.126
> - Xen guest be able to access internet, and also internet user can access
> the xen guest.


as for installation, the easiest way to do it is with virt-install - 
just follow the prompts, input a CentOS mirror, and you are good to go.  
pick dhcp;  it should 'just work' with the CentOS Network-Nat stuff
that is default.

Now, once you are done and want to give your DomU a static external IP, 
etit /etc/xen/[domUname]

and change the
vif=['']
line and add
vif=['bridge=xenbr0']


then, from within the domU, set the static address the usual way.  shut
down and re-start the DomU and you should be ready to go.  

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

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