From owner-freebsd-net@FreeBSD.ORG Sun Nov 27 13:53:59 2005 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C82816A41F for ; Sun, 27 Nov 2005 13:53:59 +0000 (GMT) (envelope-from keramida@linux.gr) Received: from nic.ach.sch.gr (nic.sch.gr [194.63.238.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4302B43D60 for ; Sun, 27 Nov 2005 13:53:56 +0000 (GMT) (envelope-from keramida@linux.gr) Received: (qmail 5697 invoked by uid 207); 27 Nov 2005 13:53:54 -0000 Received: from keramida@linux.gr by nic by uid 201 with qmail-scanner-1.21 (sophie: 3.04/2.30/3.97. Clear:RC:1(81.186.70.193):. Processed in 0.699104 secs); 27 Nov 2005 13:53:54 -0000 Received: from dialup193.ach.sch.gr (HELO flame.pc) ([81.186.70.193]) (envelope-sender ) by nic.sch.gr (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 27 Nov 2005 13:53:53 -0000 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id jARDrHOo017644; Sun, 27 Nov 2005 15:53:17 +0200 (EET) (envelope-from keramida@linux.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id jARDrFA1017643; Sun, 27 Nov 2005 15:53:15 +0200 (EET) (envelope-from keramida@linux.gr) Date: Sun, 27 Nov 2005 15:53:15 +0200 From: Giorgos Keramidas To: Imrani Message-ID: <20051127135315.GA17605@flame.pc> References: <20051127075830.35054.qmail@web60016.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051127075830.35054.qmail@web60016.mail.yahoo.com> Cc: freebsd-net@freebsd.org Subject: Re: Configure wireless connection using Cisco aironet 350 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Nov 2005 13:53:59 -0000 On 2005-11-26 23:58, Imrani wrote: > Hi, > I am trying to configure Cisco Aironet 350 wireless PCI card but I get > an error which I am unable to find much details for that. Following is > description of ifconfing: > > > ifconfig an0 > an0: flags=8843 mtu 1500 > inet6 fe80::209:7cff:fe22:6eab%an0 prefixlen 64 scopeid 0x2 > ether 00:09:7c:22:6e:ab > media: IEEE 802.11 Wireless Ethernet autoselect (DS/11Mbps) > status: associated > ssid 1:myhome channel 9 > stationname FreeBSD > ano: record length mismatch -- expected 194, got 196 for Rid ff10 > authmode OPEN privacy ON deftxkey 2 txpowmax 0 rtsthreshold 0 > fragthreshold 0 roaming DEVICE > > As you can see the wireless card is detected and status is > "associated' but my wireless connection doesn't work. I cannot even > ping the router. Your interface only has an IPv6 address. Is that expected? How are you bringing up the an0 interface? For instance, my /root/netstart-home.sh script contains (among a few other things): # Default setup for my bge0 interface. export ifconfig_ath0="DHCP ssid 'XXXX' \ wepmode on weptxkey 1 wepkey '1:0xXXXXXXXXXXXXXXXXXXXXXXXXXX'" /etc/rc.d/netif stop bge0 /etc/rc.d/netif stop ath0 /etc/rc.d/netif start ath0 This seems to take care of everything here.