Low Bandwidth on intercontinental connections

wishmaster artemrts at ukr.net
Thu Nov 22 14:32:29 UTC 2012



  --- Original message ---
 From: "Ingo Flaschberger" <if at xip.at>
 To: freebsd-net at 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 :)


More information about the freebsd-net mailing list