RE: Re[2]: PF rules for internal interface

2008-03-26 Thread Kevin K
> -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-freebsd- > [EMAIL PROTECTED] On Behalf Of Vitaliy Vladimirovich > Sent: Wednesday, March 26, 2008 6:58 AM > To: Jeremy Chadwick > Cc: freebsd-pf@freebsd.org > Subject: Re[2]: PF rules for internal interf

Re[2]: PF rules for internal interface

2008-03-26 Thread Vitaliy Vladimirovich
--- Original Message --- From: Jeremy Chadwick To: Vitaliy Vladimirovich Date: 26 march, 12:00:30 Subject: Re: PF rules for internal interface > On Wed, Mar 26, 2008 at 10:51:52AM +0200, Vitaliy Vladimirovich wrote: > > Hello! I have problem with restriction rules for my internal

Re[2]: PF rules for internal interface

2008-03-26 Thread Vitaliy Vladimirovich
--- Original Message --- From: Jeremy Chadwick To: Vitaliy Vladimirovich Date: 26 march, 12:00:30 Subject: Re: PF rules for internal interface > On Wed, Mar 26, 2008 at 10:51:52AM +0200, Vitaliy Vladimirovich wrote: > > Hello! I have problem with restriction rules for my internal

Re: PF rules for internal interface

2008-03-26 Thread Jeremy Chadwick
On Wed, Mar 26, 2008 at 10:51:52AM +0200, Vitaliy Vladimirovich wrote: > Hello! I have problem with restriction rules for my internal interface. > ... Please don't stick stuff like this all on one line. It's impossible to read. > This is my rules for $int_if: > > pass out quick on $int_if >

PF rules for internal interface

2008-03-26 Thread Vitaliy Vladimirovich
Hello! I have problem with restriction rules for my internal interface. This is my rules for $int_if: pass out quick on $int_if block in on $int_if pass in on $int_if from $mynet to any But in this situation computers from another subnets can ping my internal interface. Were is my mistake? Thank