-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 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? thnx, /folkert /* _ _ * _|| _ * || folkert@feedface.com * */ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) iD8DBQFDOXqrIA10xPlRIZURAgFtAKCKptm0fzMOKHx1fqF2nPvrC0/mhACgleZs nT+1i69QZtmv2mbnAmbc3bc=/0RH -----END PGP SIGNATURE-----
On Tue, Sep 27, 2005 at 07:00:23PM +0200, Folkert Saathoff wrote:> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > 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?Upgrade to 6.0 and use the IPv6 support in ipfw/dummynet. -- Brooks -- Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20050927/ce197a45/attachment.bin
-----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-----