From owner-freebsd-hackers@FreeBSD.ORG Wed Feb 18 08:57:19 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0D52106564A for ; Wed, 18 Feb 2009 08:57:19 +0000 (UTC) (envelope-from xorquewasp@googlemail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by mx1.freebsd.org (Postfix) with ESMTP id 2D8A88FC18 for ; Wed, 18 Feb 2009 08:57:18 +0000 (UTC) (envelope-from xorquewasp@googlemail.com) Received: by nf-out-0910.google.com with SMTP id e27so297221nfd.33 for ; Wed, 18 Feb 2009 00:57:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:received:date:from:to:cc :subject:message-id:references:mime-version:content-type :content-disposition:in-reply-to; bh=GG9b9Y/Q2XzwsQ+5sTNPWy7wpJYKxNZZRlqWRccp4VY=; b=vYLbFkI0TcmFMjD2SejhQFugkcDb5fa0qYjqSz/279zwcRcUwLpHa6JKxcTSX791O0 McTJ0ooAzZy9f4vyF0vI1nw2cdN7PR3bZip8ucryAc0Fd1sZS6+3STcXNcSgBXdQNMid EFIHgV/DNsMNHMiYEuqlKv4qcO/r5NVJKKsTY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to; b=kuxEUCK+riJprwNNRvR2RmQVaPNVlQYKJj+VmP5NhH/b3mwsME0uUNgydLlefvpXl9 Luyu2Do1sfb17QOBw1KscgahSnjmmkNAwQ+jEQifts1yDjmdSMLXtQO4T8VA4nzWje9e 0HeJiLO1ARv39eBKajn6+7f4oHMo3RZKBqAqQ= Received: by 10.210.62.3 with SMTP id k3mr6104449eba.46.1234947438054; Wed, 18 Feb 2009 00:57:18 -0800 (PST) Received: from logik.internal.network (81-86-41-187.dsl.pipex.com [81.86.41.187]) by mx.google.com with ESMTPS id 10sm1858731eyz.30.2009.02.18.00.57.17 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 18 Feb 2009 00:57:17 -0800 (PST) Received: by logik.internal.network (Postfix, from userid 11001) id F30A95CA8; Wed, 18 Feb 2009 08:57:15 +0000 (UTC) Date: Wed, 18 Feb 2009 08:57:15 +0000 From: xorquewasp@googlemail.com To: Maxim Konovalov Message-ID: <20090218085715.GA9821@logik.internal.network> References: <20090218083424.GA62198@logik.internal.network> <20090218114128.B73352@mp2.macomnet.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090218114128.B73352@mp2.macomnet.net> Cc: freebsd-hackers@freebsd.org Subject: Re: Simulating bad network conditions X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2009 08:57:19 -0000 On 2009-02-18 11:42:00, Maxim Konovalov wrote: > > ipfw(8) prob + dummynet(8). > Hi. Thanks for the quick response. Is there, by any chance, an equivalent for PF? I see there's 'ALTQ' but it looks to be poorly supported (unless I misunderstand). I have quite a complicated setup here with PF forwarding and jails and I'm not sure how well ipfw will play along. thanks, xw