From owner-freebsd-questions@FreeBSD.ORG Thu Mar 23 02:04:48 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA9B916A41F for ; Thu, 23 Mar 2006 02:04:48 +0000 (UTC) (envelope-from ryallsd@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CB8943D46 for ; Thu, 23 Mar 2006 02:04:48 +0000 (GMT) (envelope-from ryallsd@gmail.com) Received: by xproxy.gmail.com with SMTP id i27so225312wxd for ; Wed, 22 Mar 2006 18:04:47 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=hBNm24krpqfCw7vtiLAueU6bowkc7TCEBjBJPmQdGg3m+9aGSDZ4TX5d+dK/LYyYV87JnNrTwQxg7zivZWyD20gL+G/YFv+IAglQTqLsiUW00mEEP2m2PLFf3I7cjpQlRb841c4/67qp4lDx89V8Xyi1z64FCtqogWCXaUZT8hk= Received: by 10.70.84.9 with SMTP id h9mr433595wxb; Wed, 22 Mar 2006 18:04:46 -0800 (PST) Received: by 10.70.41.17 with HTTP; Wed, 22 Mar 2006 18:04:46 -0800 (PST) Message-ID: Date: Wed, 22 Mar 2006 18:04:46 -0800 From: "Derrick Ryalls" To: "Hans Nieser" In-Reply-To: <4389BBBC.7000203@xs4all.nl> MIME-Version: 1.0 References: <4388B53F.9020905@nieser.net> <200511270036.52845.asstec@matik.com.br> <4389BBBC.7000203@xs4all.nl> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: james@icionline.ca, kjelderg@gmail.com, AT Matik , freebsd-questions@freebsd.org Subject: Re: Switching wired <-> wireless in a user-friendly manner, possible? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Mar 2006 02:04:49 -0000 On 11/27/05, Hans Nieser wrote: > > AT Matik wrote: > > > may be you like what I do > > > > i have DHCP for my nic in rc.conf > > > > when my eth is up (sis0 in my case) nothing happens as getting the > config > > from the dhcp server > > > > else I call a script to configure my wireless connection > (/etc/start-wif) > > > > so you may check running this in crontab as I understand you unplug the > cable > > and run around ;) > > Thanks for the replies everyone. I think I am going to try and do > something with devd.conf first. I'm going through the /etc/rc.d/netif, > /etc/network.subr scripts at the moment so I can get a clear picture of > how exactly FreeBSD (6.0 is what I'm using) sets up interfaces at boot, t= o > prevent myself from screwing anything up ;) > _______________________________________________ > I recently got wireless working on my laptop and am interested in a script to readily/automatically switch between wired and wireless connections. I was wondering if anyone in this thread had made any progress on that.