From owner-freebsd-questions@FreeBSD.ORG Sun Jan 9 00:53:07 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB920106566C for ; Sun, 9 Jan 2011 00:53:07 +0000 (UTC) (envelope-from freebsd-questions@herveybayaustralia.com.au) Received: from mail.unitedinsong.com.au (mail.unitedinsong.com.au [150.101.178.33]) by mx1.freebsd.org (Postfix) with ESMTP id 691988FC12 for ; Sun, 9 Jan 2011 00:53:07 +0000 (UTC) Received: from laptop1.herveybayaustralia.com.au (laptop1.herveybayaustralia.com.au [192.168.0.193]) by mail.unitedinsong.com.au (Postfix) with ESMTP id 7A9D25C21 for ; Sun, 9 Jan 2011 10:58:03 +1000 (EST) Message-ID: <4D29063A.2050303@herveybayaustralia.com.au> Date: Sun, 09 Jan 2011 10:50:02 +1000 From: Da Rock User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.16) Gecko/20101227 Thunderbird/3.0.11 ThunderBrowse/3.3.4 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: WPA Supplicant issue (maybe) 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: Sun, 09 Jan 2011 00:53:07 -0000 On 01/09/11 08:28, Chris Brennan wrote: > On Sat, Jan 8, 2011 at 5:22 PM, Paul B Mahol wrote: > > >> I do not know your AP setup so I can not answer this. Perhaps AP use >> DHCP and you want to bridge wired and wireless device? >> >> > It's a fairly straight forward setup, right now I just want to independently > route on both devices, I am debating on setting them up so wired will > failover to wireless when it's unplugged. Thanks for the initial tip but I > need to put this one down for now lol. > Default route is only set once- I had this trouble in the beginning as well. If you boot on wired or wifi, the route is set to that interface. You need run route change to reset it to the interface you want to use. So either set it manually, setup a script that runs in devd.conf, or better yet: switch to using lagg0 :) I have and it works beautifully! HTH