From owner-freebsd-pf@FreeBSD.ORG Fri Aug 25 15:01:28 2006 Return-Path: X-Original-To: freebsd-pf@freebsd.org Delivered-To: freebsd-pf@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C717716A4E2 for ; Fri, 25 Aug 2006 15:01:28 +0000 (UTC) (envelope-from bbandeira@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E32443D45 for ; Fri, 25 Aug 2006 15:01:28 +0000 (GMT) (envelope-from bbandeira@gmail.com) Received: by wr-out-0506.google.com with SMTP id i21so148899wra for ; Fri, 25 Aug 2006 08:01:27 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=O49fmiX/O5sJ1p11x1LupOQpSkHD/gTs1RD1UatT6M4m18OuGqt8RfU8Aw/ijChEmG9PDzHZYR1waUejFr2zC7C9SXeElwLm8+eUhXEDz4sgOCVCy326O2EaN2Y8JTJk9vDt6IQG5adfYkEZHnQVRUYBLi1vfBF9h41DlvKvvoM= Received: by 10.90.50.6 with SMTP id x6mr606431agx; Fri, 25 Aug 2006 08:01:26 -0700 (PDT) Received: by 10.90.75.9 with HTTP; Fri, 25 Aug 2006 08:01:26 -0700 (PDT) Message-ID: <130a355b0608250801n6762c91dk159f4880835f8bdd@mail.gmail.com> Date: Fri, 25 Aug 2006 12:01:26 -0300 From: "Bruno Bandeira" To: freebsd-pf@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Newbie X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Aug 2006 15:01:28 -0000 Hey Guys, I am newbie in pf world, so i need to put my network to access internet .... My gateway is a freebsd machine, and i have a few questions... PS: I have read the manual =) I need to nat my network.How can i do this? I try this.. nat on $ext_if from $rede to any -> ($ext_if) My default policy is: block in all And the statefull spection pass out keep state So i need to known, how can i put it working .... from my workstation i can't access the internet .....=( Thanks anyway Bruno