From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N2tIF-0005F0-5V for qemu-devel@nongnu.org; Tue, 27 Oct 2009 17:09:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N2tIA-0005EO-Kp for qemu-devel@nongnu.org; Tue, 27 Oct 2009 17:09:26 -0400 Received: from [199.232.76.173] (port=55708 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N2tIA-0005EL-Eg for qemu-devel@nongnu.org; Tue, 27 Oct 2009 17:09:22 -0400 Received: from e2.ny.us.ibm.com ([32.97.182.142]:53289) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N2tI9-0002Xa-P9 for qemu-devel@nongnu.org; Tue, 27 Oct 2009 17:09:22 -0400 Received: from d01relay06.pok.ibm.com (d01relay06.pok.ibm.com [9.56.227.116]) by e2.ny.us.ibm.com (8.14.3/8.13.1) with ESMTP id n9RL1mAI020775 for ; Tue, 27 Oct 2009 17:01:48 -0400 Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay06.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id n9RL9Iek1261816 for ; Tue, 27 Oct 2009 17:09:18 -0400 Received: from d01av03.pok.ibm.com (loopback [127.0.0.1]) by d01av03.pok.ibm.com (8.14.3/8.13.1/NCO v10.0 AVout) with ESMTP id n9RB9vgY021965 for ; Tue, 27 Oct 2009 07:09:57 -0400 Received: from [9.76.26.224] (sig-9-76-26-224.mts.ibm.com [9.76.26.224]) by d01av03.pok.ibm.com (8.14.3/8.13.1/NCO v10.0 AVin) with ESMTP id n9RB9vLs021950 for ; Tue, 27 Oct 2009 07:09:57 -0400 Message-ID: <4AE761D9.7040401@us.ibm.com> Date: Tue, 27 Oct 2009 17:10:49 -0400 From: Beth Kon MIME-Version: 1.0 Subject: Re: [Qemu-devel] accidental mistyping of command line kills networking References: <4AE7460D.7050807@us.ibm.com> In-Reply-To: <4AE7460D.7050807@us.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel 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.