Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jul 2007 17:17:45 +0200 (CEST)
From:      "Laurent LEVIER" <llevier@argosnet.com>
To:        "David DeSimone" <fox@verio.net>
Cc:        freebsd-pf@freebsd.org
Subject:   Re: Issue with PF on FreeBSD 6.2.5?
Message-ID:  <46706.57.250.229.136.1183648665.squirrel@wm.argosnet.com>
In-Reply-To: <20070705144155.GA3490@verio.net>
References:  <20070705062546.BF688267E13@mx.levier.org> <20070705144155.GA3490@verio.net>

next in thread | previous in thread | raw e-mail | index | archive | help
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> PF always examines its state table before evaluating rules, so once a
> state entry is created you must clear it in order to stop communications
> on that open connection.
>
> See pfctl(1) specifically -k option:
>
>     -k host
>
> 	Kill all of the state entries originating from the specified
> 	host.  A second -k host option may be specified, which will kill
> 	all the state entries from the first host to the second host.
> 	For example, to kill all of the state entries originating from
> 	host:
>
> 	    # pfctl -k <host>
>
> 	To kill all of the state entries from host1 to host2:
>
> 	    # pfctl -k <host1> -k <host2>
>
Hi David,

Thanks for your input.
However, I tested this and it did not helped :-(

Brgrds




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46706.57.250.229.136.1183648665.squirrel>