X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 10B4BDC00E1 for ; Thu, 13 Dec 2012 11:37:06 +0000 (UTC) Received: by mail-bk0-f54.google.com with SMTP id je9so948408bkc.13 for ; Thu, 13 Dec 2012 03:37:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :x-mailer:mime-version:content-type:content-transfer-encoding; bh=J+b85uxlY8OrLF+O0o3yjwl6jsyTGKtyjr6GSdA0+rE=; b=o8y2Gxq5FfGp5mF3+5zJ1a6LwlVTutikKaKeicIV0HMRZkXvnuq0sTFm/RXSU/DiLh 3MemffwVZ7ys9AQSaKsmxFPySHL7xbQBW3TJNNPhQxHfzdpzqGuBsJjG4KjS+B30HBOE PS44REqha2Dr4tZT68k6OSbrSqrTIOJCrqij1kfdxAsozC0jXquwKqJ0WnPxtd7+Eljj cdxODwA+lWjnk4PtFMNcUzZTzOUtIh/b2yZOpN2PMiofx4hARvzbIFF6yNoRrXYG815O jCXFhfgIlaIv9Kzqby2B3HV/uQ4g2ADYGbio5ZTuKqPxbENxfzsbUVuKMbx+nlWwHFVh Fpdw== Received: by 10.204.7.145 with SMTP id d17mr818743bkd.84.1355398625172; Thu, 13 Dec 2012 03:37:05 -0800 (PST) Received: from vostro ([2001:1bc8:101:f402:21c:23ff:fefc:bf0b]) by mx.google.com with ESMTPS id m20sm1026834bkw.4.2012.12.13.03.37.03 (version=SSLv3 cipher=OTHER); Thu, 13 Dec 2012 03:37:04 -0800 (PST) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Date: Thu, 13 Dec 2012 13:36:39 +0200 From: Timo Teras To: alex M Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] How to create a tun interface? Message-ID: <20121213133639.1a1f9d8c@vostro> In-Reply-To: References: X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.13; i686-pc-linux-gnu) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 13 Dec 2012 05:58:56 +0100 alex M wrote: > I'd like to know how to create a tun interface with AlpineLinux? > > I didn't see any uml-utilities or tunctl package and iproute2 seems to > be not build with tuntap support. I don't know if it can work with > Alpine. iproute2 should be built with tuntap. Maybe you have not installed iproute2 but are using the 'ip' from busybox builtins? Try 'apk add iproute2' - Timo --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---