From owner-freebsd-questions@FreeBSD.ORG Thu Dec 16 17:17:05 2010 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 1A5241065693 for ; Thu, 16 Dec 2010 17:17:05 +0000 (UTC) (envelope-from vic@yeaguy.com) Received: from hrndva-omtalb.mail.rr.com (hrndva-omtalb.mail.rr.com [71.74.56.122]) by mx1.freebsd.org (Postfix) with ESMTP id D0A018FC16 for ; Thu, 16 Dec 2010 17:17:04 +0000 (UTC) X-Authority-Analysis: v=1.1 cv=NFUeGz0loTdi/T6hXKngYYtckjed7x3pKvNOqmBBK18= c=1 sm=0 a=PTGqXvldG18A:10 a=kj9zAlcOel0A:10 a=uRK6ZUxDawFwC8+94ldQlg==:17 a=hQVelDDQA1RvcOrFyZkA:9 a=XRcUT9yEphTZsgUTJIMRxG27BXoA:4 a=CjuIK1q_8ugA:10 a=uRK6ZUxDawFwC8+94ldQlg==:117 X-Cloudmark-Score: 0 X-Originating-IP: 66.27.133.231 Received: from [66.27.133.231] ([66.27.133.231:62522] helo=[192.168.1.169]) by hrndva-oedge04.mail.rr.com (envelope-from ) (ecelerity 2.2.3.46 r()) with ESMTP id 02/32-12606-D894A0D4; Thu, 16 Dec 2010 17:17:01 +0000 Date: Thu, 16 Dec 2010 09:16:54 -0800 (PST) From: "Justin V." To: freebsd-questions@freebsd.org Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Cc: joko1425@hotmail.com Subject: Wifi keeps dropping.. not sure why, looking for tips/suggestions on debugging this 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, 16 Dec 2010 17:17:05 -0000 I keep seeing my wlan0 interface go down.. I suspected a faulty wifi router.. i changed that out.. Ive tried using WEP and WPA. Currently using WPA. Here are the logs Im seeing.. Dec 16 07:47:57 yeaguy wpa_supplicant[9492]: CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys Dec 16 07:47:57 yeaguy kernel: wlan0: link state changed to DOWN Dec 16 07:47:57 yeaguy wpa_supplicant[9492]: CTRL-EVENT-SCAN-RESULTS Dec 16 07:47:57 yeaguy wpa_supplicant[9492]: Trying to associate with 00:22:6b:66:bf:74 (SSID='vicnet' freq=2462 MHz) Dec 16 07:48:07 yeaguy wpa_supplicant[9492]: Authentication with 00:22:6b:66:bf:74 timed out. Dec 16 07:48:07 yeaguy wpa_supplicant[9492]: CTRL-EVENT-SCAN-RESULTS Dec 16 07:48:07 yeaguy wpa_supplicant[9492]: Trying to associate with 00:22:6b:66:bf:74 (SSID='vicnet' freq=2462 MHz) Dec 16 07:48:18 yeaguy wpa_supplicant[9492]: Authentication with 00:22:6b:66:bf:74 timed out. Dec 16 07:48:20 yeaguy wpa_supplicant[9492]: CTRL-EVENT-SCAN-RESULTS Dec 16 07:48:20 yeaguy wpa_supplicant[9492]: Trying to associate with 00:22:6b:66:bf:74 (SSID='vicnet' freq=2462 MHz) Dec 16 07:48:20 yeaguy wpa_supplicant[9492]: WPA: EAPOL-Key Replay Counter did not increase - dropping packet Dec 16 07:48:20 yeaguy wpa_supplicant[9492]: Associated with 00:22:6b:66:bf:74 Dec 16 07:48:20 yeaguy kernel: wlan0: link state changed to UP Given the errors seen what would be the best debug to use?? wlandebug or tcpdump ?? I went ahead and enabled since my logs are complaining about association and authentication.. yeaguy# wlandebug -i wlan0 auth+assoc net.wlan.0.debug: 0x0 => 0xc00000 yeaguy# Any tips would be appreciated.. I have an end user continually complaining of disconects over FTP.. Thanks, justin v