Mike Dent
2005-May-18 05:16 UTC
[Asterisk-Users] Traffic shaping for IAX and SIP calls through Asterisk?
Hi, Is it possible to put some kind of bridge which will do traffic shaping/prioritising between my 6 external IP addresses and my PPPoA modem interface? My other option is to put some kind of device at the edge of all my networks to shape the traffic in/out. I'd rather do it in one box if possible? thanks Mike
Luki
2005-May-18 23:16 UTC
[Asterisk-Users] Traffic shaping for IAX and SIP calls through Asterisk?
> Is it possible to put some kind of bridge which will do traffic > shaping/prioritising between my 6 external IP addressesThe Linux kernel provides plenty of queueing disciplines. See the Advanced Routing & Traffic Control HowTo, chapter 9: http://www.tldp.org/HOWTO/Adv-Routing-HOWTO/lartc.qdisc.classful.html --Luki
Dan Perik
2005-May-19 16:10 UTC
[Asterisk-Users] Traffic shaping for IAX and SIP calls through Asterisk?
Mike Dent wrote:>Hi, >Is it possible to put some kind of bridge which will do traffic >shaping/prioritising between >my 6 external IP addresses and my PPPoA modem interface? >My other option is to put some kind of device at the edge of all my >networks to shape the >traffic in/out. I'd rather do it in one box if possible? > >thanks > >Mike > > >http://lartc.org/wondershaper/ That's a good place for starting with traffic shaping, in addition to Luki's link. - Dan