From owner-freebsd-questions@FreeBSD.ORG Fri Aug 15 20:03:27 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 185D437B401 for ; Fri, 15 Aug 2003 20:03:27 -0700 (PDT) Received: from out002.verizon.net (out002pub.verizon.net [206.46.170.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E9B843FDD for ; Fri, 15 Aug 2003 20:03:26 -0700 (PDT) (envelope-from mike@pcmedx.com) Received: from duron.pcmedx.com ([4.46.1.67]) by out002.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030816030325.BCAS18222.out002.verizon.net@duron.pcmedx.com>; Fri, 15 Aug 2003 22:03:25 -0500 Received: from localhost (localhost [127.0.0.1]) by duron.pcmedx.com (Postfix) with ESMTP id B683AAE49; Fri, 15 Aug 2003 20:03:24 -0700 (PDT) Received: from mike (mike.pcmedx.com [192.168.240.244]) by duron.pcmedx.com (Postfix) with SMTP id 24C4DAA77; Fri, 15 Aug 2003 20:03:24 -0700 (PDT) Message-ID: <001701c363a2$fa238730$f4f0a8c0@pcmedx.com> From: "Mike Maltese" To: References: <2305CFC39C15AA4896E06E5C91C509EF0374385C@VS2.hdi.tvcabo> Date: Fri, 15 Aug 2003 20:03:32 -0700 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-Virus-Scanned: by amavisd (http://www.amavis.org) and f-prot (http://www.f-prot.com) at pcmedx.com X-Authentication-Info: Submitted using SMTP AUTH at out002.verizon.net from [4.46.1.67] at Fri, 15 Aug 2003 22:03:25 -0500 cc: geek Subject: Re: Gateway problemas 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: Sat, 16 Aug 2003 03:03:27 -0000 >From what point in your network are you not able to connect? Can you ping the outside world from you gateway itself? Do you have your NAT ruleset written correctly? Use this for your ruleset (copy exactly): pass in quick on ep0 all pass out quick on ep0 all pass in quick on ep1 all pass out quick on ep1 all pass in quick on lo0 all pass out quick on lo0 all Use this ruleset until you have full connectivity, then go from there! ----- Original Message ----- From: "geek" To: Sent: Friday, August 15, 2003 7:50 PM Subject: RE: Gateway problemas Yeah, i recompile my kernel with bpf and now pf is working, but it just works with the rules "pass in quick all / pass ou quick all", with the rules i post here first, it doesnt work, so, it's something wrong in my ruleset :( _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"