From owner-freebsd-current@FreeBSD.ORG Sun Nov 12 10:06:31 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC2AD16A412 for ; Sun, 12 Nov 2006 10:06:31 +0000 (UTC) (envelope-from freebsd.ruomad@free.fr) Received: from smtp2-g19.free.fr (smtp2-g19.free.fr [212.27.42.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCD1E43D69 for ; Sun, 12 Nov 2006 10:06:30 +0000 (GMT) (envelope-from freebsd.ruomad@free.fr) Received: from [192.168.0.100] (vln78-1-82-238-160-33.fbx.proxad.net [82.238.160.33]) by smtp2-g19.free.fr (Postfix) with ESMTP id 166237D35 for ; Sun, 12 Nov 2006 11:06:29 +0100 (CET) Message-ID: <4556F224.3050501@free.fr> Date: Sun, 12 Nov 2006 11:06:28 +0100 From: Bruno Damour User-Agent: Thunderbird 1.5.0.8 (X11/20061111) MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: wpa-psk help with output of ifconfig ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Nov 2006 10:06:31 -0000 Hello, I'm trying to debug some problems using WPA-PSK with ral driver. Connection is often hanging after a while, network down. netstat -r takes a very long time, ping doesnt respond, etc... it works if I reset everything with netif restart. I saw a difference in the output of ifconfig that seems to be connected : working state : ral0: flags=8843 mtu 1500 inet6 fe80::216:b6ff:fe5d:93f9%ral0 prefixlen 64 scopeid 0x2 inet 192.168.0.100 netmask 0xffffff00 broadcast 192.168.0.255 ether 00:16:b6:5d:93:f9 media: IEEE 802.11 Wireless Ethernet autoselect (OFDM/54Mbps) status: associated ssid ruomad channel 9 bssid 00:11:95:f0:8f:21 authmode WPA privacy ON deftxkey UNDEF TKIP 2:128-bit txpowmax 100 bmiss 7 protmode CTS roaming MANUAL bintval 100 not working : ral0: flags=8843 mtu 1500 inet6 fe80::216:b6ff:fe5d:93f9%ral0 prefixlen 64 scopeid 0x2 inet 192.168.0.100 netmask 0xffffff00 broadcast 192.168.0.255 ether 00:16:b6:5d:93:f9 media: IEEE 802.11 Wireless Ethernet autoselect (OFDM/54Mbps) status: associated ssid ruomad channel 9 bssid 00:11:95:f0:8f:21 authmode WPA privacy ON deftxkey UNDEF TKIP 2:128-bit TKIP 3:128-bit txpowmax 100 bmiss 7 protmode CTS roaming MANUAL bintval 100 The issue seems to be the TKIP 2:128-bit TKIP 3:128-bit (two items) when prevously there was only one... Does anyone know what this output means ? Thanks in advance bruno