From owner-freebsd-net@FreeBSD.ORG Mon Jan 14 09:18:26 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 6909E16A469 for ; Mon, 14 Jan 2008 09:18:26 +0000 (UTC) (envelope-from ndenev@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.186]) by mx1.freebsd.org (Postfix) with ESMTP id 48E3513C46A for ; Mon, 14 Jan 2008 09:18:26 +0000 (UTC) (envelope-from ndenev@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so2093191rvb.43 for ; Mon, 14 Jan 2008 01:18:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=xcvMIgy8peC+epyOa5u/WEbu4N7kC+syVqiDlma+z7g=; b=vDSGtzRz5VrnoIQB/rJ7fEkAzmImY3KplGc1JHXY4THGBrnuces2m9tXEBLaUPmHjbu4sFpe2cntnTPqXX68rmPXCOn+v3J7eWDDXGZPiM9FzvPvqU897ZXhFfPDZ0NlZ7ut8pt/i6c87v321EqIeQp4oK6RxM8jvfi3WhM6ymQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=orNsa6wMCYxmst9qA43kszpcXs+HtzO8VQelwUVCNDSzEvVb5ahjwruYz7wvIhsRibzv15nx/3a+mMiAxlj9GEBvf4XlNkwhYbrhrZ/wov+WA84t+5q6KiwW0/z+UfH595yQZAL0tq9nsV5+WOi4V2BYPCvJYtbvo/WkCQk1H6I= Received: by 10.141.26.18 with SMTP id d18mr3632609rvj.106.1200302306132; Mon, 14 Jan 2008 01:18:26 -0800 (PST) Received: by 10.141.170.18 with HTTP; Mon, 14 Jan 2008 01:18:26 -0800 (PST) Message-ID: <2e77fc10801140118g44c139a0r162b0a8293e33ca1@mail.gmail.com> Date: Mon, 14 Jan 2008 11:18:26 +0200 From: "Niki Denev" Sender: ndenev@gmail.com To: freebsd-net@freebsd.org In-Reply-To: <5a1835cd0801132235q4de087c6p42fac3da420f16f@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <5a1835cd0801132235q4de087c6p42fac3da420f16f@mail.gmail.com> X-Google-Sender-Auth: 41aca5d49b4b35a6 Subject: Re: question about captive wifi portal... 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: Mon, 14 Jan 2008 09:18:26 -0000 On Jan 14, 2008 8:35 AM, Lyle Scott III wrote: > I am experimenting more to make a small captive (wifi) portal system. > > I would like to use pf. I have been looking into authpf and it is a pretty > good fit for what i need... but the users won't be SSHing to get allowed. > > Is there another way around this? Does anyone else have and suggestions or > links that could be helpful? > > I also thought i could just use packet marks, but I am just unaware of > anything else to make the pf packets more dynamic... i guess that would be > the goal of this post > > -- > Lyle Scott, III > http://www.lylescott.ws Hi, pfSense[1], a FreeBSD based router/firewall distribution has integrated captive portal using pf. Maybe you'll want to check how they are doing this. [1] http://pfsense.com HTH, Niki