From owner-freebsd-questions@FreeBSD.ORG Sat Oct 23 04:03:16 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5030816A4CE for ; Sat, 23 Oct 2004 04:03:16 +0000 (GMT) Received: from audiogram.mail.pas.earthlink.net (audiogram.mail.pas.earthlink.net [207.217.120.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id 395EB43D31 for ; Sat, 23 Oct 2004 04:03:16 +0000 (GMT) (envelope-from algould@datawok.com) Received: from 31-21.lctv-ubr2-blk1.cablelynx.com ([206.255.31.21] helo=[192.168.63.10]) by audiogram.mail.pas.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 4.34) id 1CLD7c-0001Sb-6D; Fri, 22 Oct 2004 21:03:16 -0700 From: "Andrew L. Gould" To: freebsd-questions@freebsd.org Date: Fri, 22 Oct 2004 23:03:35 -0500 User-Agent: KMail/1.6.2 References: <20041023032136.95551.qmail@web53608.mail.yahoo.com> In-Reply-To: <20041023032136.95551.qmail@web53608.mail.yahoo.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200410222303.35782.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69564776905774d2ac4b4bf028610fc635cd7f5323047b4b12c3350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 206.255.31.21 cc: scott renna Subject: Re: Dlink-g520 Wireless and WEP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Oct 2004 04:03:16 -0000 On Friday 22 October 2004 10:21 pm, scott renna wrote: > So, > > Thanks to a fellow list member I got my 5.2.1 System > to see my Dlink card. The trouble now I'm having > involves setting up WEP. I am currently running WEP > on a Netgear Wireless router 802.11b. The Dlink does > 802.11b/g. Here's what I'm running into when turning > on WEP. The router has a 26 character string for > 128-bit WEP that I created via a passphrase. Windows > takes it and works well wirelessly but when I > configure my card, here's wha t happens on BSD: > > ifconfig ath0 192.168.2.175 netmask 255.255.255.0 > ssid SSID_NAME wepmode on wepkey > 0xyxxxxxxxxxxxxxxxxxxxxxxxxx > > ifconfig: ioctl (SIOCAIFADDR): File exists > > Assume the first 0x means hex and the rest is the key > name. Anyone have any ideas? > > Thanks > scotty > There should be the term 'inet' between 'ath0' and the IP address: ifconfig ath0 inet 192.168.2.175 netmask 255.255.255.0 ..... Is this an error in the email or in the configuration? Andrew Gould