From owner-freebsd-pf@FreeBSD.ORG Wed Sep 16 16:28:35 2009 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 52312106568D for ; Wed, 16 Sep 2009 16:28:35 +0000 (UTC) (envelope-from steinex@nognu.de) Received: from mail-ew0-f208.google.com (mail-ew0-f208.google.com [209.85.219.208]) by mx1.freebsd.org (Postfix) with ESMTP id C63E58FC15 for ; Wed, 16 Sep 2009 16:28:34 +0000 (UTC) Received: by ewy4 with SMTP id 4so5223192ewy.36 for ; Wed, 16 Sep 2009 09:28:33 -0700 (PDT) Received: by 10.210.3.14 with SMTP id 14mr2554450ebc.61.1253116520091; Wed, 16 Sep 2009 08:55:20 -0700 (PDT) Received: from haydn.nognu.de (haydn.nognu.de [81.169.170.112]) by mx.google.com with ESMTPS id 5sm256840eyh.11.2009.09.16.08.55.18 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 16 Sep 2009 08:55:19 -0700 (PDT) Date: Wed, 16 Sep 2009 17:55:17 +0200 From: Frank Steinborn To: freebsd-pf@freebsd.org Message-ID: <20090916155517.GA78914@haydn.nognu.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Subject: NAT traffic not seen on an interface X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Sep 2009 16:28:35 -0000 Hi, I have configured seven jails on the lo1 interface, NAT is configured via pf, and all works fine. Now i configured an eight jail where i need to measure the traffic going through this special jail, so I configured it's IP on a dedicated lo2 interface. However, after some testing (eg. watching 'systat if' and generating traffic on that jail) I don't see the traffic at all. There actually is some traffic, but it's definitely not all. What am I missing? Is that approach reasonable at all? Thanks!