From owner-freebsd-net@FreeBSD.ORG Sat Nov 8 07:26:28 2014 Return-Path: Delivered-To: freebsd-net@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 BEC01261 for ; Sat, 8 Nov 2014 07:26:28 +0000 (UTC) Received: from mail-qa0-x235.google.com (mail-qa0-x235.google.com [IPv6:2607:f8b0:400d:c00::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 79E30C47 for ; Sat, 8 Nov 2014 07:26:28 +0000 (UTC) Received: by mail-qa0-f53.google.com with SMTP id n8so3372618qaq.12 for ; Fri, 07 Nov 2014 23:26:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=8sW/an8lv60YWp5g8DmOqUiPUxONzNCD5kVb1rnuVrI=; b=wX/o5nniYZyxEzCRHYFqp8tapwxaBXxqBbWAK++lIPVPMMwJq8QSqvjK4u5xzrz15d dES6t7j3lfQ/9gQRM6EGFoEPSxIWjN+XaPRcOKeUCb+P3oYMAo0ZB5Cqf9S18EL3T5+R SZloCs6dsHrWeA5dJ0GZla2+lTS27+Fm25PncX7Bs0S7r+RDBFmCzfJUUhXNOgH33Cds isX53IfMzyr+g2nTgK/g2FkMCdJ2MT0qxNPK17QDakBWBaTmtUAnMsvUbz14BqbClf3I Voh0vnWIJs4RQ67rP29WHps7cX4/GTXscOwhS2HTNl3exKhobyC08diPvia9PmyrDa8p XLew== MIME-Version: 1.0 X-Received: by 10.140.94.85 with SMTP id f79mr23267894qge.50.1415431587699; Fri, 07 Nov 2014 23:26:27 -0800 (PST) Received: by 10.229.234.194 with HTTP; Fri, 7 Nov 2014 23:26:27 -0800 (PST) Date: Sat, 8 Nov 2014 10:56:27 +0330 Message-ID: Subject: Re: netmap-ipfw on em0 em1 From: Mahnaz Talebi To: "freebsd-net@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Nov 2014 07:26:28 -0000 Hi Evandro. I've tested netmap-ipfw on real NICs. Use " ./kipfw -i netmap:em0 -i netmap:em1 " to run netmap-ipfw on em0 and em1. ipfw works as a bridge and copy incoming packets to em0 to em1 if they pass defined rules (and vice versa, from em1 to em0). If you still have problem with ipfw-netmap, please send your scenario for testing it.