From owner-freebsd-questions@FreeBSD.ORG Tue Mar 8 03:33:01 2011 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 38AFB1065674 for ; Tue, 8 Mar 2011 03:33:01 +0000 (UTC) (envelope-from mlmichael70@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id C2FB58FC0C for ; Tue, 8 Mar 2011 03:33:00 +0000 (UTC) Received: by wwc33 with SMTP id 33so342988wwc.31 for ; Mon, 07 Mar 2011 19:32:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:content-type:content-transfer-encoding; bh=13XzNCM7uPGwDU/2iWp2BaR5S++FLfd8bVWRL4SJQhw=; b=ZVopMvEMkBJQhAG6NzMn1OexQwkoRBEqxDWPRl8mWCDib7anTN7D0ZSuDuqzWKYVx7 8GonI6NfJatIl4kAnZ0YEgavjo7NeuE85AZCrSEVCaIgtMYO8+no0LYpD704C+05PDjx aMnIJrKtHQbpU/KNTVmnzzJPd9BM3+SKdhotY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=RCxaGMZQM/FMl8Z/zSRyCvIYDWLMibWHpThDyV8pUTnzCTGrlsxdtl84t1VD5rgCI0 h/Gr84Rf4SbH6SI99RJ1MIhpBWrsVawtM3TyXJ5zoTHx3vOXeMcujkrqrd8k0Rv4px9O cp3fcHoypxDagskIEBuZ5Ro15jtbj1KTWtNEA= Received: by 10.227.132.15 with SMTP id z15mr4054237wbs.218.1299555179754; Mon, 07 Mar 2011 19:32:59 -0800 (PST) Received: from prime.nonspace (nat67.mia.three.co.uk [217.171.129.67]) by mx.google.com with ESMTPS id y29sm231927wbd.16.2011.03.07.19.32.58 (version=SSLv3 cipher=OTHER); Mon, 07 Mar 2011 19:32:59 -0800 (PST) Message-ID: <4D75A374.4020407@gmail.com> Date: Tue, 08 Mar 2011 03:33:08 +0000 From: Michael User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.13) Gecko/20101215 Thunderbird/3.1.7 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: dhclient not working with wpa X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2011 03:33:01 -0000 Hi. Problem is that my wireless card doesn't see any replies from DHCP server when I use wpa_cupplicant (it works fine without encryption), even tho it is associated with that access point. So it looks like the encryption bit is working but then dhclient fails. If I turn the encryption off then dhclient works. I've tried with isc dhclient both 31 and 41 versions. I've tried with manually setting IP/netmask and route. Nothing helps, my FreeBSD box just can't talk with the router over the wireless with encryption. I know that the router is OK because other clients can get IP address without any problems. I know that wireless card is OK because it works with that access point from other operating systems, it also works with other access points. I guess it may be related to PR number 145269. But it's marked as serious+open for a year now so maybe somebody got a working workaround? Any suggestions please? Michael