[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-users] cloned win2k3 resets static ip
I've cloned a win2K3 VM (with acpi=1 apic=0) + GPLPV 0.9.12-pre13 but when I change the IP, after resetting the machine it keeps the old one + computername. import os, re arch = os.uname()[4] if re.search('64', arch): arch_libdir = 'lib64' else: arch_libdir = 'lib' kernel = "/usr/lib/xen/boot/hvmloader" builder='hvm' memory = 2048 name = 'win2k3' vcpus=1 acpi=1 apic=0 pae=1 vif = [ 'bridge=eth0' ] # This is for using an LVM volume as a virtual disk disk = [ 'phy:/dev/xen_guests/win2k3-001,ioemu:hda,w'] device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm' boot='c' vnc=1 stdvga=0 usb=1 usbdevice='tablet' nographic=0 vncviewer=0 sdl=0 vnclisten='0.0.0.0' -- View this message in context: http://www.nabble.com/cloned-win2k3-resets-static-ip-tp22059478p22059478.html Sent from the Xen - User mailing list archive at Nabble.com. _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |