Date: Thu, 22 Nov 2012 16:11:23 +0200 From: "wishmaster" <artemrts@ukr.net> To: "Ingo Flaschberger" <if@xip.at> Cc: freebsd-net@freebsd.org Subject: Re[2]: Low Bandwidth on intercontinental connections Message-ID: <59072.1353593483.18207769361274765312@ffe17.ukr.net> In-Reply-To: <50AE2849.6020004@xip.at> References: <50AE0B12.8000309@xip.at> <50AE1CCC.7080706@mpeters.org> <50AE2849.6020004@xip.at> <CAOgwaMuUuJ2%2BmKqsFVp=DyVFkfm8Et%2Brnt2iEGDO8i1Kt_kDVA@mail.gmail.com> <50AD14F8.8050001@xip.at> <50ADE5E4.9090708@mpeters.org> <50AE25C1.7050208@xip.at> <50ACF62C.8000408@mpeters.org> <50ad087d.1892cc0a.2cce.3bf2@mx.google.com> <50AD1012.7020209@mpeters.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--- Original message --- From: "Ingo Flaschberger" <if@xip.at> To: freebsd-net@freebsd.org Date: 22 November 2012, 15:27:48 Subject: Re: Low Bandwidth on intercontinental connections > Am 22.11.2012 14:16, schrieb Ingo Flaschberger: > > > > > >>> *) try a rate-shaping queue outgoing (not really good - as shaping > >>> works > >>> best on incomming interfaces): > sorry - told something wrong. > shapeing works best on outgoing interfaces (not incomming) > >>> you need dummynet (and ipfw for this example): > >>> ipfw add pipe 1 all from .... > >>> ipfw pipe 1 config bw 10Mbit/s queue 50Kbytes > >>> (adjust queue size ~40ms at rated speed) > >> no paketfiltering on the host itself is intended and i don't know > >> anything of ipfw for a simple setup, sorry. > right rules are: > ipfw add pipe 1 all from thishostip to destinationhostip out > ipfw pipe 1 config bw 10Mbit/s queue 50Kbytes You have forgotten kldload ipfw && kldload dummynet before adding this rules :)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?59072.1353593483.18207769361274765312>