|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] Re: ConVirt 1.1 + KVM networking
You need to add the physical interface (say eth0) to the bridge.
This setup is done when u run convirt-tool on the managed server. If you have started doing this manually.. then make sure that ifcfg-eth0 has BRIDGE=br0.
If you still run in to problem. Send in output of brctl show when the VM is running.
/Jd
--- On Wed, 8/26/09, yashwanth <yashwanth.reddy@xxxxxxxxxxx> wrote:
From: yashwanth <yashwanth.reddy@xxxxxxxxxxx> Subject: ConVirt 1.1 + KVM networking To: "jd" <jdsw2002@xxxxxxxxx> Cc: "XenUsers" <xen-users@xxxxxxxxxxxxxxxxxxx> Date: Wednesday, August 26, 2009, 6:10 AM
Dear jd,
we are using convirt
1.1 for creation and management of virtual machines using KVM hypervisor.When i try to install VM on host over a network ,VM is not getting ip assigned,so we are not able to continue installation process.when i observe convirt log the following is command used to create VM
qemu-kvm -hda "/home/nitin/opt/kvm/kvm3.disk.xm" -kernel "/home/yash/iso/mount/images/pxeboot/vmlinuz" -net "nic,vlan=0,macaddr=00:16:3e:2f:e2:5f" -net "tap,vlan=0,script=/etc/kvm/qemu-ifup-br0" -append "/home/yash/iso/mount/images/pxeboot/vmlinuz" -usb "1" -boot "c" -m "256" -no-acpi "" -initrd "/home/yash/iso/mount/images/pxeboot/initrd.img" -vnc ":53" -name "kvm3" -usbdevice "tablet" -smp "1" -monitor "unix:/var/run/kvm/monitors/kvm3,server,nowait" -pidfile "/var/run/kvm/pids/kvm3" -daemonize
i have created ifcfg-br0 file and it looks like
DEVICE=br0 BOOTPROTO=dhcp >TYPE=Bridge
Please help me
in configuring network.
Thanks and Regards, Yashwanth
|
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|