From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EiGhU-00044l-PT for qemu-devel@nongnu.org; Fri, 02 Dec 2005 14:36:08 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EiGhT-00044B-Tc for qemu-devel@nongnu.org; Fri, 02 Dec 2005 14:36:08 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EiGgu-0003bb-PP for qemu-devel@nongnu.org; Fri, 02 Dec 2005 14:35:32 -0500 Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1EiGgv-0006Qv-St for qemu-devel@nongnu.org; Fri, 02 Dec 2005 14:35:34 -0500 Message-ID: <4390A1FC.3000501@gmx.net> Date: Fri, 02 Dec 2005 20:35:24 +0100 From: Michael MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] new network options in qemu cvs version Reply-To: 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 Hi qemu-list, in qemu-0.7.2 i have used the following network options for tun/bridge device setup: qemu -macaddr aa:bb:cc:dd:ee:ff -n /etc/qemu/qemu.boot -hda /opt/xyz.img -boot c -nics 2 -localtime with the following (tun) network startscript (qemu.boot): ifconfig $1 0.0.0.0 promisc up brctl addif br0 $1 How can i do this with the new qemu (cvs) network options? Thanks for any help! Best Regards, Michael