Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jun 2000 22:04:34 -0700
From:      "Dan O'Connor" <dan@mostgraveconcern.com>
To:        "Glenn Johnson" <glennpj@bayouhome.net>, <questions@FreeBSD.ORG>
Subject:   Re: ppp filter to allow fetch traffic
Message-ID:  <085801bfd750$5d5a0780$0200000a@danco>

next in thread | raw e-mail | index | archive | help
>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?085801bfd750$5d5a0780$0200000a>