From owner-freebsd-bugs Fri Jan 11 20:20: 9 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 640D237B419 for ; Fri, 11 Jan 2002 20:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0C4K1R32670; Fri, 11 Jan 2002 20:20:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3BD3E37B419 for ; Fri, 11 Jan 2002 20:14:28 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0C4ESb32318; Fri, 11 Jan 2002 20:14:28 -0800 (PST) (envelope-from nobody) Message-Id: <200201120414.g0C4ESb32318@freefall.freebsd.org> Date: Fri, 11 Jan 2002 20:14:28 -0800 (PST) From: Gary To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/33804: ipfw bug/problem Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33804 >Category: kern >Synopsis: ipfw bug/problem >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jan 11 20:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Gary >Release: 4.5-RC >Organization: outloud.org >Environment: >Description: On FreeBSD 4.3-STABLE, I could perform the following ipfw rules without problem. 208.141.46.11 is the actual interface, not a virutal IP. 208.141.46.249 is a aliased IP. The actual problem is, in fact, identd not working. When I set this type of firewall ruleset up on the older versions, identd was running out of inetd.conf, as user root. I could be able to force users not to abuse my hosts, and still permit identd to work for me. As of 4.4-RELEASE/4.5-RC, this same setup causes identd to stop working. I don't know what has changed since then, I was browsing the CVS archive, and I can't seem to find a problem. $fwcmd add permit ip from 208.141.46.249 to any gid ancient $fwcmd add permit ip from 208.141.46.11 to any gid ancient $fwcmd add permit ip from any to any uid nobody $fwcmd add permit ip from any to any uid root $fwcmd add deny log ip from 208.141.46.249 to any >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message