From owner-freebsd-net@FreeBSD.ORG Wed Apr 9 13:31:32 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E6B61065673 for ; Wed, 9 Apr 2008 13:31:32 +0000 (UTC) (envelope-from guido@gvr.org) Received: from gvr.gvr.org (gvr-gw.gvr.org [82.95.154.195]) by mx1.freebsd.org (Postfix) with ESMTP id 57D0B8FC15 for ; Wed, 9 Apr 2008 13:31:32 +0000 (UTC) (envelope-from guido@gvr.org) Received: by gvr.gvr.org (Postfix, from userid 657) id 4885C42D916; Wed, 9 Apr 2008 15:05:31 +0200 (CEST) Date: Wed, 9 Apr 2008 15:05:31 +0200 From: Guido van Rooij To: freebsd-net@freebsd.org Message-ID: <20080409130531.GA73375@gvr.gvr.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: 802.1x for wired networks X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2008 13:31:32 -0000 What is the best way to be able to have a FreeBSD system connect via 802.1x to a wired network? Wap_supplicant seems to insist on calling 80211 ioctl's and thus fails. I found the open1x project, but did not find it in the ports tree. This suggests that perhaps there is a native solution after all, yet I can't seem to find it. Any suggestions? -Guido