kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Qemu 0.10.50 CAN NOT get ip from dhcp server
@ 2009-07-06  2:13 John Wong
  2009-07-06  4:23 ` Sterling Windmill
  2009-07-15  8:00 ` Amit Shah
  0 siblings, 2 replies; 10+ messages in thread
From: John Wong @ 2009-07-06  2:13 UTC (permalink / raw)
  To: KVM list

I notice that, when i use qemu 0.10.50 (which from kvm-0.87.tar.gz), the
guest OS CAN NOT get the ip from dhcp server.
When i use qemu 0.10.0 (which from debian's kvm-0.85 package), the guest
OS CAN get the ip from the SAME dhcp server.

Please help, thank you.

My kvm network use bridge mode

My kvm launch script:

#!/bin/sh

NUM="9"
IMG="./openbsd-amd64.qcow2"
CDROM="/ntfs2/iso-cdrom/clonezilla-live-1.2.1-39.iso"
#CDROM="/kdchome/john/software/install46.iso"
#KVM="/usr/bin/kvm" # <--------- 0.10.0 which from debian kvm 0.85 package
KVM="/opt/kvm/bin/qemu-system-x86_64 -L /opt/kvm/share/qemu/" #
<--------- 0.10.50 which from kvm-0.87.tar.gz source code
USERID="$(whoami)"
PID="./pid.log"
iface="$(sudo /usr/sbin/tunctl -t tap${NUM} -b -u ${USERID})"

${KVM} -hda ${IMG} \
-net nic,vlan=${NUM},model=e1000,macaddr=00:AA:BB:CC:DD:0${NUM} \
-net
tap,vlan=${NUM},ifname="${iface}",script=/etc/kvm/kvm-ifup,downscript=/etc/kvm/kvm-ifdown
\
-localtime \
-usb -usbdevice tablet \
-k en-us -monitor stdio \
-soundhw all \
-cdrom ${CDROM} \
-m 1024 -vga cirrus -boot d $@


sleep 3
sudo /usr/sbin/tunctl -d ${iface}
exit $?



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

end of thread, other threads:[~2009-07-16 21:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-06  2:13 Qemu 0.10.50 CAN NOT get ip from dhcp server John Wong
2009-07-06  4:23 ` Sterling Windmill
2009-07-15  8:00 ` Amit Shah
2009-07-15  8:54   ` John Wong
2009-07-16 11:36     ` Amit Shah
2009-07-16 11:44       ` John Wong
2009-07-16 12:02         ` Amit Shah
2009-07-16 12:52           ` John Wong
2009-07-16 13:24             ` Amit Shah
2009-07-16 21:18               ` John Wong

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).