From owner-freebsd-questions@FreeBSD.ORG Tue Oct 26 15:16:13 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 CD6B816A4CE for ; Tue, 26 Oct 2004 15:16:13 +0000 (GMT) Received: from amsfep18-int.chello.nl (amsfep18-int.chello.nl [213.46.243.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C78343D2F for ; Tue, 26 Oct 2004 15:16:12 +0000 (GMT) (envelope-from Danovitsch@Vitsch.net) Received: from Vitsch.net ([212.187.78.35]) by amsfep18-int.chello.nl (InterMail vM.6.01.03.04 201-2131-111-106-20040729) with ESMTP id <20041026151310.VVFA3605.amsfep18-int.chello.nl@Vitsch.net>; Tue, 26 Oct 2004 17:13:10 +0200 Received: from localhost (IDENT:1001@b83007.upc-b.chello.nl [212.83.83.7]) by Vitsch.net (8.12.3p2/8.11.3) with ESMTP id i9QFD4un048730; Tue, 26 Oct 2004 17:13:05 +0200 (CEST) (envelope-from Danovitsch@Vitsch.net) From: "Daan Vreeken [PA4DAN]" To: scott renna Date: Tue, 26 Oct 2004 17:13:05 +0200 User-Agent: KMail/1.5.2 References: <20041026135914.88852.qmail@web53606.mail.yahoo.com> In-Reply-To: <20041026135914.88852.qmail@web53606.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200410261713.05219.Danovitsch@Vitsch.net> cc: FreeBSD-Questions@FreeBSD.org Subject: Re: Dlink-g520 Wireless and WEP more 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: Tue, 26 Oct 2004 15:16:13 -0000 On Tuesday 26 October 2004 15:59, you wrote: > Here's what I got: > > This is my ifconfig for this device ath0 before > executing a new ifconfig command: > > pluto# ifconfig ath0 > > ath0: > flags=8843 mtu > 1500 > inet6 fe80::20f:3dff:fea9:3645%ath0 prefixlen > 64 scopeid 0x2 > ether 00:0f:3d:a9:36:45 > media: IEEE 802.11 Wireless Ethernet > autoselect (DS/11Mbps) > status: associated > ssid XXXX 1:XXXX > channel 5 authmode OPEN powersavemode OFF > powersavesleep 100 > wepmode MIXED weptxkey 1 > wepkey 1:40-bit > > See it says it's associated and has picked up a > channel, but no IP! > > pluto# ifconfig ath0 inet 192.168.2.180 netmask > 255.255.255.0 ssid XXXX wepmode on weptxkey > 1:0x123456789 > ifconfig: ioctl (SIOCAIFADDR): File exists ifconfig says this if you already have another interface with an ip-address in the same range. I think you have another interface on your system with an 192.168.2.X ip address. Remove the address from the other interface and try again. grtz, Daan