Gentoo Archives: gentoo-user

From: deadeyes <gvm999@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: configure wlan0 route metric
Date: Wed, 13 Apr 2011 10:08:02
Message-Id: loom.20110413T114352-349@post.gmane.org
In Reply to: Re: [gentoo-user] configure wlan0 route metric by Kfir Lavi
1 Kfir Lavi <lavi.kfir <at> gmail.com> writes:
2
3 > Hi,you can use net-analyzer/ifmetric.I found this solution not satisfying, but
4 > don't remember why. I guess some corner cases. I have bonded the interfaces on
5 > my laptop. The bonding driver will prefer using the wired when
6 >
7 > it is connected. Here is my /etc/conf.d/net:# eth0config_eth0=( "null" )#
8 > wlanmodules=( "wpa_supplicant" )wpa_supplicant_wlan0="-Dwext"config_wlan0=(
9 > "null" )
10 >
11 > modules_wlan0=( "!plug" )ifplugd_wlan0="--api-mode=wlan"#
12 > bondslaves_bond0="eth0 wlan0"dhcpcd_bond0="--noipv4ll --nolink -t
13 > 15"config_bond0=( "dhcp" )Regards,Kfir
14 >
15
16 Thanks for your response!
17 Bonding doesn't seem a good solution for me.
18 I can't find documentation on ifmetric.
19 Do I need ifplugd to call ifmetric? or can I configure this in /etc/conf.d/net?

Replies

Subject Author
Re: [gentoo-user] Re: configure wlan0 route metric Mick <michaelkintzios@×××××.com>