From owner-freebsd-net@FreeBSD.ORG Mon Sep 12 13:19:53 2005 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B345716A41F for ; Mon, 12 Sep 2005 13:19:53 +0000 (GMT) (envelope-from lists@yazzy.org) Received: from mail.yazzy.org (mail.yazzy.org [217.8.140.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 609ED43D68 for ; Mon, 12 Sep 2005 13:19:50 +0000 (GMT) (envelope-from lists@yazzy.org) Received: from 217-13-2-82.dd.nextgentel.com ([217.13.2.82] helo=lapdance.yazzy.net) by mail.yazzy.org with esmtps (TLSv1:AES256-SHA:256) (YazzY.org) id 1EEoDM-0000dV-Fp for freebsd-net@freebsd.org; Mon, 12 Sep 2005 15:19:17 +0200 Date: Mon, 12 Sep 2005 13:19:21 +0000 From: Marcin Jessa To: FreeBSD-net Message-Id: <20050912131921.52d61a79.lists@yazzy.org> Organization: YazzY.org X-Mailer: Sylpheed version 2.0.1 (GTK+ 2.6.10; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Score: -2.5 (--) Subject: Bridging and divert X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 13:19:53 -0000 Hi guys. Is there a trick to make bridge work with divert ? I know man bridge says "...some ipfw(8) actions such as divert do not apply to bridged packets." What I want to do is to send traffic to the port of my process to be processesed there and then bridge the traffic. Is something like thay maybe possible with pf or ipf ? Cheers, Marcin.