On 14 Nov 2003, at 23:54, Matt Ayres wrote:
[root@vpc root]# cat /etc/xenctl.xml
<?xml version="1.0"?>
<domctl_defaults>
<domain_name>XenoLinux</domain_name>
<domain_size_kb>65535</domain_size_kb>
<domain_image>/boot/xenolinux.gz</domain_image>
<domain_vifs>1</domain_vifs>
<root_device>/dev/hda2</root_device>
<root_args>ro</root_args>
<args>init=/linuxrc 4 DOMID=+</args>
<nw_ip>=+</nw_ip>
<nw_gw>=</nw_gw>
<nw_mask>=</nw_mask>
The last 3 lines should be:
<nw_ip>169.254.1.0+</nw_ip>
<nw_gw>169.254.1.0</nw_gw>
<nw_mask>255.255.0.0</nw_mask>
These are IP addresses for internal virtual network
interfaces, has nothing to do with real IP address
on your physical network interface
<nw_nfs_server>169.254.1.0</nw_nfs_server>
<max_domain_number>10</max_domain_number>
<xi_tools_dir>/install/bin/</xi_tools_dir>
</domctl_defaults>
[root@vpc root]# cat /etc/xen-mynewdom
domain new -ntest1 -k16384 -v1 -d/dev/hda2 -4192.168.1.201
-g192.168.1.1
-htest1.office.tektonic.net
physical grant -p/dev/hda2
domain start -n1
It seems you have modified this file. Actually just 2 lines will do:
domain new
domain start
Please try and post the result.
-- Bin
-------------------------------------------------------
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|