From owner-freebsd-net@FreeBSD.ORG Fri Aug 17 07:26:21 2012 Return-Path: <owner-freebsd-net@FreeBSD.ORG> Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 902E3106566C for <freebsd-net@freebsd.org>; Fri, 17 Aug 2012 07:26:21 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 645DE8FC14 for <freebsd-net@freebsd.org>; Fri, 17 Aug 2012 07:26:21 +0000 (UTC) Received: by pbbrp2 with SMTP id rp2so3107371pbb.13 for <freebsd-net@freebsd.org>; Fri, 17 Aug 2012 00:26:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=Nv+t6qzg9LIJch/Q0NSbStAR1gKhSr/6Wmx0OqAU44M=; b=L15W7h5+89TmvSiI5IVp7Cjzee5e319SOSrAjh3/iWofJ6wsilWJJsbmUZHVnOVp4Y 2c1vdoVvAk+jGe4w6h5qUWYj0OPGlKTeu3z+aKuXGcWq0KkUFdz1Z0UBZVkyvRYweyfa 5jHwAeKXcpJokHPb93qeVxHrOWJWpk3x5KSAHqUBvFFoStzpg7YCVL6qtHwHKRBI5MhY r4a9123Aqa97U7EQ7hXtEmRwu9LzmJ1dxwPSr8xGgyLPl1ZnSLg6lX4L/Xn4CZmLxzQi 8K8J4Sihw0FwPlZP7aXCDRgqARVFh9nn8JxHgedMHYTJCpDC+Fo3eQIhS1jDMapwn5lv TJZA== MIME-Version: 1.0 Received: by 10.68.129.131 with SMTP id nw3mr9392830pbb.43.1345188380765; Fri, 17 Aug 2012 00:26:20 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.68.43.169 with HTTP; Fri, 17 Aug 2012 00:26:20 -0700 (PDT) In-Reply-To: <502DA0F6.5040305@herveybayaustralia.com.au> References: <502DA0F6.5040305@herveybayaustralia.com.au> Date: Fri, 17 Aug 2012 00:26:20 -0700 X-Google-Sender-Auth: _V2UiPQW6fRX0LQBB55xAPfM1AA Message-ID: <CAJ-VmonY1wTCB5ZxbRWPxSKy6SmsB+YYvJS0W0icHOPO+q1yCg@mail.gmail.com> From: Adrian Chadd <adrian@freebsd.org> To: Da Rock <freebsd-net@herveybayaustralia.com.au> Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-net@freebsd.org Subject: Re: wpa_supplicant wpa peap gtc connection - gtc failing? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD <freebsd-net.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-net>, <mailto:freebsd-net-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-net> List-Post: <mailto:freebsd-net@freebsd.org> List-Help: <mailto:freebsd-net-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-net>, <mailto:freebsd-net-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 17 Aug 2012 07:26:21 -0000 What the hell is type 6? Does our wpa_supplicant even support that? I've never seen or heard of GTC authentication.. adrian On 16 August 2012 18:40, Da Rock <freebsd-net@herveybayaustralia.com.au> wrote: > I'm trying to access a uni network using wpa-peap with GTC authentication, > and no matter what I've tried it fails. > > I've come across the same error in most of my logs: "phase2 request: NAK > type 6". > > I've been at this for sometime, so I decided to contact the ICT who look > after the radius servers, and they can't understand the why of the issue > either- everything they can see ticks the right boxes, until my system says > no to type 6. > > Anyone know of the problem? > > My network block looks like this in config: > > network={ > #: <Network> > ssid="<network ssid>" > #+ any_bssid > key_mgmt=WPA-EAP > eap=PEAP > identity="<network username>" > password="<password>" > phase1="peapver=0" > phase2="autheap=GTC" > ca_cert="<radius certificate>" > } > > I have tried all combinations of peap_outer_success, peapver, peaplabel, but > none work. I was informed the peapver should be 0 and thats about it. > > Any pointers would be much appreciated. > > Cheers > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"