Gentoo Archives: gentoo-laptop

From: Marc Koschewski <marc@×××××××××××.org>
To: gentoo-laptop@l.g.o
Subject: Re: [gentoo-laptop] Working configuration for using multiple WLAN APs
Date: Wed, 16 Aug 2006 12:54:37
Message-Id: 20060816123401.GA13149@stiffy.osknowledge.org
In Reply to: Re: [gentoo-laptop] Working configuration for using multiple WLAN APs by Neil Isaac
1 * Neil Isaac <isaac.neil@×××××.com> [2006-08-15 22:27:01 +0000]:
2
3 > On 8/15/06, Marc Koschewski <marc@×××××××××××.org> wrote:
4 > >Hi anyone,
5 > >
6 > >I use several WLAN APs (at work, at home, at my girlfriend's home). All of them
7 > >use different SSIDs. I tried the config I found on the Gentoo Wiki and the ones
8 > >I found after some googling but none of them worked. Does anyone have a working
9 > >configuration for me to test? Any feedback is greatly appreciated.... thank you!
10 >
11 > You should be able to do that by setting preferred_aps_eth1 and
12 > key_SSIDNAME (for each essid if it needs a key) - so if you have one
13 > AP called foo with a wep key 0123456789 and another called bar without
14 > encryption, you should set /etc/conf.d/wireless something like this
15 > (assuming your wireless device is eth1:
16 >
17 > preferred_aps_eth1=("foo bar")
18 > associate_order_eth1="any"
19 > key_foo="0123456789 enc open"
20 >
21
22 OK, I'll give this one a try. In the docs I read the syntax of the
23
24 preferred_aps_* = ()
25
26 stuff was
27
28 preferred_aps_* = ( "my_wlan" "your_wlan" )
29
30 and not
31
32 preferred_aps_* = ( "my_wlan your_wlan" )
33
34 > more info in /etc/conf.d/wireless.example
35 >
36 > You will have to restart /etc/init.d/net.eth1 every time you move from
37 > one place to another though - but I would assume that you have it off
38 > when you arrive so that should not be a major issue.
39 >
40 > --
41 > Neil Isaac
42 > isaac.neil@×××××.com
43 > --
44 > gentoo-laptop@g.o mailing list
45 >
46
47 --
48 Marc Koschewski
49 --
50 gentoo-laptop@g.o mailing list