Displaying 2 results from an estimated 2 matches for "swapimag".
Did you mean:
swapimage
2010 Nov 05
2
How to install an Ubuntu DomU on Ubuntu 10.04 Dom0
Hi,
I''m a newbie in VM/Xen. As a first step to do some study/experiment on VM, I
want to install Ubutnu (10.04) as DomU on top of Ubutu (10.04) Dom0.
I need some direction to stat with:
- how to install the DomU image
- how to configure the network address
I''d be greatly thankful to you for providing some useful link to this end.
Thank you in advance.
Regards,
-shopno
2005 Jun 15
1
2 ips on one eth-interface in xen
...using xen2.6 with a 2.6.11 kernel
my config:
kernel = "/boot/vmlinuz-2.6.11-xenU"
memory = 1280
name = "s51"
nics=1
vif = [ ''ip=82.149.232.51,mac=00:E0:81:29:71:3D'' ]
disk = [ ''file:/home/xen/51/diskimage,sda1,w'',
''file:/home/xen/51/swapimage,sda2,w'', ''file:/home/xen/51/homeimage,sdb1,w'' ]
dhcp="off"
ip="82.149.232.51"
netmask="255.255.254.0"
gateway="82.149.232.48"
hostname= "51.xen2.ckras.com"
root = "/dev/sda1"
extra = "3"
iptables -L -...