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

Kind regards,
   Ingo Flaschberger

_______________________________________________
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"

Reply via email to