qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] accidental mistyping of command line kills networking


From: Beth Kon
Subject: Re: [Qemu-devel] accidental mistyping of command line kills networking
Date: Tue, 27 Oct 2009 17:10:49 -0400
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

Beth Kon wrote:
I accidentally entered a command line as follows:

/usr/bin/qemu-kvm -drive file=/scratch/images/beth/windows/win2k3_32_R2.dat.10G.img,if=ide -m 2048 -boot cd -net nic,model=rtl8139 -net tap,script=/etc/qemu-ifup -vnc :12 -usbdevice tablet -monitor stdio -net nic,model=e1000 -net tap,script=/etc/qemu-ifup

and the machine's networking broke, requiring a network restart to get it back in order. The second -net tap,script=/etc/qemu-ifup causes the problem.

/var/log/messages shows
tap0: received packet with  own address as source address

I don't have time at the moment to look into what's going wrong. Just wanted to make people aware.

Beth Kon


A clarification... this command line is ok. But as it happens, windows datacenter does not have a driver for rtl8139. So somehow, this driverless adapter in windows is effectively causing an "extra" tap device to be specified on the qemu command line, wreaking havoc with the networking on the host.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]