qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] VM with two interfaces
@ 2010-10-21 16:23 Nirmal Guhan
  2010-10-21 22:49 ` [Qemu-devel] " Nirmal Guhan
  0 siblings, 1 reply; 3+ messages in thread
From: Nirmal Guhan @ 2010-10-21 16:23 UTC (permalink / raw)
  To: kvm, qemu-devel

Hi,

Am trying to create a VM using qemu-kvm with two interfaces(fedora12
is the host and vm) and running into an issue. Given below is the
command :

qemu-kvm -net nic,macaddr=$macaddress,model=pcnet -net
tap,script=/etc/qemu-ifup -net nic,model=pcnet -net
tap,script=/etc/qemu-ifup -m 1024 -hda ./vdisk.img -kernel
./bzImage-1019 -append "ip=x.y.z.w:a.b.c.d:p.q.r.s:a.b.c.d
ip=x.y.z.u:a.b.c.d:p.q.r.s:a.b.c.d root=/dev/nfs rw
nfsroot=x.y.z.v:/blahblahblah"

On boot, both eth0 and eth1 come up but the vm tries to send dhcp and
rarp requests instead of using the command line IP addresses. DHCP
would fail in my case.

With just one interface, dhcp is not attempted and nfs mount of root works fine.

Any clue on what could be wrong here?

Thanks,
Nirmal

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-10-22  8:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-21 16:23 [Qemu-devel] VM with two interfaces Nirmal Guhan
2010-10-21 22:49 ` [Qemu-devel] " Nirmal Guhan
2010-10-22  8:05   ` Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).