|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Creating Xen Guest on CentOS 5 HELP
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
|
|
|
|
|