From owner-freebsd-questions@FreeBSD.ORG Mon Oct 18 22:46:47 2010 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 7436A106564A for ; Mon, 18 Oct 2010 22:46:47 +0000 (UTC) (envelope-from norgaard@locolomo.org) Received: from mail.locolomo.org (97.pool85-48-194.static.orange.es [85.48.194.97]) by mx1.freebsd.org (Postfix) with ESMTP id 2B66E8FC14 for ; Mon, 18 Oct 2010 22:46:46 +0000 (UTC) Received: from beta.1-16-172-dyn.locolomo.org (unknown [172.16.1.127]) by mail.locolomo.org (Postfix) with ESMTPSA id 06EBC1C0847 for ; Tue, 19 Oct 2010 00:29:10 +0200 (CEST) Message-ID: <4CBCCA35.1020607@locolomo.org> Date: Tue, 19 Oct 2010 00:29:09 +0200 From: Erik Norgaard User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2.9) Gecko/20100915 Lightning/1.0b2 Thunderbird/3.1.4 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <9EA5C4ECCF740346B3FFB246D0AD05EA0265671C@exchange.tcc.to> In-Reply-To: <9EA5C4ECCF740346B3FFB246D0AD05EA0265671C@exchange.tcc.to> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: WiFi HotSpot 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: Mon, 18 Oct 2010 22:46:47 -0000 On 18/10/10 21.53, Maile Halatuituia wrote: > Anybody have a hint how to implement software as an internet hotspot. > OpenBSD based. This is usually a question of: - providing an interface that is reasonable user friendly for users to authenticate against, some sort of web interface, apache and friends. - some authentication system, I don't know if Radius or homebrewn - some management software to create temporary tokens or whatever - firewall solution with a script to easily update as access is granted and revoked and redirect unauthenticated users to the login page I don't know of any out of the box solution, on the other hand, you should be able to easily brew your own. BR, Erik