From owner-freebsd-questions Thu Jun 15 22: 4:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mostgraveconcern.com (mostgraveconcern.com [216.82.145.240]) by hub.freebsd.org (Postfix) with ESMTP id 441AD37C38A for ; Thu, 15 Jun 2000 22:04:37 -0700 (PDT) (envelope-from dan@mostgraveconcern.com) Received: from danco (danco.mostgraveconcern.com [10.0.0.2]) by mostgraveconcern.com (8.9.3/8.9.3) with SMTP id WAA26157; Thu, 15 Jun 2000 22:04:34 -0700 (PDT) (envelope-from dan@mostgraveconcern.com) Message-ID: <085801bfd750$5d5a0780$0200000a@danco> Reply-To: "Dan O'Connor" From: "Dan O'Connor" To: "Glenn Johnson" , Subject: Re: ppp filter to allow fetch traffic Date: Thu, 15 Jun 2000 22:04:34 -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 4.72.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I have been setting up filters in ppp to only allow certain traffic. I >would like to allow fetch traffic so I can build ports. Without any >filters, fetch works fine, but when I add filters it does not. I have >filters to allow FTP traffic and that works fine but not fetch. > >What are the filter entries necessary to allow fetch traffic out the ppp >link? I never had any problems with 'fetch' using the following filters: set filter in 1 permit tcp src eq 20 dst gt 1023 set filter out 1 permit tcp dst eq 20 set filter in 2 permit tcp src eq 21 estab set filter out 2 permit tcp dst eq 21 --Dan -- Dan O'Connor On Matters of Most Grave Concern http://www.mostgraveconcern.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message