From owner-freebsd-bugs@FreeBSD.ORG Tue Dec 27 08:53:02 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D1B916A422; Tue, 27 Dec 2005 08:53:02 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 678A443D66; Tue, 27 Dec 2005 08:52:57 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from freefall.freebsd.org (glebius@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id jBR8qvKx022419; Tue, 27 Dec 2005 08:52:57 GMT (envelope-from glebius@freefall.freebsd.org) Received: (from glebius@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id jBR8qulx022415; Tue, 27 Dec 2005 08:52:56 GMT (envelope-from glebius) Date: Tue, 27 Dec 2005 08:52:56 GMT From: Gleb Smirnoff Message-Id: <200512270852.jBR8qulx022415@freefall.freebsd.org> To: sec@42.org, glebius@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/90834: ipfw fwd host,port is broken with udp X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2005 08:53:02 -0000 Synopsis: ipfw fwd host,port is broken with udp State-Changed-From-To: open->closed State-Changed-By: glebius State-Changed-When: Tue Dec 27 08:52:17 UTC 2005 State-Changed-Why: Not a bug. From ipfw(8) manual page: fwd | forward ipaddr[,port] Change the next-hop on matching packets to ipaddr, which can be an IP address or a host name. The search terminates if this rule matches. If ipaddr is a local address, then matching packets will be for- warded to port (or the port number in the packet if one is not specified in the rule) on the local machine. If ipaddr is not a local address, then the port number (if speci- fied) is ignored, and the packet will be forwarded to the remote address, using the route as found in the local routing table for that IP. http://www.freebsd.org/cgi/query-pr.cgi?pr=90834