From owner-freebsd-ipfw@FreeBSD.ORG Thu May 14 09:22:39 2015 Return-Path: Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 836E0E5E for ; Thu, 14 May 2015 09:22:39 +0000 (UTC) Received: from mail-pa0-x22d.google.com (mail-pa0-x22d.google.com [IPv6:2607:f8b0:400e:c03::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 574201653 for ; Thu, 14 May 2015 09:22:39 +0000 (UTC) Received: by pacyx8 with SMTP id yx8so79329459pac.1 for ; Thu, 14 May 2015 02:22:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:message-id:subject:to:content-type; bh=Za46X9fxDBrHWKIPTGbwt9FGebNSAcs7ZYfTkmNo1hE=; b=Vd6uguTjOvKOCu9+hJIyl9Rt1EhVsKK9dN/ycl8T/g4Xvhp+A9iNkw5fLbqYFsGDhK gBi3nCVuMNqAs45hJqzl0PAPP/pnS7n0rRFrO+M6JktRZzIQdu4myr5MHuBEjzmELCbX C/DfwW8ssaW0kQTWND8/gSbiGrwWyQMFlO24K8U08hBV0HKq7kIumtiW2IIwNdfpFDoA WkL3yQnjkqGPPlqlRqiljQ8XIpZZKUQpUE6gZMh9JSX0kqZsRaU0qGfRDFpklgKDEM86 fRS8tYBpLHDoRFPytMTcr7u+JCg+sTe0J2wOFMHPrTDq/EKxvfTdb48px7qvfgoBJb2N AVrQ== X-Received: by 10.70.96.194 with SMTP id du2mr6427181pdb.108.1431595358756; Thu, 14 May 2015 02:22:38 -0700 (PDT) MIME-Version: 1.0 Sender: cochard@gmail.com Received: by 10.70.38.133 with HTTP; Thu, 14 May 2015 02:22:18 -0700 (PDT) From: =?UTF-8?Q?Olivier_Cochard=2DLabb=C3=A9?= Date: Thu, 14 May 2015 11:22:18 +0200 X-Google-Sender-Auth: CnQ0e0oWS1bbeON2y0RN9LBVLRA Message-ID: Subject: How to display IN-KERNEL NAT dynamic rules table ? To: "freebsd-ipfw@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 May 2015 09:22:39 -0000 Hi all, I'm using a statefull+in-kernel NAT ipfw setup. With the command "ipfw -d show" I can see the list of static and dynamic rules. But how to display the dynamic in-kernel-NAT table and their timeout values like with dynamic rules ? Thanks,