From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Eb1js-0004aP-Jd for qemu-devel@nongnu.org; Sat, 12 Nov 2005 15:12:40 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Eb1jq-0004aD-S8 for qemu-devel@nongnu.org; Sat, 12 Nov 2005 15:12:40 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Eb1jq-0004aA-Oj for qemu-devel@nongnu.org; Sat, 12 Nov 2005 15:12:38 -0500 Received: from [212.216.176.143] (helo=vsmtp3alice.tin.it) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Eb1jq-0007r8-J8 for qemu-devel@nongnu.org; Sat, 12 Nov 2005 15:12:38 -0500 Received: from [82.56.40.55] (82.56.40.55) by vsmtp3alice.tin.it (7.2.060.1) id 4375F7E90000CF46 for qemu-devel@nongnu.org; Sat, 12 Nov 2005 21:12:28 +0100 Message-ID: <43764D13.6030200@alice.it> Date: Sat, 12 Nov 2005 21:14:11 +0100 From: Bernd Waldboth MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] TAP Win32 broken for newer OpenVPN? Reply-To: bernd.w@alice.it, qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hello, i noticed that when I updated the OpenVPN Tap Driver for Windows with the one coming in OpenVPN version 2.04 or 2.05, the same qemu.exe isn't able to connect to the tap-device anymore. The old driver works without problem. I tried it on different machines. Did anyone else notice the same behaviour? Maybe for the future someone is able to update the patch? I looked through the in source of the patch in hope for an "easy" solution like some naming thing etc., but I wasn't able to find anything "obvious". My concrete problem is that I manually deployed version 2.04 of the OpenVPN Tap-driver on about 30 machines while I tested only with an older version, and now I saw that Qemu does not cooperate with that version anymore. For me it would be much easier and faster to recompile qemu with a newer patch than to manually reinstall an older TAP driver, because i can create an MSI package of Qemu and deploy it via Active Directory. My configuration: Win XP Pro SP2 + all updates Qemu 0.72 + dma + asyncIO + tap-win32 Thanks for your help Bernd