From owner-freebsd-stable@FreeBSD.ORG Wed Sep 28 02:00:51 2005 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8FAA16A41F for ; Wed, 28 Sep 2005 02:00:51 +0000 (GMT) (envelope-from folkert@feedface.com) Received: from mail.feedface.com (mail.feedface.com [62.216.169.160]) by mx1.FreeBSD.org (Postfix) with ESMTP id 779EE43D48 for ; Wed, 28 Sep 2005 02:00:49 +0000 (GMT) (envelope-from folkert@feedface.com) Received: from [172.23.23.5] (port-212-202-185-196.dynamic.qsc.de [212.202.185.196]) by mail.feedface.com (Postfix) with ESMTP id 38ADEAC80E; Wed, 28 Sep 2005 04:00:48 +0200 (CEST) Mime-Version: 1.0 (Apple Message framework v734) In-Reply-To: <20050927175225.GD29415@odin.ac.hmc.edu> References: <20050927175225.GD29415@odin.ac.hmc.edu> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Folkert Saathoff Date: Wed, 28 Sep 2005 04:00:43 +0200 To: snap-users@kame.net, stable@freebsd.org X-Pgp-Agent: GPGMail 1.1.1 (Tiger) X-Mailer: Apple Mail (2.734) Cc: Subject: Re: IPv6 and DUMMYNET traffic shaping X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 02:00:52 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tue, Sep 27, 2005 at 07:00:23PM +0200, Folkert Saathoff wrote: > Hello lists, > > in order to evaluate the latency penalty induced by mobile IPv6, > i need some way to simulate different latencies between two nodes > in a laboratory environment. > > Is it possible at the moment to shape IPv6 traffic with KAME SNAP > 20050919 > and FreeBSD 5.4-RELEASE? > > If not, is there some other way to enforce latencies on an interface? > further testing revealed that it is in fact possible to enforce latency on an ipv6-only interface with ipfw and dummynet: sudo sysctl net.link.ether.ipfw=1 sudo ipfw pipe 1 config bw 100kbit/s sudo ipfw add 1 pipe 1 layer2 xmit rl1 thnx for the replies :) /folkert /* _ _ * _|| _ * || folkert@feedface.com * */ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) iD8DBQFDOflOIA10xPlRIZURApfsAJ9zBrNd3s7LJTNaR1SqWX9yKZhhyACfa4HZ JIRP9du59vNOedyZmyijmSg= =Zxkd -----END PGP SIGNATURE-----