This is a discussion on Re: syntax problem within the IPFilter forums, part of the System Security and Security Related category; On Mon, Jul 05, 2004 at 12:43:54AM -0400, Lee Lispon wrote: > Hi, > > I have a ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Mon, Jul 05, 2004 at 12:43:54AM -0400, Lee Lispon wrote:
> Hi, > > I have a config file with two rules: > > pass out quick on lo0 > pass in quick on lo0 > > taken directly from the ipfilter howto and I am getting a syntax error when > I try to load these rules. try: pass <direction> quick on lo0 all or pass <direction> quick on lo0 from any to any ipfilter 4.x rule syntax differs slightly for some rules than what is in the howto, which I presume mostly refers to 3.4.x. grant. |