From owner-freebsd-questions@FreeBSD.ORG Fri Jun 29 14:37:12 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AF17316A421 for ; Fri, 29 Jun 2007 14:37:12 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id 8642213C455 for ; Fri, 29 Jun 2007 14:37:12 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 56DE15193D for ; Fri, 29 Jun 2007 10:37:11 -0400 (EDT) Date: Fri, 29 Jun 2007 15:37:08 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070629153708.6f1dfb3c@gumby.homeunix.com.> In-Reply-To: <20070629170001.045ca190@localhost> References: <5780.192.168.11.1.1183063250.squirrel@https://poczta.szalbot.homedns.org> <200706281850.41831.derrick@uniquestrength.net> <4035.192.168.11.1.1183072025.squirrel@https://poczta.szalbot.homedns.org> <20070629162853.1602cb2d@localhost> <2589.192.168.11.1.1183099378.squirrel@https://poczta.szalbot.homedns.org> <20070629170001.045ca190@localhost> X-Mailer: Claws Mail 2.9.2 (GTK+ 2.10.13; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: freebsd / gateway / parental control 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: Fri, 29 Jun 2007 14:37:12 -0000 On Fri, 29 Jun 2007 17:00:01 +1000 Norberto Meijome wrote: > On Fri, 29 Jun 2007 08:42:58 +0200 (CEST) > "zigniew szalbot" wrote: > > > Great! OK I am encouraged to give it a try. But hardware-wise I > > will need to NICs and plug my modem line into one NIC and then the > > other NIC will be used to connect the Dlink router. I figure the > > Dlink router essentially becomes redundant but it is a wireless > > machine so I would like to use it anyway. > > you'll need 2 nics, right. I'm not sure that's true. If you're bridging PPPoE then you can access the internet on the tun i/f and the lan on the NIC's normal ethernet i/f. I do that with my Draytek Vigor 100 modem which has extra ports for the purpose, you can do it with a lot of DSL routers too. I've never used a wireless router, but I would imagine that the wireless clients would simply behave as if they are on the LAN. If that works then it would allow the FreeBSD machine to firewall the wireless clients too without any additional hardware. Although I'm not sure if it's possible to bridge PPP through a separate router, as opposed to a combined DSL-modem-router, but it's worth a try.