From owner-freebsd-questions@FreeBSD.ORG Tue Nov 18 13:49:32 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8AE616A4CE for ; Tue, 18 Nov 2003 13:49:32 -0800 (PST) Received: from aebc.com (mxmail.aebc.com [209.139.247.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3287043F93 for ; Tue, 18 Nov 2003 13:49:32 -0800 (PST) (envelope-from msenses@aebc.com) Received: from NTKIT [209.53.197.252] by aebc.com with ESMTP (SMTPD32-7.15) id A49026E60102; Tue, 18 Nov 2003 13:52:16 -0800 Message-ID: <001001c3ae1d$e380f5b0$fcc535d1@NTKIT> From: "Kit Lee" To: Date: Tue, 18 Nov 2003 13:49:46 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-RBL-Warning: NOPOSTMASTER: Not supporting postmaster@domain X-RBL-Warning: SUMMIT: This E-mail came from 209.53.197.252, a potential spam source listed in SUMMIT. X-Declude-Sender: msenses@aebc.com [209.53.197.252] X-Declude-Spoolname: D949026e601021710.SMD Subject: LAN Base Radius Server on FreeBSD box? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 21:49:33 -0000 Hi there, I just started my FreeBSD journal since last month, so please forgive me if I ask something that is already asked and answered. Here is my problem, I would like to setup a LAN base Radius Server that work as the following: 1. LAN Client open up their browser and try to go to http://www.yahoo.com 2. BSD box was setup as the Gateway, with 2 nics on it. One it connected to the public network 3. I need the BSD box check to see if the client is already logged in. (May be by Radius Server) 4. If he/she was logged in, redirect the traffic to http://www.yahoo.com 5. Otherwise, redirect the traffic to http://www.somewhere.com/Login.html. How can I do that and what tools or program do I need to be installed on my BSD box? Thank you very much and wish everyone here have a nice day. mSenses.