From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Qt0pR-0000S9-0j for garchives@archives.gentoo.org; Mon, 15 Aug 2011 17:19:57 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A96EC21C068; Mon, 15 Aug 2011 17:19:47 +0000 (UTC) Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com [74.125.82.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 67C3A21C121 for ; Mon, 15 Aug 2011 17:18:45 +0000 (UTC) Received: by wyg36 with SMTP id 36so4779207wyg.40 for ; Mon, 15 Aug 2011 10:18:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:user-agent:in-reply-to:references :mime-version:content-transfer-encoding:content-type; bh=A730FWL7vc9QrWmOlcvfUZQ9gzz28PTxxysmhGBh3kk=; b=oOXGmT2EKPI7ecO5ViM3u8uCduGFMlH42H6AXRkgAHvdXQmEmi68ZElpyCicxjxHmE RYCWsRt9dFN1axk+4XCubmTw1DtXLAWZOY32VZYekhvlm/ehwAMOmm9nh73NgXn2TOzl M1zopnC1iSGqo2FFhvmqs9fSW7ia+uqYJBc5I= Received: by 10.227.32.73 with SMTP id b9mr3640351wbd.107.1313428724602; Mon, 15 Aug 2011 10:18:44 -0700 (PDT) Received: from nazgul.localnet (196-210-153-55.dynamic.isadsl.co.za [196.210.153.55]) by mx.google.com with ESMTPS id ew4sm4716231wbb.25.2011.08.15.10.18.42 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 15 Aug 2011 10:18:43 -0700 (PDT) From: Alan McKinnon To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] set both an ipv4 and ipv6 default gateway Date: Mon, 15 Aug 2011 19:18:24 +0200 Message-ID: <1430867.eQtvTlZ6uN@nazgul> User-Agent: KMail/4.7.0 (Linux/2.6.39-ck-r2; KDE/4.7.0; x86_64; ; ) In-Reply-To: References: 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 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" X-Archives-Salt: X-Archives-Hash: c60976c6d6edd77edf89449391249eea On Mon 15 August 2011 13:34:06 Jorge Polinotto did opine thusly: > Hi all, > > I'm trying to find out the way to set both IPv4 and IPv6 default > gateway in the /etc/conf.d/net file. > > I've seen this way [1], adding "iproute2" module, but when I > execute: > > # insmod iproute2 > insmod: can't read 'iproute2': No such file or directory iproute2 is not a kernel modules. It's a userspace app that openrc calls a module (ifconfig is an alternaive module for example). Don't insmod it. Just use the net service as normal > > so I guess it's not in my kernel and I don't know where to add it. > > [1] http://forums.gentoo.org/viewtopic-t-881529-start-0.html > > Any help would be appreciated. Thanks in advance. > > Jorge.- -- alan dot mckinnon at gmail dot com