From owner-freebsd-net@FreeBSD.ORG Mon Oct 4 01:22:44 2010 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE038106564A for ; Mon, 4 Oct 2010 01:22:44 +0000 (UTC) (envelope-from rperry@madisonip.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 839428FC1A for ; Mon, 4 Oct 2010 01:22:44 +0000 (UTC) Received: by fxm9 with SMTP id 9so3845338fxm.13 for ; Sun, 03 Oct 2010 18:22:43 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.56.4 with SMTP id w4mr8035401fag.91.1286153890852; Sun, 03 Oct 2010 17:58:10 -0700 (PDT) Received: by 10.223.120.144 with HTTP; Sun, 3 Oct 2010 17:58:10 -0700 (PDT) Date: Sun, 3 Oct 2010 19:58:10 -0500 Message-ID: From: Ryan Perry To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Rewriting SCTP packets 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, 04 Oct 2010 01:22:44 -0000 I have an application that sends SCTP packets, but it does not utilize the multiple IP addresses feature. I would like to "artificially" add this to the sctp packets. What are my options? I was thinking something like pf or something of the sorts...