From owner-freebsd-questions@FreeBSD.ORG Wed Jul 23 00:49:04 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22714106566B for ; Wed, 23 Jul 2008 00:49:04 +0000 (UTC) (envelope-from ipfreak@yahoo.com) Received: from web52110.mail.re2.yahoo.com (web52110.mail.re2.yahoo.com [206.190.48.113]) by mx1.freebsd.org (Postfix) with SMTP id 79CB18FC24 for ; Wed, 23 Jul 2008 00:49:03 +0000 (UTC) (envelope-from ipfreak@yahoo.com) Received: (qmail 85006 invoked by uid 60001); 23 Jul 2008 00:49:02 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Message-ID; b=pgF/YVyZYYnUoD4lOITN02JOrR3n/BJacMlGIaGOXNRPbWLFixbOIRAMOGHgk+PZyylRVDLyYY5gm9NlShWZgRZp9oON2WqJW09vTbMr1ULvi024ObgsLH2PS+l9klwZjKo9KMSkZ2uWZ/EqCQQ7tkUDooS/bV4ye7B/d+jQyRw=; Received: from [98.169.13.4] by web52110.mail.re2.yahoo.com via HTTP; Tue, 22 Jul 2008 17:49:01 PDT X-Mailer: YahooMailWebService/0.7.218 Date: Tue, 22 Jul 2008 17:49:01 -0700 (PDT) From: gahn To: freebsd general questions MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <161366.84805.qm@web52110.mail.re2.yahoo.com> Subject: freebsd wireless question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ipfreak@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jul 2008 00:49:04 -0000 hello: i installed cisco aironet 802.11a/b/g wirless adapter on 6.3 and have some issues. basically it works like charm with wpa2/dhcp, but it doesn't work with wpa2/static ip address. here is my working configuration for rc.conf ifconfig_ath0="ssid home WPA DCHP" everything works: authentication, dhcp process, ip address binding to the interface. but any time i change to: ifconfig_ath0="ssid home WPA inet 192.168.1.12 netmask 255.255.255.0" everything else works except the binding of the static ip address to the interface. did i do any wrong? thanks in advance.