Connecting to one of available networks on boot

2010-07-01 Thread czarkoff
Date: Thu, 01 Jul 2010 10:54:07 +0400 From: czark...@gmail.com To: misc@openbsd.org Subject: Connecting to one of available networks on boot Message-ID: <4c2c3b8f.oqkyhtdvrrp9b9a5%czark...@gmail.com> User-Agent: Heirloom mailx 12.4 7/29/08 MIME-Version: 1.0 Content-Type: text/plain; char

Re: Connecting to one of available networks on boot

2010-07-01 Thread Tomas Vavrys
IFSTATED.CONF(5) should help you. On 07/01/10 08:54, czark...@gmail.com wrote: > Date: Thu, 01 Jul 2010 10:54:07 +0400 > From: czark...@gmail.com > To: misc@openbsd.org > Subject: Connecting to one of available networks on boot > Message-ID: <4c2c3b8f.oqkyhtdvrrp9b9a5%czark...

Re: Connecting to one of available networks on boot

2010-07-01 Thread czarkoff
Tomas Vavrys wrote: > IFSTATED.CONF(5) should help you. Sorry, I should have found it on my own. Thanks! -- Dmitrij D. Czarkoff

Re: Connecting to one of available networks on boot

2010-07-01 Thread Peter Hessler
This is on my TODO list, but I haven't gotten to it yet. (Yes, this also annoys me) On 2010 Jul 01 (Thu) at 10:54:57 +0400 (+0400), czark...@gmail.com wrote: :Hello! : :I have an OpenBSD 4.7 on my netbook. : :Right now I've configured my home network in hostname.if as it is the :one I use most.

Re: Connecting to one of available networks on boot

2010-07-05 Thread Christopher Zimmermann
I tried it using the ifstated approach, but it didn't work as I hoped it would. So I just wrote a small sh script and put it in /etc/wlan and sourced that from /etc/rc right after /etc/netstart is run. The only thing I find funny is that the network link only comes up after I have run the 'ifconf

Re: Connecting to one of available networks on boot

2010-07-05 Thread Anders Langworthy
On Mon, Jul 5, 2010 at 4:37 PM, Christopher Zimmermann wrote: > The only thing I find funny is that the network link only comes > up after I have run the 'ifconfig iwi0 scan' a second time. See > below. Yeah, this is a quirk with my iwi device[1] also. A scan needs to be run after you change nw

Re: Connecting to one of available networks on boot

2010-07-06 Thread David Coppa
On Tue, Jul 6, 2010 at 4:14 AM, Anders Langworthy wrote: > On Mon, Jul 5, 2010 at 4:37 PM, Christopher Zimmermann > wrote: > >> The only thing I find funny is that the network link only comes >> up after I have run the 'ifconfig iwi0 scan' a second time. See >> below. > > Yeah, this is a quirk wi