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 1Q9y9G-0006iB-IF for garchives@archives.gentoo.org; Wed, 13 Apr 2011 11:22:14 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E2021C005; Wed, 13 Apr 2011 11:20:35 +0000 (UTC) Received: from mail-iy0-f181.google.com (mail-iy0-f181.google.com [209.85.210.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 2AFB91C005 for ; Wed, 13 Apr 2011 11:20:34 +0000 (UTC) Received: by iyb26 with SMTP id 26so698624iyb.40 for ; Wed, 13 Apr 2011 04:20:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=MZar17naMHUhJ6VHiko0o+I7ouHduGqjTmJ+hgizN/0=; b=foL2f+nGSP4nYQXZeIwTvvoZBHM8F9YQfDkd1Yv63NzU7S8JtO9hKHTLjT0gNpoVwY b+Mml8rmHVeNdpnlGcVERigzqrZcb8XyyX73QSiu191AjxXOs1+7mcE/E9SrUZRR4Fpq Zoq2DA4ljbUpYo3dVsUeBr7McQzJK9QkbNaNM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=TY2nXHXgXYK8sO+ShS0o590jO/q/BH9232dGlCrIC9BoSbN7qXW1cFrD0p1oOHw9F3 hmJ1c9rGXlQ4KZlB9OyYc5eh0gYZzJCrwU7ANMnI+Sy22avIFosghs5EzUWxitjtyT8C 1kVRMHDJO5JXjJoxP3jcp5wkrN/5nw8xFweYw= 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 Received: by 10.42.162.133 with SMTP id y5mr11010851icx.525.1302693634533; Wed, 13 Apr 2011 04:20:34 -0700 (PDT) Received: by 10.42.240.198 with HTTP; Wed, 13 Apr 2011 04:20:34 -0700 (PDT) In-Reply-To: References: Date: Wed, 13 Apr 2011 12:20:34 +0100 Message-ID: Subject: Re: [gentoo-user] Re: configure wlan0 route metric From: Mick To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: X-Archives-Hash: a39186ff1a6a6fbc4ffb8ebbf05f3f29 On 13 April 2011 11:06, deadeyes wrote: > Thanks for your response! > Bonding doesn't seem a good solution for me. > I can't find documentation on ifmetric. > Do I need ifplugd to call ifmetric? or can I configure this in /etc/conf.d/net? You can define the priority in your /etc/conf.d/net You can set this per wired/wireless interface; e.g. metric_eth0="100" Look at your /etc/conf.d/net.example for more details. HTH. -- Regards, Mick