From owner-freebsd-questions@FreeBSD.ORG Wed Aug 10 09:15:58 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 32BBD16A41F for ; Wed, 10 Aug 2005 09:15:58 +0000 (GMT) (envelope-from vladone@spaingsm.com) Received: from mail.spaingsm.com (llwb135.servidoresdns.net [217.76.137.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD2F043D46 for ; Wed, 10 Aug 2005 09:15:57 +0000 (GMT) (envelope-from vladone@spaingsm.com) Received: from SERVEREL (unknown [85.120.13.6]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.spaingsm.com (Postfix) with ESMTP id A1B0824C910 for ; Wed, 10 Aug 2005 10:31:51 +0200 (CEST) Date: Wed, 10 Aug 2005 11:44:22 +0300 From: vladone X-Mailer: The Bat! (v3.0.1.33) Professional X-Priority: 3 (Normal) Message-ID: <395834464.20050810114422@spaingsm.com> To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: pptp on freebsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vladone List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Aug 2005 09:15:58 -0000 Hi! I have an gateway freebsd that make nat with ipnat and traffic shaping with ipfw + dummynet. I want to require for my users authentication to access the internet via my gateway. I want to use pptp because is supported by most version of windows operating systems. My questions is about traffic flow. How is traffic flow using pptp? This implement an virtual interface, or how? How i can filter traffic when use pptp? For example, now i can traffic shaping very easy with this rule in ipfw: ipfw pipe 1 config bw 128kbits/s mask dts-ip 0xffffff ipfw add 100 pipe 1 ip from any to any out via $private_interface If someone have experience with this, please!