From owner-freebsd-questions@FreeBSD.ORG Tue Jan 29 09:23:47 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CA031D80 for ; Tue, 29 Jan 2013 09:23:47 +0000 (UTC) (envelope-from jb.1234abcd@gmail.com) Received: from mail-ve0-f169.google.com (mail-ve0-f169.google.com [209.85.128.169]) by mx1.freebsd.org (Postfix) with ESMTP id 914AC3FB for ; Tue, 29 Jan 2013 09:23:47 +0000 (UTC) Received: by mail-ve0-f169.google.com with SMTP id cy12so126494veb.0 for ; Tue, 29 Jan 2013 01:23:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=XTh4Svofbv4GRa9c9R+2awKDj/jNylfYLD1HUD8YXnQ=; b=C7bB1vYdnd4wTaFdnAygiN46clXoGdyVqKyhdjRi9SMxC18TBujVKpRPMXV4OoenB4 lzBdWuZEabiCpb6TOCmqJOv4s5XKvLXjzIQGy1mokV8MyP4J8VEO+qLLF2SRLvHkuco6 vdeKncIYBVXvxru4ep7S96mkLuYYSwugtEjkqzb+TlURDDgK7pCnQ9JATNRWbX12P5Tl +nplWI4TV2GS0l0ukG9illDyOjGJDQLCimjRkhVuSVQSEA2t+CTsXVVQoh5/yI20w/JQ pVaGwQaNgyDVv4SCokGQ5lgxm41p7Tl4NaGNghaaghcgsT9tmdzsc0fg4jfjwaAJXNSl XdJA== MIME-Version: 1.0 X-Received: by 10.52.95.203 with SMTP id dm11mr186109vdb.112.1359451421030; Tue, 29 Jan 2013 01:23:41 -0800 (PST) Received: by 10.220.126.201 with HTTP; Tue, 29 Jan 2013 01:23:40 -0800 (PST) Date: Tue, 29 Jan 2013 10:23:40 +0100 Message-ID: Subject: Re: dhclient and random disconnects From: J B To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jan 2013 09:23:47 -0000 There are few things you should do. First, w/r to you complaint about first-kill-then restart, this will do it for you /etc/rc.d/dhclient lagg0 restart second, I remember you wrote that you have a trouble with disconnects even in wireless-only setup (no failover setup). If so, you should run and debug wireless only for the time being. Note: remember what wpa_supplicant does: It handles passing the login and encryption credentials to the authentication server. It also handles roaming from one wireless access point to another, in order to maintain connectivity. Here are some hints on setup: http://hostap.epitest.fi/gitweb/gitweb.cgi?p=hostap.git;a=blob_plain;f=wpa_supplicant/wpa_supplicant.conf and http://www.freebsd.org/cgi/man.cgi?query=wpa_supplicant&sektion=8 and debugging: http://www.examplenow.com/wpa_supplicant/ third, I would test with IPv6 disabled (entirely for the system), regardless of connectivity type; that also means to explicitly disable that failover setup line in your config ipv6_activate_all_interfaces="**YES" jb