From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2F41F1387FD for ; Mon, 7 Apr 2014 08:04:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71804E0B04; Mon, 7 Apr 2014 08:04:44 +0000 (UTC) Received: from postler.lichtfels.com (postler.lichtfels.com [78.46.92.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 645AFE0AE5 for ; Mon, 7 Apr 2014 08:04:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by postler.lichtfels.com (Postfix) with ESMTP id 068DC125D2 for ; Mon, 7 Apr 2014 10:04:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xunil.at; s=mailout; t=1396857881; bh=g4aCNC74UXdzSYdkcMldujCQGzwRv4WhJYpd1dYU5nE=; h=Date:From:Reply-To:To:Subject:References:In-Reply-To; b=Yw/rnAXA93gGBwpqFx+lO68LTOWNlKfZOHL8rhLbyJG8Wq7+Oz5DgzDaYnhz5DO45 icb/66U3kcB/bi4aSbYgHQo0b5WukqFcZbdDsZG+imPI3YyDk5i5nBfkcRq1Bv97Dr O4dNENmaJnFPjAadi72Bv22OiCrhM2qoA6EbFwKg= Received: from postler.lichtfels.com ([127.0.0.1]) by localhost (postler.lichtfels.com [127.0.0.1]) (amavisd-maia, port 10024) with LMTP id 27222-02 for ; Mon, 7 Apr 2014 10:04:39 +0200 (CEST) Received: from hiro.oops.intern (unknown [IPv6:2001:15c0:65ff:8742:d2f:2971:a1e5:41f]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by postler.lichtfels.com (Postfix) with ESMTPSA id B4B4B125D0 for ; Mon, 7 Apr 2014 10:04:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xunil.at; s=mailout; t=1396857879; bh=g4aCNC74UXdzSYdkcMldujCQGzwRv4WhJYpd1dYU5nE=; h=Date:From:Reply-To:To:Subject:References:In-Reply-To; b=HxtBc0RDVc9INucqP5ru+Wf2iEL/CJiJEF+J8DO/SgQAeO3b7WwT0Zf0fzbKnaWk2 MrDhjfbFC4ADUb/iVfYT1lBhNM9Jwse+omqKM0AU447Ge4yJNBLejcRVPSMe8PFJRc /CRcI/AFpNnLowFh85GiYKtnwYwcPGuQp71hUkxY= Message-ID: <53425C17.9080808@xunil.at> Date: Mon, 07 Apr 2014 10:04:39 +0200 From: "Stefan G. Weichinger" Organization: oops! User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: systemd-networkd: simpler config for my network References: <53395C34.2050306@xunil.at> <533961ED.3080209@xunil.at> In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.2c X-Archives-Salt: 4c34d102-bdc9-41ed-bd03-c7f4152f3d0d X-Archives-Hash: 1d3e8ab8046062757829b89e4f871930 Am 06.04.2014 15:02, schrieb Tom H: >> So the openrc-example might be simplified? ok with me ... does anyone >> confirm? > > It depends how you set up your network on the qemu command line. > > If you use "qemu -netdev tap,id=hn0,script=no,downscript=no ...", you need > to set up a tap. > > If you use "qemu -netdev tap,id=hn0 ...", you don't need to set up a tap if > you have a "/etc/qemu-ifup" script.. > > But you do need to set a bridge on both cases. ok ... I would have to look that up as I don't use qemu via command line but via virtmanager/libvirt. Thanks, Stefan