[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Xen-users] Re: ConVirt 1.1 + KVM networking
- To: yashwanth.reddy@xxxxxxxxxxx
- From: jd <jdsw2002@xxxxxxxxx>
- Date: Wed, 26 Aug 2009 10:50:39 -0700 (PDT)
- Cc: XenUsers <xen-users@xxxxxxxxxxxxxxxxxxx>
- Delivery-date: Wed, 26 Aug 2009 10:51:32 -0700
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=WlV8xx6+ZQgf5IjiNTDNRpTOhPgWUsaQeR1YN/zUcYx1vldk7hKuEqDAAjLG87X5AeryhY099Z6qUyzrYATXgIdynMs1dZIwkgWC/LvstgBjmlM0b/XQ1HataxUZkjXL1yjXeKsPtGvwiYGnwjtKnATR9JPhdFXsyr1XD2jiBow=;
- List-id: Xen user discussion <xen-users.lists.xensource.com>
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
|