From mboxrd@z Thu Jan 1 00:00:00 1970 From: "jgalvez@webpipe.net" Subject: Re: A secure router, by MAC address Date: Wed, 20 Oct 2004 13:28:34 -0600 Sender: netfilter-bounces@lists.netfilter.org Message-ID: <1098300513.5684.15.camel@6-allhosts> References: <1098297965.5686.9.camel@6-allhosts> <1098299562.8628.48.camel@porky> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1098299562.8628.48.camel@porky> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii" To: Eric Leblond Cc: netfilter@lists.netfilter.org Eric, I looked into NuFW, but it seems more complex that what I need. The biggest drawback to it is the requirement for each client to be running authentication software. All I really need are a few specific rules, if traffic is coming in on this interface from this IP and mac, allow it, otherwise redirect ts localhost if destination port is 80. -Josh On Wed, 2004-10-20 at 13:12, Eric Leblond wrote: > Hi, > > It really looks like you want to distinguish between well know users and > a set of mobile users. > NuFW (http://www.nufw.org) is done to distinguish between users because > it's an authentication firewall. It authenticates connection in a secure > manner, so you're sure of the identity of users that you let go accross > your firewall. > > You can easily manage to build a solution comparable to the one you > describe below with NuFW. With more flexibility and more security. > BR,