From: Manuel Rabade <manuel@rabade.net>
To: gentoo-laptop@lists.gentoo.org
Subject: Re: [gentoo-laptop] Working configuration for using multiple WLAN APs
Date: Sun, 20 Aug 2006 16:52:30 -0500 [thread overview]
Message-ID: <20060820165230.40117a06@laptop.rabade.net> (raw)
In-Reply-To: <20060816125208.GB13149@stiffy.osknowledge.org>
On Wed, 16 Aug 2006 14:52:08 +0200
Marc Koschewski <marc@osknowledge.org> wrote:
> * Neil Isaac <isaac.neil@gmail.com> [2006-08-15 22:27:01 +0000]:
>
> > On 8/15/06, Marc Koschewski <marc@osknowledge.org> wrote:
> > >Hi anyone,
> > >
> > >I use several WLAN APs (at work, at home, at my girlfriend's
> > >home). All of them use different SSIDs. I tried the config I found
> > >on the Gentoo Wiki and the ones I found after some googling but
> > >none of them worked. Does anyone have a working configuration for
> > >me to test? Any feedback is greatly appreciated.... thank you!
> >
> > You should be able to do that by setting preferred_aps_eth1 and
> > key_SSIDNAME (for each essid if it needs a key) - so if you have one
> > AP called foo with a wep key 0123456789 and another called bar
> > without encryption, you should set /etc/conf.d/wireless something
> > like this (assuming your wireless device is eth1:
> >
> > preferred_aps_eth1=("foo bar")
> > associate_order_eth1="any"
> > key_foo="0123456789 enc open"
>
> OK, I just checked it and it doesn't work as expected. Does anyone
> have a working real-world configuration for me?
config_eth1=( "dhcp" )
mode_eth1="auto"
associate_order_eth1="forceany"
adhoc_essid_eth1="mig_laptop"
config_mig_laptop=( "10.0.0.69 netmask 255.255.255.0" )
preferred_aps=( "ap1" "ap2" "atheros1" )
blacklist_aps=( "" )
# Map MAC to SSID in case they don't do SSID broadcast
essid_001495E1DF81="ap1"
essid_00026F34A80A="ap2"
# WEPS
key_ap1="AAAA-BBBB-CCCC-DDDD-EEEE-AA"
key_ap2="EEEE-DDDD-CCCC-BBBB-AAAA-EE"
# atheros1 don't have a DHCP :-(
config_atheros1=( "192.168.1.29 netmask 255.255.255.0" )
routes_atheros1=( "default via 192.168.1.254" )
dns_servers_atheros1=( "200.33.146.202" )
Everything is from /etc/conf.d/wireless.example.
Greetings.
--
Manuel Rabade
WWW - http://rabade.net
--
gentoo-laptop@gentoo.org mailing list
next prev parent reply other threads:[~2006-08-20 21:53 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-15 20:55 [gentoo-laptop] Working configuration for using multiple WLAN APs Marc Koschewski
2006-08-15 22:27 ` Neil Isaac
2006-08-16 12:34 ` Marc Koschewski
2006-08-16 12:52 ` Marc Koschewski
2006-08-20 21:52 ` Manuel Rabade [this message]
2006-08-16 9:20 ` [gentoo-laptop] " Vincent Bakker
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060820165230.40117a06@laptop.rabade.net \
--to=manuel@rabade.net \
--cc=gentoo-laptop@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox