> -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
--- 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
--- 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
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
>
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