PF and blocking of some ports

2008-07-21 Thread Vitaliy Vladimirovich
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}

Re: PF and blocking of some ports

2008-07-21 Thread Max Laier
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 problem reports assigned to freebsd-pf@FreeBSD.org

2008-07-21 Thread FreeBSD bugmaster
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

Re[2]: PF and blocking of some ports

2008-07-21 Thread Vitaliy Vladimirovich
--- 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

BNF Syntax of pf commands

2008-07-21 Thread Dave
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]"

Re: BNF Syntax of pf commands

2008-07-21 Thread Jeremy Chadwick
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 -- |

Re: BNF Syntax of pf commands

2008-07-21 Thread Dave
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

Re: BNF Syntax of pf commands

2008-07-21 Thread Max Laier
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