--- Original message --- From: "Ingo Flaschberger" <i...@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 :) _______________________________________________ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"