I am using the following to install a virtual machine: virt-install --hvm --name windows7 --ram 1024 --disk path=/var/lib/libvirt/images/windows8.img,size=15 --cdrom /var/lib/libvirt/images/iso/win-32bit.iso I need to assign IP address for this particular virtual machine along with port, so that I can access it from a web browser. I am using ubuntu server 11.10 with xen hypervisor-4.1.0 & libvirt-0.4.5. Regards Alee |