From owner-freebsd-ipfw@FreeBSD.ORG Tue May 3 18:36:37 2011 Return-Path: Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 796C5106567B for ; Tue, 3 May 2011 18:36:37 +0000 (UTC) (envelope-from korodev@gmail.com) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id 351158FC17 for ; Tue, 3 May 2011 18:36:36 +0000 (UTC) Received: by qyk35 with SMTP id 35so2357011qyk.13 for ; Tue, 03 May 2011 11:36:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=pl0KmIOlR1qMCIvCirge0MbnGPBq1uCjeyolGv8ybfk=; b=lRLBcOLBu5NEUX4qe63zdQesSE6izDJx7zxX4vaC2nCIwxVL+pv8Yg1Y+UYZc3TqfH kQenreoLXK+8UO6Prp3X46eGPbAI6vUzGfdkhbLNTWQ0ZNWwZ8ZeHPGl0nohfCnbfxtS o6725qxizDK672qZs0gSEnz0fcyfhkb6udV9c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=XHppfMlrLBekyRoenWwY6K8lCTJjafgxVHXbhusLmgkk0LTC/U3lYiQCwb+H3txiNq r+sCddDwF0LAnHGX9SuV5eWsizqJmNTlBbCOjG/s+Pz+hGs6kGftMHh/QS4sEbtJWwr+ JlBkr/eDxKNp9pfBzCCAXc+75MlHV4Ccflj6s= Received: by 10.52.89.49 with SMTP id bl17mr200955vdb.207.1304447796047; Tue, 03 May 2011 11:36:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.182.67 with HTTP; Tue, 3 May 2011 11:36:16 -0700 (PDT) In-Reply-To: References: <220d2ec0-887b-4b03-a66c-8af7a0b25b13@blur> From: Korodev Date: Tue, 3 May 2011 13:36:16 -0500 Message-ID: To: Michael Scheidell Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "freebsd-ipfw@freebsd.org" Subject: Re: IPFW Table Insertion in C, Dummynet, and an interesting problem. X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2011 18:36:37 -0000 > You might also talk to JJ @ sourcefire. =C2=A0Working on getting snort in= line to work with if_bridge. Thanks for the tip Michael. I started some dialog with him, but it looks like were working on different things as I'm not using IPFW divert. Perhaps there's a better place to ask this question? I'm 90% sure my problem lies in a odd bug or my own misunderstanding with IPFW/Dummynet. \\korodev