Hi,
I have question about blocking some ports for LAN users.
Below a part of my pf.conf:
nat on $ext_if tag LAN_INET_NAT_TCP_UDP tagged LAN_INET_TCP_UDP -> $ext_if:0
pass out quick on $ext_if inet tagged LAN_INET_NAT_TCP_UDP
pass out quick on $ext_if inet proto {tcp udp}
On Monday 21 July 2008 11:07:15 Vitaliy Vladimirovich wrote:
> Hi,
>
> I have question about blocking some ports for LAN users.
>
> Below a part of my pf.conf:
>
>
> nat on $ext_if tag LAN_INET_NAT_TCP_UDP tagged LAN_INET_TCP_UDP ->
> $ext_if:0
>
> pass out quick on $ext_if inet tagged LAN_INET_N
Current FreeBSD problem reports
Critical problems
S Tracker Resp. Description
o kern/111220 pf [pf] repeatable hangs while manipulating pf tables
1 problem total.
Serious problems
S Tracker
--- Original Message ---
From: Max Laier <[EMAIL PROTECTED]>
To: freebsd-pf@freebsd.org
Date: 21 july, 13:48:23
Subject: Re: PF and blocking of some ports
On Monday 21 July 2008 11:07:15 Vitaliy Vladimirovich wrote:
> Hi,
>
> I have question about blocking some ports for L
Hi!
I'm looking for a BNF description of the PF ruleset.
Is that available somewhere?
Thanks,
Dave Feustel
___
freebsd-pf@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-pf
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
On Mon, Jul 21, 2008 at 12:38:00PM +, Dave wrote:
> I'm looking for a BNF description of the PF ruleset.
> Is that available somewhere?
It's in the manpage, section GRAMMAR.
http://www.freebsd.org/cgi/man.cgi?query=pf.conf&apropos=0&sektion=5&manpath=FreeBSD+7.0-stable&format=html#end
--
|
On Mon, Jul 21, 2008 at 05:40:55AM -0700, Jeremy Chadwick wrote:
>On Mon, Jul 21, 2008 at 12:38:00PM +, Dave wrote:
>> I'm looking for a BNF description of the PF ruleset.
>> Is that available somewhere?
>
>It's in the manpage, section GRAMMAR.
>
>http://www.freebsd.org/cgi/man.cgi?query=pf.con
On Monday 21 July 2008 19:01:55 Dave wrote:
> On Mon, Jul 21, 2008 at 05:40:55AM -0700, Jeremy Chadwick wrote:
> >On Mon, Jul 21, 2008 at 12:38:00PM +, Dave wrote:
> >> I'm looking for a BNF description of the PF ruleset.
> >> Is that available somewhere?
> >
> >It's in the manpage, section GRA