My router (1605R) currently does not support QoS. Is there any open source software available so that I can set one up before the router? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050118/38b6e3f2/attachment.htm
<quote who="Manjit Riat">> My router (1605R) currently does not support QoS. Is there any > open source software available so that I can set one up before > the router?You may want to look at Linux's QoS features in the kernel. You will want to set it up so that the external facing ethernet port is throttled to your WAN link speed. Then you QoS on top of that. You would need to do it this way, otherwise the Linux kernel will be QoS'ing empty queues. You want the transmit queue on the WAN link to be as empty as possible and have all the real queue management on the Linux box. The biggest problem with QoS (on Internet links) is that you really need it on both sides of the WAN link. (You can QoS outbound traffic, but not inbound.) Of course, I am assuming that you need this on an Internet link. -- END OF LINE -MCP
--Original Message Text--- From: Manjit Riat Date: Tue, 18 Jan 2005 21:15:33 -0800 Clean DocumentEmail false false false MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0in; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman"; mso-ansi-language:#0400; mso-fareast-language:#0400; mso-bidi-language:#0400;} My router (1605R) currently does not support QoS. Is there any open source software available so that I can set one up before the router? m0n0wall is an open source router based upon FreeBSD that supports QoS and traffic shaping. http://m0n0.ch/wall/ Michael -- Michael Graves mgraves@pixelpower.com Sr. Product Specialist www.pixelpower.com Pixel Power Inc. mgraves@mstvp.com o713-861-4005 o800-905-6412 c713-201-1262 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050119/0ba6c7a6/attachment.htm
With Linux you could use CBQ or HTB script here are the links: http://sourceforge.net/projects/cbqinit/ http://sourceforge.net/projects/htbinit/ Regards Ken -----Original Message----- From: Manjit Riat [mailto:manjit@riat.net] Sent: 19 janvier 2005 00:16 To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: [Asterisk-Users] Open Source QoS . My router (1605R) currently does not support QoS. Is there any open source software available so that I can set one up before the router? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050119/23cd6ee1/attachment.htm
Linux supports it, OpenBSD supports it, FreeBSD supports it Just pick te OS you like most. Michiel van Baak Terrazur> ----- Originele Bericht ----- > Van: Michael Graves > Aan: Asterisk Users Mailing List - Non-Commercial Discussion > Datum: Wednesday, 19 January 2005, 15:10 > Onderwerp: Re: [Asterisk-Users] Open Source QoS . > > --Original Message Text--- > From: Manjit Riat > Date: Tue, 18 Jan 2005 21:15:33 -0800 > > Clean DocumentEmail false false false MicrosoftInternetExplorer4 /* Style > Definitions */ table.MsoNormalTable {mso-style-name:Table Normal; > mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; > mso-style-noshow:yes; mso-style-parent:; mso-padding-alt:0in 5.4pt 0in > 5.4pt; mso-para-margin:0in; mso-para-margin-bottom:.0001pt; > mso-pagination:widow-orphan; font-size:10.0pt; font-family:Times New > Roman; mso-ansi-language:#0400; mso-fareast-language:#0400; > mso-bidi-language:#0400;} > > My router (1605R) currently does not support QoS. Is there any open source > software available so that I can set one up before the router? > > m0n0wall is an open source router based upon FreeBSD that supports QoS and > traffic shaping. http://m0n0.ch/wall/ > > Michael > -- > Michael Graves mgraves@pixelpower.com > Sr. Product Specialist www.pixelpower.com > Pixel Power Inc. mgraves@mstvp.com > > o713-861-4005 > o800-905-6412 > c713-201-1262
On January 19, 2005 12:15 am, Manjit Riat wrote:> My router (1605R) currently does not support QoS. Is there any open source > software available so that I can set one up before the router?http://www.mixdown.ca/~andrew/dump/rc.tc I use this on a Linux router with a Sangoma S518 ADSL modem (PCI so no external buffer) and I can saturate my uplink with very little degradation in VOIP quality. It works *very* well. -A.