From owner-freebsd-questions@FreeBSD.ORG Wed Dec 16 23:34:50 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C30810656A6 for ; Wed, 16 Dec 2009 23:34:50 +0000 (UTC) (envelope-from fbsd1@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id 5996F8FC1D for ; Wed, 16 Dec 2009 23:34:50 +0000 (UTC) Received: from [10.0.10.3] ([202.69.173.40]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 16 Dec 2009 15:34:50 -0800 Message-ID: <4B296E94.9080307@a1poweruser.com> Date: Thu, 17 Dec 2009 07:34:44 +0800 From: Fbsd1 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 16 Dec 2009 23:34:51.0087 (UTC) FILETIME=[5CD9E5F0:01CA7EA8] X-Sender: fbsd1@a1poweruser.com Subject: ipfilter nat redirect udp packets X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Dec 2009 23:34:50 -0000 Have this nat rule rdr rl0 0.0.0.0/0 port 6355 -> 10.0.10.3 port 6355 I can see in the log that tcp packets are being redirected but udp packets are not. Can not find any verbiage in man 5 0r 8 ipnat that states rdr rule only matches on tcp packets. I thought tcp/udp packets should be redirected? Can anyone clarify this?