From owner-freebsd-questions@FreeBSD.ORG Mon Mar 1 15:06:00 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A42A16A4CE for ; Mon, 1 Mar 2004 15:06:00 -0800 (PST) Received: from mail.evilcoder.org (cust.94.120.adsl.cistron.nl [195.64.94.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CC7343D41 for ; Mon, 1 Mar 2004 15:06:00 -0800 (PST) (envelope-from remko@elvandar.org) From: "Remko Lodder" To: "Shaun T. Erickson" , Date: Tue, 2 Mar 2004 00:05:58 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) In-Reply-To: <20040301230442.57B7819@mail.elvandar.org> Importance: Normal X-Virus-Scanned: for evilcoder.org Message-Id: <20040301230559.4218D2B4DA4@mail.evilcoder.org> Subject: RE: ipfilter tcp flags question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Mar 2004 23:06:00 -0000 i do it like this: block in log quick proto tcp all flags FUP block in log quick proto tcp all flags SAFRU/SAFRU block in log quick proto tcp all flags SF/SF block in log quick proto tcp all flags SR/SR -- Kind regards, Remko Lodder Elvandar.org/DSINet.org www.mostly-harmless.nl Dutch community for helping newcomers on the hackerscene -----Oorspronkelijk bericht----- Van: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]Namens Shaun T. Erickson Verzonden: dinsdag 2 maart 2004 0:04 Aan: freebsd-questions@freebsd.org Onderwerp: ipfilter tcp flags question How do I test that none out of all flags are set? "flags /FSRPAU" isn't legal, I'm sure. Is "! flags FSRPAU" or "flags ! FSRPAU"? -ste _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"