From owner-freebsd-current@FreeBSD.ORG Sat Jan 22 01:18:54 2005 Return-Path: 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 7624716A4CE for ; Sat, 22 Jan 2005 01:18:54 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0E5343D1D for ; Sat, 22 Jan 2005 01:18:53 +0000 (GMT) (envelope-from bbunch@gmail.com) Received: by wproxy.gmail.com with SMTP id 71so174231wra for ; Fri, 21 Jan 2005 17:18:49 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=uuzzQZo8s6d7BPDZsgu1VQuJgVFVPvdq5z2RwkixYL9K/hH8l9tq7Hxxy3svAI9kDoKxD7WyDAkFaAifxeHQ+g1Se6Rz8xyfUhfUf80KWYCEzfIS5Ty5pEmRY8WyOmEZ4utKaOnHhuIsivE5vmreknPk7t9NqhdsMT0o75eQwcc= Received: by 10.54.52.40 with SMTP id z40mr361091wrz; Fri, 21 Jan 2005 17:18:49 -0800 (PST) Received: by 10.54.13.30 with HTTP; Fri, 21 Jan 2005 17:18:47 -0800 (PST) Message-ID: Date: Fri, 21 Jan 2005 19:18:47 -0600 From: Bryan Bunch To: freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: WPA with ath X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Bryan Bunch List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jan 2005 01:18:54 -0000 Hello All, I am having a little trouble getting my WiFi card to work properly. --Card - Netgear WGS511T -- I am running FreeBSD 6.0-CURRENT #0: Fri Jan 21 16:03:10 CST 2005 . -- The latest port of wpa_supplicant. My kernel has the following necessary lines: # Wireless NIC cards device wlan # 802.11 support device ath device ath_hal device ath_rate_onoe Below is the process I am using: -- Boot machine -- kldload wlan_tkip -- Put card in PCMCIA slot and I get the message saying that it sees the card. -- do a ifconfig ath0 up -- wpa_supplicant -iath0 -c /usr/local/etc/wpa_supplicant.conf Below is some of the output I get: ========================= Trying to associate with 00:0c:41:f3:bd:a2 (SSID='1024' freq=2437 MHz) Associated with 00:0c:41:f3:bd:a2 WPA: Key negotiation completed with 00:0c:41:f3:bd:a2 [PTK=TKIP GTK=TKIP] WPA: Group rekeying completed with 00:0c:41:f3:bd:a2 [GTK=TKIP] WPA: Group rekeying completed with 00:0c:41:f3:bd:a2 [GTK=TKIP] WPA: Group rekeying completed with 00:0c:41:f3:bd:a2 [GTK=TKIP] Disconnect event - remove keys Associated with 00:0c:41:f3:bd:a2 WPA: Key negotiation completed with 00:0c:41:f3:bd:a2 [PTK=TKIP GTK=TKIP] WPA: Group rekeying completed with 00:0c:41:f3:bd:a2 [GTK=TKIP] WPA: Group rekeying completed with 00:0c:41:f3:bd:a2 [GTK=TKIP] WPA: Group rekeying completed with 00:0c:41:f3:bd:a2 [GTK=TKIP] Disconnect event - remove keys Associated with 00:0c:41:f3:bd:a2 WPA: Key negotiation completed with 00:0c:41:f3:bd:a2 [PTK=TKIP GTK=TKIP] WPA: Group rekeying completed with 00:0c:41:f3:bd:a2 [GTK=TKIP] WPA: Group rekeying completed with 00:0c:41:f3:bd:a2 [GTK=TKIP] WPA: Group rekeying completed with 00:0c:41:f3:bd:a2 [GTK=TKIP] ============================= I keep getting the same thing over and over. I'm assuming it's working since if I go to a terminal window and do a ifconfig, I get: ================== ath0: flags=8843 mtu 1500 inet6 fe80::209:5bff:fec8:2255%ath0 prefixlen 64 scopeid 0x4 ether 00:09:5b:c8:22:55 media: IEEE 802.11 Wireless Ethernet autoselect (OFDM/36Mbps) status: associated ssid 1024 channel 6 bssid 00:0c:41:f3:bd:a2 authmode WPA1+WPA2/802.11i privacy ON deftxkey 1 TKIP 1:128-bit <0a718f0eeaef5e32086fcccaca5ba6ba> rsc 3 tsc 1 TKIP 3:128-bit <86d5577cc68329ad2fb6f9e7a212fb49> rsc 16 tsc 1 txpowmax 43 protmode CTS roaming MANUAL bintval 100 ================== BUT when I try and do a: ifconfig ath0 inet 192.168.1.40 netmask 255.255.255.0 The address appears under the ifconfig, but I cannot go anywhere. I can ping the local interface, but nothing outside of it. What am I doing wrong? Thanks for any help/guidance. Bryan