Subject: Re: Trouble checking out CVS src
To: Ian P. Thomas <ipthomas_77@yahoo.com>
From: Frederick Bruckman <fredb@immanent.net>
List: current-users
Date: 02/20/2002 18:30:19
On Wed, 20 Feb 2002, Ian P. Thomas wrote:
> # Deny everything by default
> block in log quick on ppp0
The "quick" here means end processing immediately (and block). You
don't want that.
> is where the packets are getting blocked. This shouldn't matter
> because the next rule is...
>
> # Allow any outgoing connections that we initiate
> pass out quick on ppp0 proto tcp from any to any keep state
Frederick